/* Standard klasser */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

html,body{
	background-image: url(../Images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	margin: 0px;
	padding:0;
	height:100%;	
}

h1 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
	
h2 {
	text-transform: uppercase;
	font-size: 1em;
	color: #67899a;
	margin: 0px;
	padding: 0px;
}
	
h3 { 
	  font-size: 2.6em;
	  font-weight: normal;
	  padding: 0 0 17px 0;
	  color: #585858;
}
	
h4 { 
	font-size: 1.2em;
}
	
h5 { 
	font-size: 1.1em;
}
	
h6 { 
	font-size: 1em;
}

p { 
	font-size: 1em;
}
	
hr {
	clear: both;
	border: 0; 
	height: 1px; 
	background: #dfdfdf; 
	color: #dfdfdf; 
	margin-bottom: 0;
		
}

#fullheight{height:100%}
.main {
	vertical-align: top;
	line-height: 1.55em;
	background-image: url(../Images/bg-new-tabel.png);
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.bottom {
	font-size: 10px;
	background-image: url(../Images/bg--new-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.main-table {
	background-image: url(../Images/bg-new-main.png);
	background-repeat: repeat-x; 
	background-position: top;
	padding: 15px;
	height: 100%;
	font-size: 1em;
}
.top {
	background-image: url(../Images/Tabel-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 60px;
}
.tabel {
	border: 0px solid #424242;
}
.top-menu {
	font-size: 11px;
}
.menu {
	background-image: url(../Images/menu.png);
	background-repeat: repeat-x;
	height: 36px;
	padding-left: 30px;
	border: 0px solid #707070;
	color: #999;
	padding-right: 25px;
}
	a, a:link, a:visited {
		color: #67899a;
		text-decoration: none;
		outline: none;
		}
		a:hover, a:active {
			text-decoration: underline;
		}
		
a:link.menulink {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
a:visited.menulink {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
a:hover.menulink {
	text-decoration:none;
	color: #67899a;
	font-size: 11px;
}

a:link.submenulink {
	color: #67899a;
	text-decoration: none;
	font-size: 11px;
}
a:visited.submenulink {
	color: #67899a;
	text-decoration: none;
	font-size: 11px; 
}
a:hover.submenulink {
	text-decoration:none;
	color: #cccccc;
	font-size: 11px;
}

#search {
	width:139px; 
	height:20px;
	float:right;
	background: url(../Images/form_bg.png) no-repeat;
}

#search #text {
	width:100px; height:13px;
	border:0px;
	font-size:10px; color:#7a7a7a; font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:transparent;
}

#search #image {
	width:12px; height:12px;
}

#search #left {
	float:left;
	padding:2px 0 0 12px
}

#search #right {
	float:left;
	padding:5px 0 0 3px
}

.tabel_border {
	border: 1px solid #CCC;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height:100%;
}
.form {
	background-image: url(../Images/Form.png);
	background-repeat: repeat-x;
	height: 20px;
	border: 1px solid #999;
	color: #333;
	font-size: 12px;
}
.tabeltop {
	font-weight: bold;
	color: #FFF;
	height: 25px;
	background-color: #333;
	vertical-align: middle;
}
.product_table {
	border: 1px solid #333;
}
