/* css styles sheet*/

* { padding: 0; margin: 0; } /* Alles auf Null */

body {
	font-family: Ubuntu, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	background-color: white;
	color: gray;
}

p	{margin-bottom: 12px;}
ul {
	margin-left: 15px;
	margin-bottom: 12px;
	}
li {
	margin-bottom: 8px;
	}
blockquote {
   text-align: center;
	padding: 5px;
	border: 1px;
	border-style: dashed;
	border-color: lightgray;
}

h1 {
	font-family: Ubuntu, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #990000;
	margin-bottom: 20px;
}


h2 {
	font-family: Ubuntu, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 20px;
	line-height: 32px;
}
h3 {
	font-family: Ubuntu, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 10px;
}
h4 {
	font-family: Ubuntu, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 18px;
}
a {
	font-family: Ubuntu, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0px 3px 0px 3px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: #990000;
}

.textklein {
	font-family: Ubuntu, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
#wrapper {
	margin: 20px auto 50px auto;
	width: 750px;
	}


#top { 
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-bottom-color: lightgray;
	border-style: solid;
	padding-bottom: 30px;
	margin-bottom: 20px;
	margin-left: 190px;
}

#navi {
	float:left;
	margin-top: 18px;
	margin-left: 30px;
	width: 110px;
}

#content {
	float: right;
	width: 560px; 
	padding: 20px 0px 0px 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-bottom-color: lightgray;
	border-style: solid;

}
#content1 {
	float: right;
	width: 560px; 
	padding: 0px 0px 0px 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-bottom-color: lightgray;
	border-style: solid;

}

#sidebox {
	float: right;
	width: 110px;
	margin: 0px 0px 20px 40px;
	padding: 15px 15px 10px 15px;
	border: 1px;
	border-style: solid;
	border-color: lightgray;
	}
	
#sidebox2 {
	float: right;
	width: 160px;
	margin: 0px 0px 20px 40px;
	padding: 15px 15px 10px 15px;
	border: 1px;
	border-style: solid;
	border-color: lightgray;
	}
	
#halfboxleft {
	float: left;
	width: 240px; 
	padding: 20px 40px 10px 0px;
	}
#halfboxright {
	float: right;
	width: 240px; 
	padding: 20px 0px 10px 40px;
	}
#nachobenbox {
	float: right;
	width: 560px;
	margin-top: 20px;
	text-align: right;
	}
.imglink {
	padding: 0px;
	}
	
	

