body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../images/back.jpg) repeat-x;
}
.clearBoth {
	clear: both;
}

.alignright, .alignRight {
	float: right;
}

.alignleft, .alignLeft {
	float: left;
}

#wrapperOuter {
	background: url(../images/backOuterWrapper.jpg) no-repeat center top;
}

#wrapper {
	width: 990px;
	margin: 0px auto;
	position: relative;
}
.abstandU {
	margin-bottom: 20px !important;
}
.abstandL {
	margin-left: 20px !important;
}
/******************* header *****************/
#header {
	height: 270px;
	width: 990px;
	position: relative;
}
#headline {
	height: 49px;
	width: 990px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
}
#topImg {
	height: 212px;
	width: 990px;
}
#mainNav {
	width: 990px;
	height: 58px;
	position: relative;
	background: url(../images/navBack.jpg) no-repeat;
}
#breadCrump {
	height: 50px;
	width: 990px;
	padding: 11px 10px 0px 10px;
	position: relative;
}
#socialButtons {
	width: 310px;
	position: absolute;
	top: 11px;
	right: 20px;
}
#pfadNavi {
	float: left;
}

.smBut {
	width: 40px;
	height: 43px;
	position: absolute;
	top: 0px;
}
.butRSS {
	right: 200px;
}
.butYouTube {
	right: 155px;	
}
.butFacebook {
	right: 110px;
}
.butTwitter {
	right: 65px;
}
.butFlickr {
	right: 20px;
}
/******************* content **************/
#content {
	width: 990px;
	background: white url(../images/contentTop.gif) no-repeat 0 top;
	position: relative;
}
#contentLeft {
	float: left;
	width: 620px;
	padding: 10px 0px 10px 10px;
}
.thumbnail {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0px 20px 0px 0px;
}
.userPhotoThumb {
	float: right;
	margin: 0px 0px 20px 20px;	
}

.thumbnail img:hover {
	background-color: #5E0206 !important;
}
.datum {
	margin: 0px 0px 20px 0px;
}
.entry {
	margin: 0px 0px 20px 0px;
	width: 620px;
}
.entrySmall {
	margin: 0px 0px 0px 0px;
	width: 450px;
	float: left;
}
.post {
	margin: 0px 0px 0px 0px;
	width: 620px;
	height: auto;
	border-bottom: 1px solid #5E0206;
}
.weiter {
	margin: 20px 0px;
	padding-bottom: 20px;
}
.line {
	border-bottom: 1px solid #5E0206;
	height: 1px;
	width: 610px;
	margin: 0px auto;	
}
.navigation {
	line-height: 35px;
	background: url(../images/navigationMiddle.gif) repeat-y;
	padding: 0px 10px;
	width: 600px;
}
.navigationTop {
	width: 620px;
	height: 10px;
	background: url(../images/navigationTop.gif) no-repeat;
}
.navigationBottom {
	width: 620px;
	height: 10px;
	background: url(../images/navigationBottom.gif) no-repeat;
	margin-bottom: 20px;
}
.navigation a {
	color: #5E0206;
}
.related a {
	color: #5E0206;
}
.authorContent {
	float: left;
	width: 450px;
	margin: 0px 0px 50px 0px;
}
.authorFoto {
	width: 170px;
	float: left;
	margin-top: 20px;
}
.authorInfo {
	margin: 5px 0px 10px 0px;
}
/************************* search ****************/
#search {
	/*position: absolute;*/
	width: 285px;
	height: 38px;
	/*left: 642px;
	top: 40px;*/
	/*line-height: 30px;*/
}
.searchFieldTop {
	background: url(../images/searchField.gif) no-repeat;
	float: left;
	width: 216px;
	height: 38px;
	margin-right: 15px;
}
.searchButTop {
	background: url(../images/searchBut.gif) no-repeat;
	width: 54px;
	height: 38px;
	float: right;
}
.searchFieldT {
	width: 176px;
	background: transparent;
	height: 28px;
	padding: 10px 0px 0px 40px;
	border: 0px;
	margin: 0px;
	color: #6a0a0a;
	font-style: italic;
	vertical-align: middle;
	font-weight: bold;
}
.searchButton {
	width: 46px;
	height: 38px;
	border: 0px;
	background: transparent;
	text-indent: -900%;
}
fieldset>input.searchFieldTop {
background: transparent;
}fieldset>input.searchButTop {
background: transparent;
}
/************** Kommentare *************/
/****** Größen und Farben editieren ****/
#respond #comment {
	width: 620px;
}
.comment-author {
	width: 120px;
}
.authorName {
	width: 120px;
}
.commentContent {
	width: 480px;
	padding: 5px 10px 0px 10px;
}
.singleComment {
	margin: 20px 20px 20px 0px;
	padding: 20px 0px 10px 0px;
	background-color: #f3f0e7;
	width: 620px;
}
.singlePing {
	margin: 20px 0px 20px 0px;
	padding: 20px 20px 10px 20px;
	background-color: #FAF7EE;
}
/****************** sidebar ****************/
#sidebar {
	width: 310px;
	float: right;
	padding: 10px 10px 10px 0px;
}
#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#sidebar li {
	margin: 0px 0px 20px 0px;
}
#sidebar li li {
	margin: 0px 0px 0px 10px;
	list-style-type: square !important;
}
.widget {
	width: 310px;
}
.widgetTop {
	background: url(../images/sideBarBoxTop.gif) no-repeat;
	width: 310px;
	height: 10px;
}
.widgetMiddle {
	background: url(../images/sidebarBoxMiddle.gif) repeat-y;
	width: 290px;
	padding: 0px 10px;
}
.widgetBottom {
	background: url(../images/sidebarBoxBottom.gif) no-repeat;
	width: 310px;
	height: 10px;
}
.widgetTitleBefor {
	background: url(../images/widgetTitleBefor.gif) no-repeat;
	width: 290px;
	height: 10px;
}
.widgetTitleBack {
	background: url(../images/widgetTitleBack.gif) repeat-y;
	width: 270px;
	padding: 0px 10px;
}
.widgetTitleAfter {
	background: url(../images/widgetTitleAfter.gif) no-repeat;
	width: 290px;
	height: 10px;
}
.widgetContent {
	padding: 10px 10px 0px 10px;
}
.widgetContent p {
	margin: 0px;
	padding: 0px;
}

.themenLeft {
	width: 40%;
	float: left;
	margin-right: 5%;
}
.archivRight {
	width: 40%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
}



/********************* footer ****************/
#footer {
	width: 990px;
	padding: 10px 0px;
}





































