 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #547B07;
	scrollbar-face-color: #Dee3e7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #83A38E;
	scrollbar-track-color: #f1f5f1;
	scrollbar-darkshadow-color: #98AAB1;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight : normal;
	line-height : 14pt;
	
}

table {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight : normal;
	line-height : 14pt;
}

/* Navigation */
.nav {
	color : black;
	text-transform: uppercase;
	font-size : 10px;
	font-family : Arial;
	font-weight : bold;
	text-decoration : none;
}
a.nav, a.nav:hover { text-decoration : none; color : black; text-transform: uppercase;}


/* Seitentitel */
.header {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #547B07;
	font-weight : bold;
}
h1 {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #547B07;
	text-align: center;
	font-weight : bold;
}

h2 {
	text-align: left;
	font-weight: bold;
	color: #547B07;
	font-size: 11pt;
	
}

h3 {    text-align: left;
        margin-left: 5px;
        font-weight: bold;
        color: #547B07;
        font-size: 12px;
}

P  {
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight : normal;
	line-height : 14pt;
}

/* Form elements */
input,textarea, select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #000000;
	border-width: 1px;
	background-color : #FFFFFF;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
	border-width: 1px;
	border-color : #000000;
}

input { text-indent : 2px;
	background-color : #F1F5F1;
	}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F1F5F1;
	border-color: #F1F5F1;
	border-width: 0px;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #F1F5F1;
	border-color: #000000;
	border-width: 1px;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #BBD6BE; border-style: none; }
.antwortbox {
	margin-left: 10px;
	float: left;
}
.antwortbox2 {
	margin-left: 20px;
	float: left;
}
.pic {
	margin-left: 3px;
	float: right;
}

img {
	border: 0px;
}


.mehrzeilig {
	margin-left: 25px;
}

.right {
	
	text-decoration: none;
	color: #547B07;
}

a:hover.right {
	text-decoration: underline;
}

.textfeld {
	margin-left: 15px;
}

.nofloat {
	clear: both;
}
.rightNoFloat {
	clear: both;
	text-decoration: none;
	color: #547B07;
}
a:hover.rightNoFloat {
	text-decoration: underline;
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float:left;
}
.titledDatei {
	background-color : #78A2C8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 0.8em; 
	color : #ffffff; 
	margin: 5px;
	width: 160px;
	padding-bottom: 2pt; 
	line-height : 10pt; 
	text-align : center; 
}
.beitrag {
	margin: 8px;
	background-color: #EEEEBC;
	font-weight: bold;
}
.kurztext {
	margin-left: 8px;
	font-weight: normal;
	
}
.beitrag a {
	color: #547B07;
	text-decoration: none;
}
.beitrag a:hover {
	color: #78A2C8;
	text-decoration: underline;
}
.pages {
	text-align: right;
}
.slideractive {
	font-weight: bold;
	color: #78A2C8;
}
a.slider {
	font-weight: normal;
	color: #547B07;
	text-decoration: none;
}

a.slider:hover{
	font-weight: normal;
	color: #547B07;
	text-decoration: underline;
}