@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/zahnhg.gif);
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #333333;
}


#page {
	width: 960px;
	margin: 30px auto;
	
}

.clear {
	clear: both;
}

p {
	margin: 0px 0px 13px 0px;
	padding: 0px;
}

img {
	border: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
}


/* Window Corners ============================================= */

.corner_ol {
	width: 3px;
	height: 3px;
	background-image: url(../img/corner_ol.png);
	background-repeat: no-repeat;
	float: left;
}

.corner_or {
	width: 3px;
	height: 3px;
	background-image: url(../img/corner_or.png);
	background-repeat: no-repeat;
	float: right;
}

.corner_ul {
	width: 3px;
	height: 3px;
	background-image: url(../img/corner_ul.png);
	background-repeat: no-repeat;
	float: left;
}

.corner_ur {
	width: 3px;
	height: 3px;
	background-image: url(../img/corner_ur.png);
	background-repeat: no-repeat;
	float: right;
}


/* Header ===================================================== */

#header {
	width: 773px;
	height: 200px;
	background-image: url(../img/header.png);	
	margin: 0px auto 10px auto;	
}

		/* Header Top Border ================================== */
		
		#header_top {
			width: 960px;
			height: 3px;
		}
		
		#header_top_middle {
			width: 954px;
			height: 2px;
			background-color: #FFFFFF;
			border-top: 1px solid #666666;			
			float: left;
		}
		
		/* Header Middle ====================================== */
		
		#header_middle {
			width: 958px;
			height: 174px;
			background-color: #FFFFFF;
			border-left: 1px solid #666666;
			border-right: 1px solid #666666;
		}
		
		/* Header Bottom Border =============================== */
		
		#header_bottom {
			width: 960px;
			height: 3px;
		}
		
		#header_bottom_middle {
			width: 954px;
			height: 2px;
			background-color: #FFFFFF;
			border-bottom: 1px solid #666666;
			float: left;
		}


/* Sidebar ==================================================== */

.sidebar {
	width: 170px;		
	float: left;
	margin: 0px 0px 50px 0px;
}

.infobox {
	width: 170px;		
	margin: 0px 0px 10px 0px;
}

.box_head {
	width: 170px;
	height: 30px;
	background-image: url(../img/box_head.png);
	background-repeat: no-repeat;	
}

.box_head p {
	margin: 0px;
	padding: 8px 0px;
	font-weight: bold;
}

.box_middle {
	width: 168px;	
	background-color: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	font-size: 12px;
}

.box_middle p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
}

.box_bottom {
	width: 170px;
	height: 30px;
	background-image: url(../img/box_bottom.png);
	background-repeat: no-repeat;
}


/* Content ==================================================== */

#content {
	width: 600px;			
	margin: 0px 10px 50px 10px;	
	float: left;
}

.content_top {
	width: 600px;
	height: 3px;	
}

.content_top_middle {
	width: 594px;
	height: 2px;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	float: left;
}

.content_middle {
	width: 572px;	
	background-color: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 13px;
	text-align: justify;	
}

.content_bottom {
	width: 600px;
	height: 3px;
	margin: 0px 0px 10px 0px;	
}

.content_bottom_middle {
	width: 594px;
	height: 2px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	float: left;	
}


/* Footer ===================================================== */

#footer {
	width: 600px;
	height: 40px;		
}

#footer_top {
	width: 600px;
	height: 3px;
}

#footer_top_middle {
	width: 594px;
	height: 2px;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	float: left;
}

#footer_middle {
	width: 572px;
	height: 14px;
	background-color: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 10px 13px;
}

#footer_middle p {
	margin: 0px;
	padding: 0px;
}

#footer_bottom {
	width: 600px;
	height: 3px;
}

#footer_bottom_middle {
	width: 594px;
	height: 2px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	float: left;
}


/* Profile ==================================================== */

.profile {
	width: 500px;
	margin: 25px 0px 0px 36px;	
}

.profile_corner_ol {
	width: 25px;
	height: 25px;
	background-image: url(../img/profile_corner_ol.png);
	background-repeat: no-repeat;
	float: left;
}

.profile_corner_or {
	width: 25px;
	height: 25px;
	background-image: url(../img/profile_corner_or.png);
	background-repeat: no-repeat;
	float: left;
}

.profile_corner_ul {
	width: 25px;
	height: 25px;
	background-image: url(../img/profile_corner_ul.png);
	background-repeat: no-repeat;
	float: left;
}

.profile_corner_ur {
	width: 25px;
	height: 25px;
	background-image: url(../img/profile_corner_ur.png);
	background-repeat: no-repeat;
	float: left;
}

		/* Profile Top ======================================== */
		
		.profile_top {
			width: 500px;
			height: 25px;
		}
		
		.profile_top_middle {
			width: 450px;
			height: 21px;
			background-color: #4fbaf1;
			border-top: 1px solid #666666;
			float: left;
			font-weight: bold;
			text-align: center;
			padding: 3px 0px 0px 0px;
		}
		
		/* Profile Middle ===================================== */
		
		.profile_middle {
			width: 472px;			
			background-color: #c3e7f8;
			border-left: 1px solid #666666;
			border-right: 1px solid #666666;
			padding: 13px 13px 0px 13px;			
		}
		
		/* Profile Bottom ===================================== */
		
		.profile_bottom {
			width: 500px;
			height: 25px;
		}
		
		.profile_bottom_middle {
			width: 450px;
			height: 24px;
			background-color: #c3e7f8;
			border-bottom: 1px solid #666666;
			float: left;
		}
		

/* Kontakt Formular ============================================*/

#kontakt {
	width: 550px;
	padding-bottom: 50px;
	margin: 50px auto 0px auto;
}

.kontakt_daten {
	width: 180px;
	background-color: #e3e3e3;	
	float: left;	
}

.kontakt_data_title {
	margin: 0px;
	padding: 0px;
}

#kontakt_nachricht {
	width: 350px;
	height: 150px;
	background-color: #e3e3e3;
	float: right;
}

#kontakt_senden {
	margin-top: 5px;
	float: right;
}


/* Partner ==================================================== */

.partner_headline {
	width: 168px;
	height: 25px;
	background-image: url(../img/partner_headline.png);
	background-repeat: no-repeat;
	margin-top: 15px;
}

.list_partner {
	list-style: none;
	padding-left: 20px;
	margin-bottom: 0px;
	text-align: left;
}

.partner_headline p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}	
