/* basis */

* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
html, body {
	background-color: #000000;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../bilder/forum_kopflinie2.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#kopf {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	height: 86px;
}
#center {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#huelle {
	width: 900px;
	background-color: #FFFFFF;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bilder/hg-forum.png);
	background-repeat: repeat-y;
	margin-top: 0px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #FF3300;
}

/* navigation */

#c1 {
	line-height: 18px;
	width: 170px;
	float: left;
	padding-left: 12px;
}
#c1 img {
	margin-top: 17px;
	margin-bottom: 7px;
}
#c1 a:link, #c1 a:visited {
	color: #000000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#c1 a:hover, #c1 a:active, #c1 a:focus {
	background-color: #FF3300;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding-left: 6px;
}

/* inhalt */

#c2 {
	width: 500px;
	float: left;
	margin-left: 25px;
	padding-right: 10px;
	margin-top: 5px;
}
#c2 img {
	margin-top: 20px;
}
#fuss {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 11px;
	letter-spacing: 1px;
	float: left;
	margin-top: 30px;
	width: 100%;
	display: block;
}
#fuss a:link, #fuss a:visited {
	color: #000000;
	text-decoration: underline;
	border-bottom-width: 0px;
}
#fuss a:hover, #fuss a:active, #fuss a:focus {
	color: #FF3300;
}
#c3 {
	float: left;
	width: 140px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

/* typo */

h1 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
	line-height: 38px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	margin-top: 25px;
	color: #000000;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5px;
}
h5 {
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
	padding-top: 5px;
	width: 100%;
	margin-bottom: 10px;
}
h6 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #999999;
	margin-top: 20px;
	letter-spacing: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
p {
	margin-bottom: 5px;
}
.caps {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}
.bildunterschrift {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 13px;
	margin-bottom: 20px;
}
.rot {
	color: #FF0000;
}
.grau {
	color: #666666;
}

/* class */

.floater {
	clear: right;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.floaterrechts {
	clear: left;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
}
.balken {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 20px;
	display: block;
	clear: both;
	margin-top: 40px;
}
.linksbuendig {
	text-align: left;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 5px;
}
.rechtsbuendig {
	text-align: right;
	display: block;
}
.zab {
	line-height: 24px;
}
.kasten {
	padding-top: 3mm;
	padding-right: 2mm;
	padding-bottom: 5mm;
	padding-left: 4mm;
	margin-bottom: 6mm;
	border: 3pt solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 120mm;
	display: block;
	margin-top: 5mm;
}

