/*TU Farben
hell grau	: #e6e6e6
rot			: #8c1c00
dunkel grau	: #808080
grün		: #008c4f
*/

html,body {
    font-family: Georgia, Helvetica, sans-serif;
    margin: 0px;
    color:#333333;
    font-size:13px;
    background-color:#F3F3F3;
    text-align:justify;
    height:100%;
    with:100%;
    font-style:italic;
}

#page {
	width:735px;
	border:5px solid #008C4F;
	background-color:#F3F3F3;
    margin:25px auto;
    padding:20px;
}
#header {
	height:120px;	
}

#header img {
	border:0px;
}
#header * #blog-title, #header * #blog-sub-title{
	color:black;	
}
#spieler {
	float:right;	
}
#hexe {
	float:left;
	height:80px;	
}
#blog-title{
	padding-top:5px;
	font-size:3em;	
	vertical-align:middle;
}
#blog-sub-title{
	margin-top:-10px;
	font-family: Georgia, Helvetica, sans-serif;
	font-size:1em;	
}
.post-content {
	//border:1px dotted silver;	
	background-color:#FFFFFF;
	padding:10px;
	margin-bottom:20px;	
}
.post-title {
	margin-bottom:20px;
	font-size:0.7em;
	color:#8c1c00;	
}
.post-title a {
	color:#8c1c00;	
}
.post-title strong{
	font-size:1.8em;	
}

.post-content a {
	color:#8c1c00;
}
#comments, .nocomments, #respond {
	padding-left:10px;	
}

#center-blog {
	clear:both;	
	float:left;
	width:70%;
}

#archive h2{
	margin-left:10px;	
}

#sidebar {
	margin-left:70%;
	padding-left:20px;
	padding-top:0px;
}

#sidebar ul {
	list-style:none;
	margin:0px;	
	padding:0px;
}
#sidebar * .widget ul{
	list-style:disc;
	display:list-item;
	margin-left:2em;
	color:black;	
}
#sidebar * h2 {
	font-size:1.26em;	
}
#sidebar * a {
	color:black;	
}
.right-widget {
	margin-bottom:20px;
}

#footer {
	height:25px;	
}
