@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	}
		
#contact {
	position:absolute;
	width:110px;
	height:15px;
	z-index:1;
	left: 767px;
	top: 91px;
	}
	
#header {
	height:110px;
	width:100%;
	border-bottom: #000000 solid 1px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 150px;
	}

#logos {
	position:absolute;
	width:177px;
	height:152px;
	z-index:2;
	background-color: #FFFFFF;
	left: 15px;
	top: 303px;
	}
	
#zweite_spalte {
	position:absolute;
	width:256px;
	height:115px;
	z-index:2;
	left: 451px;
	}

#left {
	position: absolute;
	top: 111px;
	left: 0;
	width: 150px;
	background: #EBEBEB;
	padding: 0px;
	}
	
#left a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#left a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#left a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
		
#right {
	position: absolute;
	top: 111px;
	left:752px;
	right: 0px;
	float:right;
	height:269px;
	background: #e3e3e4;
	padding: 0px;
	}

#center {
	margin-left:151px;
	width:600px;
	height:auto;
	background-color: #FFFFFF;
	}


#pic {
	position: absolute;
	top: 460px;
	left:630px;
	z-index:1;
	width:auto;
	height:auto;
	
	}
/*HIER BEGINNEN DIE ANWENDBAREN KLASSEN*/

a:link {
	color: #000000;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
a:active {
	color: #000000;
	text-decoration: underline;
	}

ul {
	margin: 0px;
	padding: 0px;
	}

.li_spacer {
	border-top: 0px dotted #949494;
	height:23px;
	background-color: #5f5f5f;
	}

.li_sub {
	height:17px;
	background-color: #5f5f5f;
	text-indent: 10px;
	}

.li_sub_a {
	height:17px;
	background-color: #5f5f5f;
	text-indent: 10px;
	background-color: #818181;
	}

.li_a {
	height:17px;
	background-color: #5f5f5f;
	background-color: #818181;
	}
			
li {
	list-style-type: none;
	display: block;
	padding-left:25px;
	padding-top:4px;
	border-top: 1px dotted #949494;
	height:17px;
	background-color: #5f5f5f;
	color: #FFFFFF;
	}
		
li:hover {
	background-color: #818181;
	color: #FFFFFF;
	}

td {
	vertical-align: bottom;
	padding-left:15px;
	padding-bottom:0px;
	height:269px;
	background: #e3e3e4;
	}

img {
	border:0px;
	margin:0px;
	padding:0px;
	display:block;
	}

.main_content {
	width:540px;
	height:auto;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:15px;
	padding-right:45px;
	background-color: #e3e3e4;
	border-top:#FFFFFF solid 1px;
	line-height:15px;
	}
	
.main_content_img {
	width:600px;
	height:auto;
	padding:0px;
	border-top:#FFFFFF solid 1px;
	}

.red_border {
	height:15px;
	background-color:#9d0000;
	border-top:#FFFFFF solid 1px;
	color:#FFFFFF;
	text-align: left;
	text-indent: 15px;	
	}
	
.red_border a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.red_border a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

.red_border a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.red_border a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}		
	
h1 {
	font-size:13px;
	}

