html {
	background-color: #333333;
	background-image: url(images/body-bg-2500.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(images/header.gif);
}
/* fuer unterschiedliche Kommentare*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 90%;
	}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}
h1,h2,h3,h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#head, #head404 a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#head {
	width: 850px;
	height: 300px;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#head .headertext   {
	position: absolute;
	right: 85px;
	text-decoration: none;
	top: 10px;
}
#head404 {
	width: 700px;
	height: 300px;
	background-image: url(images/head404bg.jpg);
	background-repeat: no-repeat;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}
#head404 .headertext   {
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 10px;
}
#center {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left-color: #000000;
}
#content {
	width: 450px;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
}

#header #headerimg .description {
	margin-top: 3px;
	text-align: center;
}
#topnav        {
	list-style-type: none;
	display: block;
	text-align: center;
	padding-left: 25px;
	margin-left: 25px;
	margin-right: 25px;
	padding-right: 25px;
	margin-bottom: 25px;
}
#main {
	width: 100%;
}
#navi {
	width: 200px;
	float: right;
	padding-bottom: 20px;
}
#navi   h3 {
	color: #FF6600;
	padding-left: 7px;
	font-size: 1.5em;
}
#navi  .main-nav {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#navi  .main-nav  a    {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 14px;
	background-image: url(images/menu-li.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#navi   .main-nav   a:hover    {
	color: #FF9933;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 14px;
	background-image: url(images/menu-li-hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#navi  .tagcloud  {
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	list-style-type: none;
	text-align: justify;
	margin-left: 0px;
	list-style-position: inside;
	margin-right: 25px;
	padding-left: 20px;
}
#navi  .tagcloud  a {
	list-style-type: none;
	text-decoration: none;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navi  .tagcloud  a:hover {
	list-style-type: none;
	text-decoration: none;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 113px;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-right-width: 6px;
	border-bottom-width: 3px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#footer  .links {
	float: left;
	width: 260px;
	margin-left: 25px;
}
#footer  .mitte {
	width: 190px;
	float: left;
	margin-left: 25px;
}
#footer  .rechts {
	width: 150px;
	margin-left: 10px;
	float: left;
}
#footer  h3 {
	margin-top: 10px;
	color: #FF6600;
	margin-bottom: 5px;
}

#content .img.alignleft {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.verfasser   {
	font-style: italic;
	color: #666666;
	font-size: small;
	margin-bottom: 8px;
}

a,a:link,a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a8261c;
	color: #FF6600;
}
a:hover  {
	color: #C44335;
	text-decoration: none;
}
#noborder   {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.clear-float {
	clear: both;
}
.post {
	text-align: justify;
	margin-bottom: 40px;
}
.post_empty {
	
}




.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mb-4px {
	margin-bottom: -4px;
}

.mb-6px {
	margin-bottom: -6px;
}



.reply {
	
}

.thema-details   {
	
}
.pl-50px {
	padding-left: 50px;
}
.ext {
	background: url(images/ext_link.gif) no-repeat;
	padding-left: 13px;
}
.big404 {
	font-size: 4em;
}
#comments {
	font-size: 0.9em;
	padding: 15px;
}

#commentform #comment {
	width: 90%;
	border: 1px solid #CCCCCC;
	background-image: url(images/commentbox-bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}

.commentlist {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-position: inside;
}
.commentlist   li   {
	font-size: 2em;
	font-weight: normal;
	padding: 10px;
}
.comment_text    {
	font-size: 0.5em;
}
