/* CSS Document */

body{
	margin: 0;
	padding: 0;	
	text-align: center;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color: #F15A2D;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1 {
	font: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #F15A2D;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 12px;
}

h2 {
	font: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #F15A2D;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 12px;
}

h3 {
	font: Tahoma;	
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

img {
	border: none;
}

p {
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	background-color:#FFFFFF;	
}

.centerimage {
	text-align: center;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}

.leftimage {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}


.rightimage {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}

/***********************************************/
/* Layout Table                                 */
/***********************************************/

#table {
	width: 700px;
	algin: center;
}

#headertop {
	height: 25px;
	background-color: #FFFFFF;
}

/***********************************************/
/* Layout Menu                                */
/***********************************************/

#menu {
	width: 700px;
	height: 125px;
}

#menulogo {
	width: 270px;
	height: 115px;
	valign: middle;	
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;	
	border-color: #656565;
}

#menukader {
	width: 200px;
	height: 115px;
	vertical-align: top;
	padding-top: 6px;
	border-left: 2px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: dotted;	
	border-color: #F15D2F;
}
#menukadersupport {
	width: 18px;
	height: 115px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;	
	border-color: #656565;
}

#banner {
	height: 125px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 0px;
	border-style: solid;	
	border-color: #656565;
	vertical-align: top;
}
	
#main {
	height: 210px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #656565;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#mainright {
	width: 150px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 1px;
	border-style: solid;
	border-color: #656565;
	vertical-align: top;
}

#footer {
	height: 30px;
	border-top: dotted 1px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #656565;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	align: center;	
}

#bottom {
	height: 200px;
	background-color: #C0C0C0;	
	border-top: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #656565;
}