/*
rot: D8000A
*/
/*----------------------------------------------------------------------------*/

*html{
	padding:0;
	margin:0;
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
a {
	outline: none;
}
a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover,
a.hierbinich {
	color: #D8000A !important;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


/*----------------------------------------------------------------------------*/
div#center{
	min-height:100%;
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
}


div#struktur{
	min-height:100%;
	position:relativ;
	clear:both;
	overflow:auto;
	padding-bottom:50px;
}

div#banner{
	background: url(bilder/banner.jpg) no-repeat left top;
	width:900px;
	height:242px;
}

div#spalte_1{
	width:100px;
	float:left;
	padding-left:30px;
	padding-top:30px;
	padding-bottom:30px;
}

div#spruch{
	position:absolute;
	top:270px;
	left:30;
	font-size:30px;
	color: #D8000A;
}

div#spalte_2{
	font-size:15px;
	font-weight: bold;
	width:200px;
	float:left;
	padding-left:30px;
	padding-top:30px;
	padding-bottom:30px;
}

div#spalte_3{
	font-size:12px;
	width:495px;
    height:auto;
	float:left;
	padding-left:30px;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:0px;
	overflow:hidden;
	font-weight:normal;
}

.fuss{
	background-color:#333;
	width:900px;
	height:30px;
	color: #ddd;
	bottom:0px;
	font-size: 11px;
}

.fusslinks{
	float:left;
	margin-top:3px;
	padding-left:25px;
	padding-top:5px;
}

.fussrechts{
	float:right;
	margin-top:5px;
	font-size:9px;
	padding-right:15px;
	padding-top:5px;
}

div#referenz{
	width:495px;
	float:left;
	height:auto;
	
	padding:2px;
	margin:0;
}

div#referenzlinks{
	width:120px;
	float:left;
	height:auto;
}

div#referenzrechts{
	width:345px;
	float:right;
	
	margin-right:25px;
}

div#team{
	width:495px;
}

div#team1{
	/*
	background-color:#0F0;*/
	
	width:160px;
	height:92px;
	float:left;
	
	position:relative;
}

div#team2{
	/*
	background-color:#f00;*/
	
	width:240px;
	height:92px;
	float:left;
	
	position:relative;
}

div#richter{
	position:absolute;
	bottom:0;
}

div#team3{
	width:73px;
	height:100px;
	float:left;
}

/*----------------------------------------------------------------------------*/

div#spalte_1 a:link, 
div#spalte_1 a:visited{
	font-size:15px;
	font-weight: bold;;
}

div#spalte_1 a:hover{
	font-size:15px;
	font-weight: bold;
	color: #D8000A;
}

div#spalte_1 a:active{
	font-size:15px;
	font-weight: bold;
}


div#spalte_2 a:link, 
div#spalte_2 a:visited{
	font-size:15px;
	font-weight: bold;;
}

div#spalte_2 a:hover{
	font-size:15px;
	font-weight: bold;
	color: #D8000A;
}

div#spalte_2 a:active{
	font-size:15px;
	font-weight: bold;
}


div#fuss a:link, 
div#fuss a:visited
{
	color: #ddd;
}

div#fuss a:hover
{
	color: #D8000A;
}

div#fuss a:active
{
	color: #ddd;
}


/*----------------------------------------------------------------------------*/

p.titel {
	font-size:15px;
	font-weight:bold;
}
