/* allgemeines */

body {
	background-color: #ffffff;
	margin: 0px
}

body, p, br, a, table, tr, td, textarea, select, input {
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px
}

/* links */

.white_links:link, .white_links:visited, .white_links:active{ color:white; text-decoration:none;}
.green_links:link, .green_links:visited, .green_links:active{ color:#225a15; text-decoration:none;}
.white_links:hover { color:#527d29; text-decoration:none;}

a:link, a:visited, a:active {
	color: #225a15;
	text-decoration: none
}

a:hover {
	color: #72ad39;
	text-decoration: none
}

/* scrollbars */

body, textarea, select{
	scrollbar-base-color: #527d29;
	scrollbar-face-color: #527d29;
	scrollbar-track-color: #527d29;
	scrollbar-3dlight-color: #72ad39;
	scrollbar-highlight-color: #72ad39;
	scrollbar-shadow-color: #527d29;
	scrollbar-darkshadow-color: #527d29;
	scrollbar-arrow-color: #003300;
}

/* headline */

.head1 {
 background-color: #527d29;
 color: #f8f8ff;
 font-weight: bold;
 padding-bottom:2px;
}

.head2 {
 background-color:#72ad39;;
 color: #ffffff;
}

.line2 {
 background-color: silver;;
 color: #225a15;
}

.line1 {
 // background-color: #D0E7B7;;
 background-color: #ffffff;;
 color: #225a15;
}

/* inhalt */

table.cnt {
	background-color: #f8f8ff;
	border: 1px solid Gray;
}

tr.cnt1 {
	background-color: #e8e8ef;
}

td {
  padding-left: 5px;
  padding-right: 5px
}
/*Formulare*/

textarea {
	height: 200px;
	width: 200px
}

textarea.news {
	height: 60px;
	width: 500px
}

input,select,textarea{
	background-color:#629d29;
	border-width:1px;
	border-style:solid;
	border-color:#527d29;
	color:#f8f8ff;
}

input{text-align:center;}
