/* Copyright: IT service Mächtlinger, www.maechtlinger.com */
/* http://www.baden-tag.de */
/* 12. März 2009 */

/* Header */

#headerleft { 
	width:500px;
	height:120px;
	background-color:#FFFFFF;
	position:absolute;
	top:0;
	left:0;
	background-image: url(../images/logo_baden_tag_400_weiss.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#headermiddle { 
	width:283px;
	height:120px;
	background-color:#A02C2C;
	position:absolute;
	top:0;
	left:500px;
}

#headermiddle p {
	padding:2em 0 0 0.8em;
	font-size:1.4em;
	color: #ffffff;
}
#headermiddle .small {
	padding:1.2em 0 0 1em;
	font-size:1.1em;
	font-weight:bold;
	color: #fff;
}

#headerright { 
	width:217px;
	height:120px;
	background-color:#ffffff;
	position:absolute;
	top:0;
	left:783px;
}

#headerright p {
	padding:3em 0 0 1.2em;
	font-size:1em;
	color: #666;
}
#headerright .red {
	font-weight:bold;
	color: #FF0000;
}

#headerright a {
	color: #A02C2C;
	text-decoration: none;
}

#headerright a:hover {
	text-decoration: underline;
}
