@charset "utf-8";

* {
margin: 0;
padding: 0;
border: 0;
}
html, body {
	font-family: 'Merriweather Sans', sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	height: 100%;
	color: #000000;
	line-height: 20px;
	overflow: visible;
}


/* --------------Header/Content---------------- */


.header-inhalt {
	float:left;
	width: 520px;
	background-color: #ffffff;
	height: 171px;
	padding-top: 122px;
}

#content{
	width: 100%;

}
.content-links-header{
	float:left;
	width: 25%;
	background-color: #ffffff;

}
.content-links{
	float:left;
	width: 25%;
	height: 6000px;

}



.menu {
	float:right;
	width:80px;
}

.hallo-block
{
	float: left;
	width: 75%;
	background-color: #00fcff;
	font-size: 85%;
}
.hallo-spacer-oben {
	float:left;
	background-color: #00fcff;
	height: 35px;
	width: 100%;
}
.hallo-spacer-links {
		float:left;
	height: 5965px;
	width: 35px;}




h1 {
	font-size: 140%;
	color: #BF3F00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	line-height: 22px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
}

ul {
	margin-left: 50px;
}
li {
	list-style-position: inside;
	line-height: 22px;
	list-style-type: none;
	/*list-style-image: url(../gfx/all/spacer.gif);*/
}