*
{
	margin:0ex ;
	padding:0ex ;
}

body
{	
	color:#000;
	font-family:verdana, sans-serif;
	font-size:12px;	
}

p
{	
	line-height:1.8em;
}

ul li
{
	line-height:1.8em;
	list-style:square;
}

h1
{
	margin-bottom:20px;
	margin-left:20px;
	color:#808080;
}

h2
{
	margin-top:20px;
	margin-bottom:10px;	
	color:#989898;
}

h3
{
	margin-bottom:20px;	
	color:#989898;
}

form
{
	background-color:#e8e8e8;
	border:1px solid #787878;
	padding:15px;
}

hr
{
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #989898;
}

img
{
	border:0;
}

.infobox
{
	background-color:#e8e8e8;
	border:1px solid #787878;
	padding:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#header
{
	height:125px;
	background-image:url('header.jpg');
	background-repeat:no-repeat;
	border-top:2px solid #C00000;	
}

#headermenu
{
	position:relative;
	left:580px;
	top:100px;
	width:500px;	
	height:20px;	
}

#headermenu li
{
	float:left;	
	padding:0 15px;
	list-style:none;
	line-height:normal;
}

#headermenu ul li.separator
{
	width: 1px;
	height: 16px;
	padding: 0;
	background-image: url('sep_black.gif');
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#headermenu a,a:visited
{
	text-decoration:none;	
	color:#000;
}

#headermenu a:hover
{
	text-decoration:underline;	
	color:#000;
}

#menu
{
	height:35px;
	background-image:url('menubg.jpg');
	background-repeat:x-repeat;
	border-top:1px solid #fff;	
}

#menushadow
{
	height:10px;
	background-image:url('menubg_shadow.jpg');
	background-repeat:x-repeat;
}

#nav
{	
	width:950px;
	height:35px;
	line-height:35px;
	padding:0 0 0 5px;	
}

#nav li
{
	float:left;	
	padding:0 15px;
	list-style:none;	
	font-weight:bold;
	line-height:35px;
}

#nav ul li.separator
{
	padding:0;
	height:35px;
	border-style:solid;
	border-width:0 1px;
	border-left-color:#600000;
	border-right-color:#ffb8b8;
}


#nav a,a:hover,a:visited
{
	text-decoration:none;	
	color:#fff;
}

#content
{
	padding-top:5px;
	text-align:left;
}

#content a,a:hover,a:visited
{
	text-decoration:underline;
	color:#6666CC;	
}

#content .captext:first-letter
{
	font-size:20px;
}

#content .wrapper
{
	width:880px;
	text-align:left;
	padding:10px;		
}

#content .wrapper .contentwrapper
{
	width:670px;
	float:right;
	padding:0px 10px;		
}

#content .smalltext
{
	font-size:80%;
}

#content .navbar
{
	border:1px solid #99CC00;		
	background-color:#CCFFCC;	
	padding:5px;	
	margin-bottom:20px;
}

#footer
{
	text-align:center;
	padding:5px;
	border-top:1px solid #d7d7d7 ;
	color:#A8A8A8;
	font-size:77%;	
}

#footer a,a:hover,a:visited
{	
	text-decoration:none;
	color:#A8A8A8;
}

#left
{	
	width:170px;
	float:left;				
}

#left .leftbox
{
	margin-bottom: 10px;
	background-color: #ffe4c8;
}

#left .leftbox h1
{
	background-color: #ff9a31;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 4px 8px 4px 10px;
	border:0;
}

#left .leftbox ul
{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#left .leftbox li
{
	display:block;
	margin:3px;
	padding:3px;
	border-bottom:1px solid #ffbb74;
}

#left .leftbox  a,a:hover,a:visited
{	
	text-decoration:none;
	color:#606060;
}

#left .leftbox p
{
	margin: 0;
	padding: 7px 10px 11px 10px;
}

/***************************************************************/
/* Posteintraege */
/***************************************************************/

.post
{  
	width:100% !important;
	width:99%;
	position:relative;
	margin-bottom:1.5em;
	border-bottom:1px solid #CCCCCC;
}

.post .date
{
	position:absolute;
	top:0;
	left:5px;
	width:2.3em;
	text-align:right;
}

.post .date .month
{
	text-transform:uppercase;
	font-size:1em;
	color: #888;
}

.post .date .day
{
	display:block;
	margin-top:-5px;
	font-size:2em;
	font-weight:bold;
	color:#888;
}

.post .title
{
	display:block;
	padding:0 0 5px 0;
	font-size:1.2em;
	font-weight:bold;
	color:#586B7A;
}

.post p
{
	margin:0 0 0 3.5em;
	padding:0 0 1em 1.2em;
	border-left:1px solid #CCCCCC;
}

