/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body {
	background-color:#F4F4F4;
    text-align:center;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	color:#333333;
 }
 
#wrap{
	background-color:#FFFFFF;
	text-align:left;
	width:750px;
	margin:20px auto 20px auto;
	padding:0px 0px 0px 0px;
/*	border: #FFCC66 2px solid;*/
}


#banner{
	background-color: #FFF;
	width:720px;
	height:207px;
	text-align:left;
}

img {
	margin:0px;
	padding:0px;}

#top_nav li{
	display:inline;
	height:10px;
	float:left;
	padding:0px;
	margin:0px;}

#top_nav{
	background-color:#FFFF99;
	width:758px;
	height: auto;	
	letter-spacing:0.17em;
	margin-top:0px;
}

	
#top_nav a {
		text-decoration:none;
		color:#000000;
		font-weight: bold;
		font-variant:small-caps;
}

#top_nav a img{
	border: none;
}

#top_nav a:hover, #bottom_nav a:hover {
	color: #666666}

#content{
	background-color:#FFF;
	background-image:url(images/back_content_alt.jpg);
	width:758px;
	padding-bottom:50 px;
	line-height:1.3em;
	color:#333333;
	clear:both;
}

#content p{
	padding: 0px 36px;}


#bottom_nav{
	background-color:#FFFF99;
	background-image: url(images/back_bottom_alt.jpg);
	width:758px;
	height: 21px;
}

/* CSS Document */

#content ul{
	margin-left:50px;
	margin-right:10px;}

#content li{
	margin-top:10px;
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
	list-style-image:url(images/content/bullet.jpg);}

#content img {
	float:left;
	margin: 0px 20px 10px 25px;
	border: #FFCC66 1px solid;
	padding:0px;
}

.hervorheben{
	color:#006600;
	font-weight:bold;}

.heil {
	width:187px;
	height:370px;
	float:left;
	margin:0px 40px 0px 10px;}
	
.heil p{
	padding:0px;
	margin:0px;
	margin-left:-8px;
}
	
#cont .heil img{
	border: #FFCC66 1px solid;
	margin:0px;
	padding:0px;}

h1{
	font-size:1.7em;
	color:#006600;
	padding: 30px 20px 0px 24px;
	margin:20px 10px 10px 10px; 
}

h2{
	font-size:1.2em;
	color:#006600;
	padding: 10px 0px 10px 10px;
	}

strong {
	color: #006600;
	text-decoration:none;
	letter-spacing:0.06em;
}

a {
	color: #009900;
	text-decoration:none;
	letter-spacing:0.06em;
}

a:hover{
	text-decoration: underline;}
	
/*form*/
form{
	margin-left:35px;}
	
fieldset{
	border:none;}

.labels{
	width:150px;
	height:30px;
	float:left;
}

input{
	margin-bottom:10px;
	width:200px;
}

textarea{
	width:200px;
	margin-bottom:10px;}
	