@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: 7600px;

}



.menu {
	float:right;
	width:80px;
}

.arbeiten-bilderblock
{
	float: left;
	width: 75%;
	margin: 0px 0px 10px 0px;
	background-color: #ffff50;
}
.arbeiten-bilderblock_u
{
	float: left;
	width: 75%;
	margin: 0px 0px 10px 0px;
	background-color: #ffff50;
}


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: 20px;
}
li {
	list-style-position:outside;
	line-height: 22px;
	list-style-type: disc;
}