/* Main Design */
body {
background-color: #f5f5f5;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 0.9em;
}

#out {
border: 1px solid #972126;
background-color: #fff;
width: 760px;
margin-top: 0.6em;
float: left;
}

#buttons {
float: right;
margin-right: 16%;
}

#topline {
background: url("../images/logo_small.png") left no-repeat #972126;
height: 1.1em;
color: #fff;
padding: 0.4em 0.4em 0.4em 73px;
font-size: 0.8em;
}

#content {
padding: 0.4em;
background: url("../images/chat_img.jpg") no-repeat left top;
}

/* Font */

h1 { 
font-size: 2.1em;
margin-top: 0.1em;
}

h2 {
font-size: 1.2em;
border-bottom: 2px solid #cd3b3b;
border-left: 15px solid #cd3b3b;
padding: 0em 0em 0.1em 0.3em;
}

h3 {
font-weight: bold;
}

#newsbox em {
font-size: 0.8em;
}

/* Boxen */

#suche {
float: right;
}

#box1 {
clear: both;
border: 1px solid #991116;
padding: 0.2em;
float: right;
width: 255px;
font-size: 0.8em;
background: url("../images/bg_infobox.png") right bottom no-repeat #fff;
margin: 0.2em;
}

#box11 {
background: url("../images/termine.png") left no-repeat #991116;
padding: 0.2em 0.2em 0.2em 20px;
margin: -0.2em -0.2em 0.2em -0.2em;
color: #fff;
}

#newsbox {
clear:both;
border: 1px solid #991116;
padding: 0.2em;
float: right;
width: 255px;
font-size: 0.8em;
background: url("../images/bg_forenbox.png") right bottom no-repeat #fff;
margin: 0.2em;
}

#newsbox1 {
background: url("../images/forum.png") left no-repeat #991116;
padding: 0.2em 0.2em 0.2em 20px;
margin: -0.2em -0.2em 0.2em -0.2em;
color: #fff;
}

#newsletterbox {
clear:both;
border: 1px solid #991116;
padding: 0.2em;
float: right;
width: 255px;
font-size: 0.8em;
background: url("../images/bg_newslettbox.png") right bottom no-repeat #fff;
margin: 0.2em;
}

#newsletterbox1 {
background: url("../images/newslett.png") left no-repeat #991116;
padding: 0.2em 0.2em 0.2em 20px;
margin: -0.2em -0.2em 0.2em -0.2em;
color: #fff;
}

#forumbox {
border: 1px solid #991116;
padding: 0.2em;
float:left;
width: 230px;
font-size: 0.8em;
background: url("../images/bg_forenbox.png") right bottom no-repeat #fff;
margin: 0.2em;
}

#forumbox1{
background: url("../images/forum.png") left no-repeat #991116;
padding: 0.2em 0.2em 0.2em 20px;
margin: -0.2em -0.2em 0.2em -0.2em;
color: #fff;
}

#mobabox {
float: left;
border: 1px solid #991116;
padding: 0.2em;
width: 230px;
font-size: 0.8em;
background: url("../images/bg_infobox.png") right bottom no-repeat #fff;
margin: 0.2em;
}

#mobabox1{
background: url("../images/info.png") left no-repeat #991116;
padding: 0.2em 0.2em 0.2em 20px;
margin: -0.2em -0.2em 0.2em -0.2em;
color: #fff;
}

#eisenbbox {
float: left;
border: 1px solid #991116;
padding: 0.2em;
width: 230px;
font-size: 0.8em;
background: url("../images/bg_infobox.png") right bottom no-repeat #fff;
margin: 0.2em;
}

#eisenbbox1{
background: url("../images/info.png") left no-repeat #991116;
padding: 0.2em 0.2em 0.2em 20px;
margin: -0.2em -0.2em 0.2em -0.2em;
color: #fff;
}

/* Sonstiges */

#content p {
padding-top: 165px;
}

img {
border: 0px;
}

/* Links */
a:link {
color: #000;
text-decoration: none;
font-weight: bold;
}

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

a:hover {
color: #6f0606;
text-decoration: bold;
}

a:active {
color: #6f0606;
text-decoration: bold;
}

.hplink {
font-size: 0.7em;
margin: 0.2em 0em 0em 0em;
padding: 0.2em 0.2em 0.2em 0.2em;
text-align: right;
font-weight: bold;
}

p.hplink {
font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li a:link, li a:visited {
	margin: 0.5em;
	padding: 10px 10px 10px 75px;
	display: block;
	white-space: pre-wrap;
	width: 180px;
	text-align: right;
	border: 1px solid #972126;
	min-height: 70px;
	font-weight: bold;
}

li a:hover, li a:active {
	margin: 0.5em;
	padding: 10px 10px 10px 75px;
	display: block;
	white-space: pre-wrap;
	width: 180px;
	text-align: right;
	border: 1px solid #69070c;
	color: #fff;
	font-weight: bold;
}

li a.forum:link, li a.forum:visited {
	background: url("../images/forum_icon.png") left no-repeat #ffffe1;
}

li a.forum:hover, li a.forum:active {
	background: url("../images/forum_icon.png") left no-repeat #ff8181;
}

li a.autor:link, li a.autor:visited {
	background: url("../images/autor_icon.png") left no-repeat #ffffe1;
}

li a.autor:hover, li a.autor:active {
	background: url("../images/autor_icon.png") left no-repeat #ff8181;
}

li a.gallery:link, li a.gallery:visited {
	background: url("../images/galerie_icon.png") left no-repeat #ffffe1;
}

li a.gallery:hover, li a.gallery:active {
	background: url("../images/galerie_icon.png") left no-repeat #ff8181;
}

li a.chat:link, li a.chat:visited {
	background: url("../images/chat_icon.png") left no-repeat #ffffe1;
}

li a.chat:hover, li a.chat:active {
	background: url("../images/chat_icon.png") left no-repeat #ff8181;
}

li a.umfrage:link, li a.umfrage:visited {
	background: url("../images/umfrage_icon.png") left no-repeat #ffffe1;
}

li a.umfrage:hover, li a.umfrage:active {
	background: url("../images/umfrage_icon.png") left no-repeat #ff8181;
}