/* CSS-Stylesheet für Pepito				*/
/* (c) by Gero Gruber, 2007					*/
/* Version 1.0											*/

		 
body {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;

	background-color: #f6a800;   /* alt #EECE21; */
	background-image: url(img/hg_essen.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
	color: white;
	
	overflow: hidden;
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;
	
	vertical-align: top;
}


a, a:active, a:hover, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FF5300;
}

img {
	border: 0px;
}


.main {
	width: 600px;
	height: 100%;

	position: relative;
	top: 0px;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	
}
		 
.headline {
	position: absolute;
	top: 75px;
	left: 35px;

	width: 500px;
	height: 55px;
	padding: 0px;
}

.banner {
	position: absolute;
	top: 130px;
	left: 0px;
	
	width: 600px;
	height: 100px;
	
	margin: 0px;
	padding: 0px;
}

.textfeld {
	position: absolute;
	top: 273px;
	left: 75px;
	
	width: 485px;
	min-height: 235px;
	overflow: auto;
	
	margin-bottom: 20px;
	padding: 5px;
	
	
	text-align: left;
	vertical-align: top;
}

.navibox {
	position: relative;
	top: 80px;
	left: 627px;
	
	width: 150px;
	height: 400px;
	overflow: hidden;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.navigation {
	position: relative;
	top: 157px;
	
	width: 130px;
	height: 250px;
}

ul {
	list-style-image: url(img/chili_red.gif);
}

li {
	color: #FF5300;
	padding-top: 13px;
}

li.selected {
	list-style-image: url(img/chili_green.gif);
	color: white;
	font-weight: bold;
}

.startlogo {
	width: 400px;
	height: 420px;
	
	position: relative;
	top: 80px;
	
	margin: auto;
}