html, body {
	height:101%;
	text-align:left;
	font-family: sans-serif, Verdana, Arial;
}

body {
	margin:0;
	padding:0;
}


#container {
	min-height: 100%;
	height: auto;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	width: 1040px;
    padding: 0;
	background: #FFFFFF url(../images/bg_verlauf_grau.jpg) repeat-y center top;
    background-color: #FFFFFF;
}


#header {
	margin-left: 30px;
	width: 980px;
	height: 270px;
}


#item-111 #header {
	background: #FFFFFF url(../images/header_3.jpg);
}

#item-112 #header {
	background: #FFFFFF url(../images/header_2.jpg);
}

#item-113 #header {
	background: #FFFFFF url(../images/header_1.jpg);
}

#item-114 #header {
	background: #FFFFFF url(../images/header_4.jpg);
}

#item-115 #header {
	background: #FFFFFF url(../images/header_5.jpg);
}

#item-116 #header {
	background: #FFFFFF url(../images/header_1.jpg);
}



/* Menu */

#nav {
	width: 980px;
	height: 23px;
	background-color: #CE1221;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	border-top: solid 1px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#nav li {
	float: left;
}


#nav a {
	display: block;
	width: 100px;
	height: 18px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: solid 1px;
}

#nav a:hover, #nav .current a {
	text-decoration: none;
	background-color: #019BD9;

}

#nav .active a {
	background-color: #019BD9;
	padding-left: 0;
}






#main{
	padding: 0px;
}


#content{
	padding:1px 50px 40px;
	width:700px;
}

#item-115 #content{
	padding:1px 30px;
	width:960px;
}


#content img{
	float:left;
	padding:0px 20px 5px 0px;
}


/* Footer */

#footer {
  width: 980px;
  margin: 0 auto;
  height: 30px;
  background: #CE1221;
  text-align: center;
  color: #FFFFFF;
}

#footer p {
  	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

