body {
	background-image: url("img/contentBg.png");
}

a {
	color: black;
}

.box {
	background: rgb(255,255,255);
	border-width:0.2em;
	border-style:solid;
	border-color: black;
	-moz-border-radius:10px;
	-khtml-border-radius:30px;
}

.boxhead {
	height: 25px;
	font-size: 1.2em;
	text-align: left;
	background: rgb(0,0,0);
	padding-right:260px;
	padding-left: 10px;
	margin: 0em;
	color: white
}

.boxhead a{
	text-decoration: none;
	color: white
}

.fooder {
	text-align: center;
	font-size: 0.9em;	
	margin-top: 0.5em;
	padding: 10px;
	clear: both;
}

.siteroll {
	float: left;
	margin: 0em;
	height: 550px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0.5em;
	margin-right: 0.2em;
}

.menu{
	text-align: left;
	font-size: 0.9em;
	list-style-type: square;
	padding-left: 15px;
	margin-left: 1px;
}

.menu a{
	text-decoration: none;
}

.menu a:hover{
	text-decoration: underline;
}

.menucontainer {
	text-align: center;
	margin: 15px;
	padding: 0px;
}

.blogbox {
	float: left;
	margin: 0em;
	margin-left: 0.1em;
	height: 550px;
	width: 700px;
	margin-bottom: 0.5em;
	z-index:1;
}

.social {
	float: right;
	padding:5px;
}

.social img{
	width: 60px;
	height: 60px;
}

.blogcontainer {
	padding: 15px;
	margin: 0em;
	float: left;
	height: 480px;
	width: 700px;
	margin-bottom: 0.5em;
	z-index:1;
	overflow: auto;
}

.header {
	background-image: url("img/publicon.png");
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0em;
	margin-bottom: 0.8em;
	text-align: center;
	height: 80px;
}

.impressum {
	font-size: 0.6em;	
}
