/* BASIC SETUP
-------------------------*/

*{
	margin: 0;
	padding: 0;
}


body{
	background:  url("../img/bg_main.gif") #fff repeat-y center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

h3{
	font-size: 18px;
	color: #649B84;
	margin: 0 0 15px 0;
}

#bg {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 700px;
}

#top h1{
	margin: 25px 0 0 0;
}

#top h1 a:link, #top h1 a:visited{
	background:  url("../img/vsl_ev.gif") transparent no-repeat center;
	border: none;
	color: inherit;
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 700px;
	text-decoration: none;
}

#navbar{
	background-color: transparent;
	width: 700px;
	height: 25px;
	display: block;
	text-align: left;
	font-size: 11px;
}

#navbar li{
	background-color: #BBCE7B;
 	width: 110px;
	height: 23px;
	margin: 2px 2px 0 0;
	text-align: center;
	float: left;
	list-style-type: none;
}

#navbar li a{
	width: 110px;
	height: 23px;
	float: left;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}

#navbar li a:hover{
	background-color: #649B84;
	color: #fff;
}

#contentbg{
	background: #fff;
	width: 700px;
	margin: 25px 0 25px 0;
}

#inhalt{
	width: 660px;
	margin: 0 20px 0 20px;
	padding: 20px 0 20px 0;
}

#inhalt p{
	line-height: 18px;
	margin: 0 0 10px 0;
}

#inhalt li{
	margin: 0 0 10px 30px;
}

.foto{
 	padding: 2px;
	border: 2px solid #8C48AA;
	margin: 0 0 12px 6px;
 	float: right;
}