/* 
www.jungentage-leipzig.de
Start: 07.07.2007
Letzte Aenderung: 11.03.2010
*/
/* Reset all */
*{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
	}

/* Allgemeines */
body {
	background-color: #fff;
	font-family: verdana,sans-serif;
	}

img, a img {
	border: 0;
}

/* Layout */
#inhalt {
	width: 818px;
	height: 695px;
	text-align: left;
	background-image: url(../images/body.gif);
	}

#kopf {
	position: relativ;
	height: 186px;
	}
	
ul {
	position: relative;
	float: left;
	top: 15px;
	left: 30px;
	}

li{
	list-style-type: none;
	font-weight: bold;
	padding: 3px;
	}

li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 0 0 2px 0; }

li a:hover {
	color: #fff;
	background: url(../images/navi_.gif) no-repeat left;
	padding: 0 0 2px 10px;
}

#main {
	position: absolute;
	right: 20px;
	top: 196px;
	width: 600px;
	height: 475px;
}
