
body{
	font: 70%/1.4em Verdana,sans-serif;
	color: #333;
	background: #eee url('images/body_bg.png') repeat-x;
}

a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#content a{
	border-bottom:1px dotted #333333;
	text-decoration:none;
 font-weight:bold;
}

#wrap{
	width:760px;
	margin:0 auto;
}
#wrap_top{
	background:  url('images/tab_top_bg.gif') top center no-repeat;
	height:5px;
}
* html #wrap_top{margin-bottom:-8px;}

#main{
	background:#fff;
	margin:0;
	overflow:hidden;
}

#head{
	margin:0;
	padding: 10px 5px 17px 5px;
	background:  url('images/title.jpg') no-repeat;
	background-position: 50% 100%;
	height:140px;
}
#head .navbar{
	padding:0;
	margin:0;
}
#head .navbar li{
	display:inline;
}
#head .navbar li a{
	padding: 0 10px;
	font-weight:bold;
	font-size: 11px;
border-bottom:1px dotted #333333;
text-decoration:none;
}

#content{
	margin: 5px 0 0 0;
	width: 565px;
	padding: 0 30px 20px 20px;
	float:left;
	background:  url('i/content_sep.png') repeat-y;
	background-position: 98.5% 0;

}
#content .entry{
	border-bottom: #ddd 1px solid;
	text-align:justify;
}
#content .entry p{
	margin: 0.2em 0 1.2em 0;
}
#content h1{
display:block;
margin:7px 0 6px 0;
font-size:1.5em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content .entry .links{
	margin:-8px 0 2px 0;
	text-align:right;
	letter-spacing:1px;
	font-size: 10px;
	color:#666;
}

#rightbar{
	width: 130px;
	padding: 10px 0 10px 0;
	float:left;
 }
#rightbar .box{
	margin: 5px 0 20px 0;
}
.navheading{
	margin:0 0 2px 0;
	padding: 0;
	font-size: 13px;
	letter-spacing:1px;
	font-variant: small-caps;
	border-bottom: #666 1px solid;
	font-weight:bolder;
}

#rightbar li{padding:0px; margin:0px}

#rightbar li a{font-weight:bold; text-decoration:none;}

#rightbar li ul{
font-size:1em;
list-style:none;
padding:0 0 0 10px;
margin:0 0 0 0;
_padding: 0 0 0 26px;
}

#rightbar li ul a{
font-weight:normal;
}

#rightbar #desc.box{
	background:#eee;
	padding:10px;
}

#footer{
	clear:both;
	text-align:center;
	background: #ddd;
	padding: 10px;
	font-size:10px;
	color:#333;
}

#footer a{
	margin-left:8px;
	margin-right:8px;
}

#freunde{
	text-align:center;
	padding-top:10px;
	color:#333;
	font-size:10px;
}

#freunde a{
	text-decoration:none;
}
#freunde a:hover{
	text-decoration:underline;
}


* html #footer{height:20px;}

