#mainbar {
	float:left;
}
#sidebar {
	float:right;
}

#wrapper .twitter {
	background: transparent url('../img/design/twitter_vogel.png') no-repeat scroll 210px center;
}

.blog-archiv {
	line-height: 20px;
}

.content {
	padding-left: 25px;
}
.content img{
	margin:20px 0px 20px 0px;
	width:600px;
}
.content img.org {
	margin:20px 0px 20px 0px;
	width:auto;
}

blockquote{
	/*background:url(/img/bg_blockquote.jpg) repeat-x;*/
	margin:0px;
	padding:5px 10px 5px 10px;
	background-color:#faebbc;
	border-top:1px solid #e1cc89;
	border-bottom:1px solid #e1cc89;
	background:#faebbc url(/media/img/design/quote_open.gif) no-repeat top left;
	text-indent:23px;
	color:#333;
	font-style:italic;
}
blockquote span {
	display: block;
	background:url(/media/img/design/quote_close.gif) no-repeat bottom right;
}

pre{font:10px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:5px 10px 5px 10px;
	background-color:#faebbc;
	border-top:1px solid #e1cc89;
	border-bottom:1px solid #e1cc89;
	background:#faebbc;
	color:#333;
	font-style:italic;
}

.video object {
	width: 600px;
}


/* NEGATIV */

#extra-space{
	color: white;
	background: none;
	padding: 20px 0 0 0;
}

.box-title {
	color: white
}

html, body
{
	background:none;
	background-color: #121212;
	background: #343434 url('/media/img/design/background-dark.jpg') no-repeat fixed center top;

}


/* SEITEN */

.pages {
	margin-bottom:20px;
	width: 650px;
}
.pages a, .pages .mark {
	background-color: white;
	padding: 2px;
	line-height: 21px;
	margin: 0 1px 1px 0 ;
	float: left;
	
}
.pages a:hover {
	background-color: #d0d0d0;
	text-decoration:none;
}
.pages a.blaettern{
	font-size: 18px;
	color: white;
	float:left;
	background:none;
}
.pages a.blaettern:hover{
	text-decoration: underline;
	background:none;
}
.pages #rechts_blaettern{
	float: right;
}
#blaetternHolder {
	padding: 10px 0;
}
.pages .mark {
	background-color: #1c5ebe;
	color: white;
}