body,html {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.clear {clear:both;}

#maincontainer {
	width: 945px;
	margin: 0px auto;
	text-align:left;
	border-left:15px solid #fff;
	border-right:15px solid #fff;
	margin-bottom:20px;
}

#printheader {display:none;}

#header {
	width:945px;
	height: 140px;
}
#headerAddress {
	float:left;
	width:165px;
	height:140px;
	/* padding:40px 0 0 45px; */
	background:url(/img/header_logo.png) no-repeat 0 0;
	color:#fff;
	font: normal 11px arial;
}


#headerFlash {float:left;width:780px;}


#navigationBox { background: #fff; }

#tools {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0 0px;
	width: 165px;
	height: 21px;
	overflow:hidden;
	background:#999999;
	}
			#tools a {
				float: left;
				display: block;
				margin: 0px 0px 0px 0px;
				height: 21px;
				text-indent:-999px;
				overflow:hidden;
				}

				#tools a.fnc-print {
					background: url(/img/funktionen.png) no-repeat 0 0px;
					width:39px;
				}

				#tools a.fnc-print:hover {
					background: url(/img/funktionen.png) no-repeat 0 -21px;
				}

				#tools a.fnc-mail {
					background: url(/img/funktionen.png) no-repeat -39px 0px;
					width:27px;
				}

				#tools a.fnc-mail:hover {
					background: url(/img/funktionen.png) no-repeat -39px -21px;
				}

				#tools a.fnc-impressum {
					background: url(/img/funktionen.png) no-repeat -66px 0px;
					width:22px;
				}

				#tools a.fnc-impressum:hover {
					background: url(/img/funktionen.png) no-repeat -66px -21px;
				}

				#tools a.fnc-sitemap {
					background: url(/img/funktionen.png) no-repeat -88px 0px;
					width:17px;
				}

				#tools a.fnc-sitemap:hover {
					background: url(/img/funktionen.png) no-repeat -88px -21px;
				}


#functions {
	width: 945px;
	height: 70px;
	background:url(/img/background.png);
	
}

#functionsExtranet {
	width: 945px;
	min-height: 350px;
	background:url(/img/background.png);
	
}

#functionsHome {
	width: 945px;
	height: 387px;
	background:url(/img/background.png);
	
}
	
#leftNavigation {
	float: left;
	width: 165px;
	background:url(/img/background.png);
}

#breadcrumbs {
	float: left;
	/*clear:both; */
	/*background:#ebebeb; */
	height:12px;
	padding:12px 0 40px 10px;
	}

#content {
	width: 945px;
	padding: 0;
	min-height: 100px;
	background:url(/img/background.png);
}

#contentText {
	width:512px;
	padding:0px 260px 0px 173px;
	overflow:hidden;
	min-height:350px;	 
	background:url(/img/background.png);
}

#contentExtranet {
	float: left;
	width: 500px;
	min-height:330px;
	padding: 20px 260px 0 20px;
}


#contentTextHome {
	width:500px;
	padding:120px 20px 0px 260px;
	overflow:hidden;
	min-height:230px;
	}
	#news {float:left;width:382px;margin-top:100px;}
		#news .news {clear:both;margin-bottom:10px;overflow:hidden;}
		#news img {float:left;width:120px;height:80px;border:1px solid #fff;}
		#news p {float:left;width:215px;margin:0 0 0 10px;}
	#text {width:360px;float:left;margin-top:145px;line-height:18px;}


#footer {
	width: 945px;
	height:20px;
	background:#fff;
}


#copyright {
	float: left;
	width: 945px;
	text-align: right;
	font-size: 10px;
	line-height:20px;
}

#copyright, #copyright a, #copyright a:hover {color:#79777a;text-decoration:none;font-weight:normal;}


