body {
	background: #697BAF url(../images/backBody.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
#wrapperOuter {
	background: url(../images/backTop.jpg) no-repeat center top;
}
#wrapperInner {
	width: 900px;
	margin: 0px auto;
	position: relative;
	min-height: 290px;
}
#header {
	width: 900px;
	height: 200px;
	position: relative;
}
#logo {
	width: 300px;
	height: 200px;
	margin: 0px auto;
}
/*************** suche ***************/

#such {
	width: 270px;
	height: 40px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 78px;
}
.searchField {
	width: 161px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;	
	background: transparent url(../images/searchField.jpg) no-repeat;
	padding: 0px 10px 0px 40px;
}
.searchFieldT {
	width: 161px;
	background: transparent;
	height: 30px;
	padding: 12px 0px 0px 0px;
	border: 0px;
	margin: 0px;
}
.searchBut {
	display: block;
	text-indent: -900%;
	position: absolute;
	top: 0px;
	left: 211px;
	outline: none;
	border: 0px;
	background: url(../images/searchBut.jpg) no-repeat;
	width: 51px;
	height: 40px;
}
.searchButton {
	display: block;
	text-indent: -900%;
	position: absolute;
	width: 50px;
	height: 40px;
	background: url(../images/searchBut.jpg) no-repeat;
	border: 0px;
}

fieldset>input.searchField {
background: transparent;
}fieldset>input.searchBut {
background: transparent;
}

/***************** Top-Thema *******************/
#topThema {
	width: 900px;
	position: relative;
}
#topThemaBut {
	background: url(../images/topThemaBut.jpg) no-repeat;
	width: 300px;
	height: 59px;
	position: relative;
	top: 20px;
	left: 0;
	z-index: 20;
	float: left;
}
#topThemaContent {
	width: 600px;
	position: relative;
	top: 0;
	left: -30px;
	z-index: 19;
	float: left;	
	
}
#topThemaContent img {
	border: 0px;
}
.ttBoxTop {
	width: 630px;
	height: 20px;
	background: url(../images/topThemaTop.png) no-repeat;
}
.ttBox {
	width: 580px;
	background: url(../images/topThemaBack.jpg) repeat-y;
	padding: 0px 10px 0px 40px;
	margin: 0px 0px 0px 0px;

}
.ttBoxFooter {
	width: 630px;
	height: 20px;
	background: url(../images/topThemaFooter.png) no-repeat;
	margin: 0px 0px 0px 0px;
}


/******************* Sidebar ******************/
#sidebar {
	width: 300px;
	z-index: 100;
	position: absolute;
	height: 200px;
	top: 20px;
	left: 0;
}
#socialMedia {
	width: 300px;
	position: relative;
	height: 54px;
	margin: 20px 0px;
	list-style: none;
  	padding: 0;
}
.smButton {
	width: 50px;
	height: 54px;
	float: left;
	margin: 0px 9px;
}
#facebook {
	background: transparent url(../images/commentsBack.png) repeat-y;
	padding: 5px 0px;
	width: 270px;
	margin-bottom: 20px;
	color: white;
}
/******************** Content ********************/

#content {
	width: 900px;
	position: relative;
	top: 30px;
}
#contentRight {
	width: 630px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 270px;
}
.newsBoxTop {
	width: 630px;
	height: 20px;
	background: url(../images/boxTop.png) no-repeat;
}
.newsBox {
	width: 580px;
	background: url(../images/boxContent.jpg) repeat-y;
	padding: 0px 10px 0px 40px;
	margin: 0px 0px 0px 0px;
	min-height: 800px;

}
.newsBoxFooter {
	width: 630px;
	height: 20px;
	background: url(../images/boxFooter.png) no-repeat;
	margin: 0px 0px 0px 0px;
}
.thumbnail a {
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 3px;
	border: 1px solid #082459;
	width: 150px;
}
.thumbnail a:hover {
	background-color: #082459;
}
.thumbnail img, topThumb img {
	border: 0px !important;
}
.topThumb a {
	border: 1px solid #591d08 !important;
}
.topThumb a:hover {
	background-color: #591d08 !important; 
}

.post {
	float: left;
	width: 390px;
	
}
.postSingle {
	float: left;
	width: 560px;
}
.trenner {
	background: url(../images/trenner.gif) no-repeat;
	width: 72px;
	height: 28px;
	margin: 20px auto;
}
.clearBoth {
	clear: both;
}
#leftArchiv {
	width:40%;
	padding-left:5%;
	float:left;
}
#rightArchiv {
	width:40%;
	float:right;
	padding-right:5%;

}
.singleEntry {
	width: 560px;
}


.kommentare {
	width: 560px;
}

/******************** footer ********************/
.footer {
	text-align: center;
	font-size: 80% !important;
}














