@charset "UTF-8";
/* CSS Document */

body{
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#centered{
	position: absolute;
	top: 34px;
	right: 50%;
	#margin-left: -463px;
	width: 1px;
	height: 100px;
}


#imgBg{
	position: relative;
	right: 525px;
	width: 1050px;
	height: 700px;
	background-image: url(/images/hintergrund3.jpg);
	background-position: center center;
}


#menu{
	position: absolute;
	top: 65px;
	right: 4%;
}

#content{
	position: absolute;
	top: 165px;
	right: 6%;
	width: 480px;
	height: 470px;
	line-height: 16px;
	overflow: auto;
}

#pictures{
	position: absolute;
	top: 127px;
	right: 57%;
	width: 420px;
	height: 563px;	
	#height: 533px;
	line-height: 16px;
	overflow: auto;
}

#content p,
#content h2{
	margin-right: 25px !important;
}

#contentBg{
	position: absolute;
	top: 127px;
	right: 4%;
	background-color: white;
	width: 530px;
	height: 530px;
	opacity:.6;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	filter:alpha(opacity=60);
}

#button{
  	position: absolute;
  	top: 740px;
	right: 8%;
}

#scrollbar{
	position:absolute;
	top: 219px;
	left: 900px;
	width: 5px;
	height: 430px;
	background-color: #DDDDDD;
}

.contentDate{
	font-weight:normal;
	color: black;
	text-decoration: none !important;
	cursor: default;
}




h2{
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
	color: #d70039;
}

.m0 a{
	margin-left: 8px;
}

a{
	-moz-outline-width: 0px;
	color: #d70039;
}




.blogTextPadded{
	padding-right: 23px;	
}


.blogPrev{
	float: left;
}

.blogNext{
	text-align: right;
}


