/* Basis */
html, body{
	height: 100%;
	}

body{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(images/inhalt.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #fd8d14; /*#f2af3b;*/
	}

/* Hauptcontainer */
#content{
	width: 814px;
	margin-left: -407px;  /* "Trick" für Internet-Explorer", noch unklar */
	top: 0px;
	left: 50%;  /* gehört zum "Trick" */
	position: absolute; /* dito */
/*	height: 100%;*/
	}

#verlauf{
	background-image: url(images/farbverlauf.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
	width: 100%;
	}

/* Kopf */
#head{
	width: 814px;
	height: 200px;
	background-image: url(images/kopf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* Menü */
#menue{
	background-image: url(images/menue.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top: #cf8545 1px solid;
	border-bottom: #cf8545 1px solid;
	width: 148px;
	left: 0px;
	top: 190px;
	position: absolute;
	text-align: left;
	}

#menue ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

#menue li{
/*	padding-left: 10px;*/
	font-size: 12px;
	font-weight: bold;
	color: #3b4a79;
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	line-height: 30px;
	margin-left:1px;
	width: 146px;
	}

#menue li a:link, #menue li a:visited{
	color: #3b4a79;
	text-decoration: none;
	}
#menue li a:active, #menue li a:hover{
	display: block;
	color: #000;
	text-decoration: none;
	background: #e0bd90;
	width: 146px;
	}

/* Inhalte */
#inhalt{
	left: 188px;
	top: 164px;
	width: 552px;
/*	height: 400px;*/
	position: absolute;
	text-align: left;
	line-height: 16px;
	padding-bottom: 40px;
	}

*html #inhalt{
	top: 174px; /* nur für IE, ca. 10px mehr als im FF */
	}

*html #content{
	margin-left: -406px;
	}  /*soll eigentlich dazu dienen, den Versatz im IE zu vermeiden,
	bewirkt das Gegenteil, daher auskommentiert */

h1{
	color: #495b95;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	}

h2{
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	}

img{
	border: 0px;
	} /*soll künftige Bilder ohne Rand darstellen*/