/*
#Name:              Main CSS Template
#Specification:     CSS1 + CSS2
#Author:            PER.CEPTO mediengestaltung, Petra Wedeking
#Author Email:      info@percepto.de
#Creation Date:     20 Feb 2007
#Release Version:   20 Feb 2007
*/

body {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	outline: none;
	line-height: 150%;
}

#indexpage #container {
	width: 960px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:30px;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	position: relative;
}

/*------------------Header------------------------------------------*/
#header {
	width: 960px;
	background-color: #FFFFFF;
	height: 165px;
	clear: left;
	position: relative;
}

#header_navi {
	background-color: #FFFFFF;
  	margin-top: 0px;
	padding-left: 15px;
	width: 175px;
	height: 100px;
	float: left;
	}

	#header_navi a {
	color: #000000;
	display: block;
	text-decoration: none;
	outline: none;
	}
	
	#header_navi .akt {
	color: #E00018;
	display: block;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}
	
	#header_navi a:hover {
	color: #E00018;
	}

	#header_subnavi {
	background: #FFFFFF;
  	margin-top: 0px;
	width: 210px;
	height: 100px;
	float: left;
	}

	#header_subnavi a {
	color: #000000;
	display: block;
	text-decoration: none;
	outline: none;
	}
	
	#header_subnavi .akt {
	color: #B70A17;
	display: block;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}
	
	#header_subnavi a:hover {
	color: #B70A17;
	}

#header_blind {
	background: #FFFFFF;
  	float: left;
	width: 80px;
	height: 100px;
	}	

#header_logo {
	background: #FFFFFF;
  	float: left;
	width: 480px;
	height: 100px;
	}

/*--------------Content-------------------------------------------------------*/
#content {
	width: 960px;
	height: 400px;
	clear: left;
	position: relative;
	background-color: #FFFFFF;
}

#content_left {
	background-color: #FFFFFF;
  	margin-top: 0px;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	width: 330px;
	height: 360px;
	float: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}
	#content_left a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	outline: none;
	}

	#content_left a:hover{
	color: #ffffff;
	text-decoration: none;
	}
		
#content_center {
	background-color: #FFFFFF;
  	float: left;
	width: 120px;
	height: 400px;
	}	

#content_right {
	background-color: #FFFFFF;
  	float: left;
	width: 480px;
	height: 400px;
	}
	
/*-------------------------------Foot---------------------------*/
#footer {
	position: absolute;
	top: 570px;
	width: 960px;
	height: 10px;
	clear: left;
}

#footer_left {
  	margin-top: 0px;
	padding-left:0px;
	width: 360px;
	height: 10px;
	float: left;
	}
	
#footer_center {
  	float: left;
	width: 120px;
	height: 10px;
	}	

#footer_right {
  	margin-top: 0px;
  	float: left;
	width: 480px;
	height: 10px;
	}
	
	#footer a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	outline: none;
	}

	#footer a:hover {
		color: #E00018;
	}

	#footer .akt {
		color: #E00018;
		text-decoration: none;
		font-weight: bold;
		outline: none; 
	}
