/*
////////////////////////////////////////////////////////////////
//
// format.css  Stylesheet fuer die gesamte Webside
// erstellt durch gia-online, 53175 Bonn, www.gia-online.de
//
////////////////////////////////////////////////////////////////
*/

body {
	margin: 0;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	background-color: #FAFFF5;
}

p {
	padding: 3px 10px 3px 10px;
	margin: 0px;
	line-height: 16px;
}

.info p {
	padding-right: 1px; 
	padding-left: 2px;
	margin: 0px; 
}

b {
	color: #5DAF16;
}

h1 {
	color: #5DAF16;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 10px 0px 10px;
	margin: 0px; 
	border-bottom: #5DAF16 1px solid;
	border-top: #5DAF16 1px solid;
	background-color: #D0EBB8;
}

h2 {
	color : #5DAF16;
	font-weight: normal;
	font-size : 16px;
	padding: 0px 10px 0px 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
hr {
	color: #5DAF16;
	height: 1px;
	border: dotted;
}

ul {
	list-style-image: url(../img/pfeil.gif);
}

/*  alternativ Schriften*/

.klein  {
	font-family : Helvetica,Arial,Verdana,sans-serif;
	color : #5DAF16;
	font-size : 10px;
}

.mittel  {
	font-family : Helvetica,Arial,Verdana,sans-serif;
	color : #5DAF16;
	font-size : 11px;
}

.rot {
	color: #ff0000;
}

.fett {
	font-weight: bold;
	color: #5DAF16;
}

.gruen_fett {
	font-size : 14px;
	font-weight: bold;
	color: #5DAF16;
}

/* links allgemeine Angaben*/

a {
	font-family :  Helvetica,Arial,sans-serif;
}

a:link  {
	color : #5DAF16;
	text-decoration : underline;
}

a:visited  {
	color : #5DAF16;
	text-decoration :  underline;
}

a:active  {
	color : #5DAF16;
	text-decoration :  underline;
}

a:hover  {
	color : #5DAF16;
	text-decoration : none;
}

/* links Navigation */

a.nav:link  {
	color : #5DAF16;
	font-weight : bold;
	text-decoration : none;
}

a.nav:visited  {
	color : #5DAF16;
	font-weight : bold;
	text-decoration : none;
}

a.nav:active  {
	color : #5DAF16;
	font-weight : bold;
	text-decoration : none;
}

a.nav:hover  {
	color : #5DAF16;
	font-weight : bold;
	text-decoration : none;
}

/* Kleine Links */

a.klein:link  {
	color : #5DAF16;
	font-size : 10px;
	text-decoration : none;
}

a.klein:visited  {
	color : #5DAF16;
	font-size : 10px;
	text-decoration :  none;
}

a.klein:active  {
	color : #5DAF16;
	font-size : 10px;
	text-decoration :  none;
}

a.klein:hover  {
	color : #5DAF16;
	font-size : 10px;
	text-decoration : underline;
}

/* Subnav Hovereffekt */

td.normal
{
	background-color: #D0EBB8;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	cursor: hand;
	height: 19px;
	vertical-align: middle;
}

td.hover
{
background-color: #ffffff;
border-top: 1px solid #669E36;
border-bottom: 1px solid #ffffff;
cursor: hand;
height: 19px;
vertical-align: middle;
}

/* Subnav Tabelle */

td.info
{
	background-color: #D0EBB8;
	padding: 2px;
}

/* sonstige angaben */

label.formular {
	float: left;
	margin: 0px;
	vertical-align: top;
	width: 70px;
	padding-left: 10px;
}


input  {
	font-size : 12px;
	font-family : Helvetica,Arial,Verdana,sans-serif;
	background-color: #D0EBB8;
	border-right: 0px solid; 
	border-top: 0px solid; 
	border-left: 0px solid; 
	border-bottom: #5DAF16 1px solid;
	width: 200px;
	color: #54341E;
}

textarea  {
	font-size : 12px;
	font-family : Helvetica,Arial,Verdana,sans-serif;
	background-color: #D0EBB8;
	border-right: #5DAF16 1px solid; 
	border-top: #5DAF16 1px solid; 
	border-left: #5DAF16 1px solid; 
	border-bottom: #5DAF16 1px solid; 
	height: 100px;
	width: 294px;
	color: #54341E;
}

input.button  {
	color: #5DAF16;
	background-color: #FAFFF5;
	border-right: #5DAF16 1px solid; 
	border-top: #5DAF16 1px solid; 
	border-left: #5DAF16 1px solid; 
	border-bottom: #5DAF16 1px solid;
	width: 130px;
	border-style: dashed;
	margin-left: 75px
}

input.suchfeld  {
	font-family : Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FAFFF5;
	border: #000000 1px solid;
	width: 120px;
}

input.suchbutton  {
	font-family : Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #FAFFF5;
	border: #000000 1px solid;
	width: 22px;
}

