html>body ul#navigation li a {
  width:auto;
}

/* --------------------------------------------------------------------
default styles */
body {
 margin:0 0 0 0;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 background-color:#ececed;
 color:#666;
}
h1,h2 {
	color:#e20a25;
}
.maintitle {
	color:#e20a25;
	font-size:16px;
	font-weight: bold;
}

h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}
h3 {
	font-size:12px;	
}

.subtitle {
	font-size:12px;	
	font-weight: bold;
}

/* --------------------------------------------------------------------
positioning */
#container {
	margin:auto;
	width:778px;
	background-color:#ececed;
	background:url(../img/bgContainer.gif) repeat-y;
}

/* --------------------------------------------------------------------
page */
#page {
	margin:auto;
	padding:0;
	width:750px;
	background-color:#fff;
}
#header {
	background-color:#fff;
	height:88px;
}
	#logo {
		float:left;
		padding:10px 0 0 10px;
	}


/* --------------------------------------------------------------------
navigation statisch */
#navigationStat {
	background-color:#e20a25;
	float:right;
	text-align:left;
	font-weight:regular;
	height:20px;
	width: 400px;
}
	ul#naviStat {
		list-style:none;
		margin:0;
		padding:0;
		width:100%;
		height:inherit;
		background-color:#e20a25;
	}
	ul#naviStat li {
		float:left;
		list-style:none;
		height:inherit;
		padding:0 5px 0 5px;
		vertical-align:middle;
	}
	ul#naviStat a {
		color:#fff;
		font-size:10px;
		text-decoration:none;
		padding:10px 5px 0px 10px;
	}
	ul#naviStat a.aktiv {
		color:#666;
		display:block;
		padding:0 2px 0 0;
		text-decoration:none;
		padding:5px;
		width: auto;
		height:17px;
	}
	ul#naviStat a:hover {
		color:#bbb;
	}


/* --------------------------------------------------------------------
navigation */
#naviDyn {
	height:27px;
	background-color:#e20a25;
}
	ul#navigation {
		list-style:none;
		margin:0;
		padding:0;
		width:100%;
		background-color:#e20a25;
	}
	 ul#navigation li {
		float:left;
		list-style:none;
		height:inherit;
		padding:0 5px 0 5px;
		vertical-align:middle;
	}
	ul#navigation a {
		background-color:#e20a25;
		color:#fff;
		display:block;
		padding:5px 4px 0 0;
		text-decoration:none;
		width: auto;
		height:17px;
	}
	ul#navigation a.aktiv {
		background-color:#960000;
		color:#fff;
		display:block;
		text-decoration:none;
		padding:5px;
		width: auto;
		height:17px;
	}
	ul#navigation a:hover {
		color:#bbb;
	}


/* --------------------------------------------------------------------
subnavigation */
#subNaviDyn {
	height:25px;
	background:url(../img/BGsubNav.gif) repeat-x;
}
	ul#subNavigation {
		list-style:none;
		margin:0;
		padding:0;
		width:100%;
		height:inherit;
	}
	 ul#subNavigation li {
		float:left;
		list-style:none;
		height:inherit;
		vertical-align:middle;
	}
	ul#subNavigation a {
		color:#fff;
		display:block;
		padding:0 2px 0 0;
		text-decoration:none;
		padding:5px;
		width: auto;
		height:15px;
	}
	ul#subNavigation a.aktiv {
		background-color:#960000;
		color:#fff;
		display:block;
		padding:0 2px 0 0;
		text-decoration:none;
		padding:5px;
		width: auto;
		height:15px;
	}
	ul#subNavigation a:hover {
		color:#bbb;
	}

/* --------------------------------------------------------------------
inhalt */

#content {
	text-align:left;
	line-height:16px;
}

/* --------------------------------------------------------------------
inhalt (nur auf der Startseite) */
#homeBird {
	height:292px;
	background:url(../img/bgVogelStart.jpg) no-repeat;
}
#padding {
	padding:10px 10px 10px 15px;
}

/* --------------------------------------------------------------------
inhaltsnavigation */
#contentNavi {
	float:left;
	width:180px;
}
	ul#contentNavigation {
		background:url(../img/navContentLine.gif) no-repeat top;
		list-style:none;
		margin:0;
		padding:0;
		width:100%;
		height:inherit;
	}
	 ul#contentNavigation li {
		background:url(../img/navContentLine.gif) no-repeat bottom;
		list-style:none;
		height:inherit;
		vertical-align:middle;
	}
	ul#contentNavigation a {
		color:#666;
		display:block;
		padding:0 2px 0 0;
		text-decoration:none;
		padding:5px;
		width: auto;
	}
	ul#contentNavigation a.aktiv {
		color:#e20a25;
		display:block;
		padding:0 2px 0 0;
		text-decoration:none;
		padding:5px;
		width: auto;
	}
	ul#contentNavigation a:hover {
		color:#e20a25;
	}
/* --------------------------------------------------------------------
inhalt */
#contentRight {
	float:right;
	text-align:left;
	width:480px;
	padding-left:10px;
	padding-right:40px;
	text-align:justify;
}
#content a {
	color:#e20a25;
}
#content a:hover {
	color:#666;
}
.border {
	border:1px solid #666;
}
/* --------------------------------------------------------------------
abschluss der Seite */
#footer {
	width:750px;
	height:20px;
	text-align:right;
	font-size:9px;
	background-color:#fff;
}
#footer p {
	padding-right:40px;
}
#end {
	background:url(../img/bgEnd.gif) no-repeat;
	height:20px;
	width:778px;
	margin:auto;
}

/* --------------------------------------------------------------------
clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
    height: 1%;
}

/** Login Textfeld */
input, select, textarea
{
	background-color : #FFFFFF;
	font : Arial, Verdana, Helvetica;
	border-color : #F4F4F4;
	border-style : ridge;
	border-width : 1;
	border-left-width : 1;
	border-top-width : 1;
	border-right-width : 1;
	border-bottom-width : 1;

}


#popup {
background: #ffffff;
/*width: 560px;*/
position: absolute;
z-index:5;
top: 10px;
left: 300px;
border: 1px solid #e20a25;
}

#popup #close a {
background-color: #e20a25;
color: #ffffff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 16px;
font-weight: bold;
position: absolute;
top: 2px;
right: 2px;
text-decoration: none;
border: 1px solid #ffffff;
text-align: center;
font-size: 14px;
}