/* Grundeinstellungen */
@charset "utf-8";

* {margin:0px; padding:0px;}
* html {margin-right:0;}

html, body {height:100%;}

body {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#666666;vertical-align:top;}

DIV#infotext {display:none;width:450px;height:330px;position:absolute;border:10px #b90000 solid;background-color:#FFFFFF;top:50%;left:50%;margin-left:-225px;margin-top:-150px;background-image:url(../images/infopopup.jpg);background-repeat:no-repeat;z-index:100;padding:5px;line-height:1.5em;text-align:justify;}
	DIV#infotext_header {text-align:right;margin-right:0px;margin-bottom:5px;}

DIV#main {margin:0px auto;width:1002px;padding-top:10px;}
DIV#main_content {width:1000px;border:1px #cccccc solid;height:100%;}
DIV#main_content_frame {position:relative;border:1px #FFFFFF solid;background-color:#dbdbdb;height:100%;}
DIV#main_content_inner {margin:5px;background-color:#9b9b9b;border:1px #bababa solid;}

DIV#header {height:66px;background-image:url(../images/header.jpg);background-repeat:no-repeat;}

DIV#main_nav {margin:0px;padding:0px;}
DIV#main_nav TABLE {margin:0px;}

TABLE TR TD.main_nav_button {background-image:url(../images/bg_button_no.jpg);background-repeat:repeat-x;height:24px;padding-left:10px;width:125px;font-weight:700;}
TABLE TR TD.main_nav_button_act {background-image:url(../images/bg_button_act.jpg);background-repeat:repeat-x;height:24px;padding-left:10px;width:125px;color:#FFFFFF;font-weight:700;}
TABLE TR TD.main_nav_smallspacer {width:1px;font-size:0px;}
TABLE TR TD.main_nav_spacer {background-image:url(../images/bg_button_no.jpg);background-repeat:repeat-x;height:24px;width:250px;}

DIV#left_content {width:763px;float:left;background-color:#FFFFFF;}
	DIV#topimage {width:761;height:120px;background-color:#0057d8;margin:1px;}

	#home_boxcontainer {width:100%;}
	#home_boxcontainer .home_box {float:left;width:33.3%;height:180px;background-color:#FFFFFF;padding-bottom:10px;}
	#home_boxcontainer .home_box .home_box_content {width:231px;height:180px;border:1px solid #C9C9C9;margin:0px auto;}
	
	#home_boxcontainer .home_box .home_box_content .home_box_content_top {width:229px;height:30px;margin:1px;background-image:url(../images/boxheader.jpg);background-repeat:repeat-x;text-align:center;padding:0px;}
	#home_boxcontainer .home_box .home_box_content .home_box_content_top .home_box_content_top_item {padding-top:8px;}
	#home_boxcontainer .home_box .home_box_content .home_box_content_top .home_box_content_top_item a {color:#EFEFEF;font:700 10px Verdana;text-decoration:none;text-transform:uppercase;}
	#home_boxcontainer .home_box .home_box_content .home_box_content_spacer_holder {width:231px;height:1px;line-height:1px;font-size:1px;}
	#home_boxcontainer .home_box .home_box_content .home_box_content_spacer_holder A {border:none;}
	#home_boxcontainer .home_box .home_box_content .home_box_content_spacer {width:231px;height:1px;line-height:1px;font-size:1px;}
	#home_boxcontainer .home_box .home_box_content .home_box_content_image {width:100%;}
	#home_boxcontainer .home_box .home_box_content .home_box_content_image img {width:229px;margin:1px;height:75px;}
	#home_boxcontainer .home_box .home_box_content .home_box_content_bottom {margin:1px;padding:3px;font-size:10px;overflow:hidden;text-align:justify;}
	
	.home_boxcontainer {width:100%;}
	.home_boxcontainer .home_box {float:left;width:33.3%;height:180px;background-color:#FFFFFF;padding-bottom:10px;}
	.home_boxcontainer .home_box .home_box_content {width:231px;height:180px;border:1px solid #C9C9C9;margin:0px auto;}
	
	.home_boxcontainer .home_box .home_box_content .home_box_content_top {width:229px;height:30px;margin:1px;background-image:url(../images/boxheader.jpg);background-repeat:repeat-x;text-align:center;padding:0px;}
	.home_boxcontainer .home_box .home_box_content .home_box_content_top .home_box_content_top_item {padding-top:8px;}
	.home_boxcontainer .home_box .home_box_content .home_box_content_top .home_box_content_top_item a {color:#EFEFEF;font:700 10px Verdana;text-decoration:none;text-transform:uppercase;}
	.home_boxcontainer .home_box .home_box_content .home_box_content_spacer {width:231px;height:1px;line-height:1px;font-size:1px;}
	.home_boxcontainer .home_box .home_box_content .home_box_content_image {width:100%;}
	.home_boxcontainer .home_box .home_box_content .home_box_content_image img {width:229px;margin:1px;height:75px;}
	.home_boxcontainer .home_box .home_box_content .home_box_content_bottom {margin:1px;padding:3px;font-size:10px;overflow:hidden;text-align:justify;}

	#main_content_content {padding:20px;background-color:#FEFEFE;}

DIV#right_content {float:right;height:100%;}
	DIV#right_boxcontainer {width:217px;margin-right:2px;height:100%;}
	DIV#right_boxcontainer .right_box, .right_box_first, .right_box_second, .right_box_third, .right_box_fourth, .right_box_last {width:205px;margin-bottom:5px;background-image:url(../images/bg_rightbox.jpg);background-repeat:repeat-y;padding:5px;border:1px #FFFFFF solid;min-height:100px;}
	DIV#right_boxcontainer .right_box_first {height:110px;}
	DIV#right_boxcontainer .right_box_last {height:100%;}

DIV#footer {text-align:right;margin-top:5px;color:#a30001;font-size:11px;}
DIV#footer A {font-weight:700;text-decoration:none;}