html {
	height: 100%;
}

body {
	margin:0px 0px 0px 0px;
	padding:6px 0px 0px 0px;
    width: 100%; 
    background-image: url(../images/bg_main.gif);
	background-position:top center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 9pt;
	color:#4e4e4e;
	background-color:inherit;
}

a {
		text-decoration: underline;
		color:#000000;
		background-color:inherit;
}

a:active {
		text-decoration: underline;
		color:#000000;
		background-color:inherit;
}

a:visited {
		text-decoration: underline;
		color:#000000;
		background-color:inherit;
}

a:link {
		text-decoration: underline;
		color:#000000;
		background-color:inherit;
}

a:hover {
		text-decoration: underline;
		color:#9C001D;
		background-color:inherit;
}

.main {
	background-image: url(../images/bg_main2.gif);
	background-position: top center;
	margin: 0 auto;
	height: 100%;
	width: 958px;
}

.main2 {
	background-image: url(../images/bg_main3.gif);
	background-position: top center;
	margin: 0 auto;
	height: 100%;
	width: 958px;
}

p.absatz:first-letter {
	font-size:16px;
	font-weight:bold;
	line-height:0px; 
	color:#9C001D;
	background-color:inherit;
}


.rand_o {
	width: 958px;
    height: 7px;
	font-size:1px;
}

.rand_l {
    clear: both;
 	float: left;
}

.rand_r {
	float: left;
}

.rand_u {
	width: 958px;
	height: 7px;
	font-size:1px;
}

.border_top_left_corner {
	background-repeat: no-repeat;
         background-image: url(../images/border_top_left.gif);
         width: 7px;
         height: 7px;
         float: left;
}

.border_top_right_corner {
	background-repeat: no-repeat;
         background-image: url(../images/border_top_right.gif);
         width: 7px;
         height: 7px;
		 float: left;
}

.border_bottom_left_corner {
	background-repeat: no-repeat;
         background-image: url(../images/border_bottom_left.gif);
         width: 7px;
         height: 7px;
         float: left;
}

.border_bottom_right_corner {
	background-repeat: no-repeat;
         background-image: url(../images/border_bottom_right.gif);
         width: 7px;
         height: 7px;
		 float: left;
}

.border_top {
	background-repeat: repeat-x;
         background-image: url(../images/border_top.gif);
         height: 7px;
         width: 944px;
         float: left;
}

.border_bottom {
	background-repeat: repeat-x;
         background-image: url(../images/border_bottom.gif);
         height: 7px;
         width: 944px;
         float: left;
}

.border_left {
 	background-repeat: repeat-y;
         background-image: url(../images/border_left.gif);

         width: 7px;
}

.border_right {
 	background-repeat: repeat-y;
         background-image: url(../images/border_right.gif);

         width: 7px;
	float: left;
}

.menu {
	width: 942px;
         height: 63px;
         border-style: solid;
         border-color: #000000;
         border-width: 1px 1px 1px 1px;
         background-color: #990101;
		 color:inherit;
}

.menu_top {
	width: 942px;
    height: 13px;
	font-size:1px;
	text-align:right;
}

.head_logo_left {
	width: 256px;
         height: 198px;
         border-style: solid;
         border-color: #000000;
         border-width: 0px 1px 1px 1px;
         float: left;
		 background-color:#FFFFFF;
		 color:inherit;
}

.head_logo_right {
	width: 685px;
    height: 198px;
    border-style: solid;
    border-color: #000000;
    border-width: 0px 1px 1px 0px;
    float: left;
	background-color:#FFFFFF;
	color:inherit;

}

.footer {
	clear:both;
	background-image: url(../images/bg_footer.gif);
	width: 942px;
	height: 56px;
	border-style: solid;
    border-color: #000000;
    border-width: 1px 1px 1px 1px;
}

.footer_left {
	float:left;
	width: 256px;
	height: 56px;
	border-style: solid;
    border-color: #000000;
    border-width: 0px 1px 0px 0px;
	text-align: left;
}

.footer_right {
	float:left;
	width: 685px;
	height: 56px;
	text-align:center;
}

div.footer_right {
	background-color: inherit;
	color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}

div.footer_right a {
	color:#FFFFFF;
	text-decoration:none;
	background-color: inherit;
	}
	
div.footer_right a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color: inherit;
	}
	
div.footer_right a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background-color: inherit;
	}
	
div.footer_right a:link {
	color:#FFFFFF;
	text-decoration:none;
	background-color: inherit;
	}
	
div.footer_right a:hover {
	color:#99ccff;
	text-decoration:none;
	background-color: inherit;
}

