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

body {
		color: #1B1B1B;
		margin: 0 auto;
		font: 12px Verdana, Helvetica, sans-serif;
		text-align:left;
		background: #ffffff url(../images/hg.gif) repeat-x;
}

a:link { 
		color:#7F0E0E; 
		text-decoration:none
}
a:visited { 
		color:#7F0E0E;
		text-decoration:none 
}

a:focus { 
		color:#7F0E0E; 
		text-decoration:none
}

a:hover { 
		color:#7F0E0E; 
		text-decoration:underline 
}

a:active { 
		color:#7F0E0E; 
		text-decoration:none 
}


a img {
		border:none
}

#logo {
		background: #EFDFB9 url(../images/logo_blog.gif) repeat-x;
		width:860px;
		height:95px;
		text-align:center;
		margin: 0 auto
}

#navigation {
		background: #8E1414 url(../images/navigation-bg2.gif) no-repeat;
		width:860px;
		height:41px;
		text-align:center;
		margin: 0 auto
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
#tabs{
	width:100%;
	font-size:12px;
	overflow: hidden;
	padding-top:6px;
}

#tabs ul{
	float:left;
	list-style-type: none;
	margin:0;
	margin-left: 10px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

#tabs li{
	display:inline;
	margin:0;
	padding:0;
}

#tabs a{
	float:left;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

#tabs a span{
	float:left;
	display:block;
	padding: 8px 12px 13px 3px;
	color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float:none;}
/* End IE5-Mac hack */


#tabs #current a{ /*Selected Tab style*/
	background:url(../images/hover1.gif) no-repeat left top;
}

#tabs #current a span{ /*Selected Tab style*/
	background:url(../images/hover2.gif) no-repeat right top;
color: #810F0F;
}

#tabs a:hover{ /*onMouseover style*/
	background:url(../images/hover1.gif) no-repeat left top;
color: #810F0F;
}

#tabs a:hover span{ /*onMouseover style*/
	background:url(../images/hover2.gif) no-repeat right top;
	color: #810F0F;
}

#inhalt {
	width:860px;
}

#links {
	width:606px;
	float:left;
	padding-right:5px;
	height:auto;
}

.headline {
	padding-top:20px;
	height:25px;
	font-size:12px;
	font-weight:bold;
	background: url(../images/bg_title.gif) repeat-x;
	background-position:0px 12px;
	padding-bottom: 9px;
}

p {
padding-bottom:15px;
}

#rechts {
	background: url(../images/login-bg.gif) no-repeat;
	width:229px;
	float:left;
	height:217px;
	padding:10px;
	font-size:10px;
}

#footer {
	background: url(../images/footer.gif) no-repeat;
	width:840px;
	height:12px;
	padding:10px;
	color:#4A4A4A;
}

#footer a:link { 
		color:#4A4A4A; 
		text-decoration:none
}
#footer a:visited { 
		color:#4A4A4A;
		text-decoration:none 
}

#footer a:focus { 
		color:#4A4A4A; 
		text-decoration:none
}

#footer a:hover { 
		color:#4A4A4A; 
		text-decoration:underline 
}

#footer a:active { 
		color:#4A4A4A; 
		text-decoration:none 
}
