html { overflow-y	: scroll; }


body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: center;
	margin			: 0px;
	background	: url(/images/background.gif) repeat-x #162E11;
}

/* Farben
 gelb : #FAE824
 gruen: #418731
*/

* {
	padding : 0;
	margin	: 0;
}

td {
	font-family : Verdana;
	color				: #333333;
	vertical-align : top;
}

div {
	text-align : left
}

p { margin : 1em 0; }

h1 {
	font-size : 1.4em;
	color			: #418731;
	margin-bottom : 1em;
}
h2 {
	font-size : 1.2em;
	color			: #418731;
	margin-bottom : 1em;
}

a {
	color : #4E4E4E;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #418731; }

a.menu {
	/*height	: 29px*/
	display		: block;
	color			: #333333;
	font-size	: 12px;
	padding		: 7px 0px 7px 25px;
	background: url(/images/button_off.gif) no-repeat;

}
a.menu:hover {
	color : #000000;
	background: url(/images/button_on.gif) no-repeat;
}

a.menu_on {
	display		: block;
	color			: #000000;
	font-size	: 12px;
	padding		: 5px 0px 3px 25px;
	background: url(/images/button_on.gif) no-repeat;

}
a.menu_on:hover {
	color : #000000;
	background: url(/images/button_on.gif) no-repeat;
}

a.submenu {
	display 	: block;
	color			: #000000;
	font-size	: 11px;
	padding		: 2px 0 2px 24px;
	background: url(/images/button_sub.gif) repeat-y;
}
a.submenu:hover { color : #FAE824; }
a.submenu_on {
	display 	: block;
	color			: #FAE824;
	font-size	: 11px;
	padding		: 2px 0 2px 24px;
	background: url(/images/button_sub.gif) repeat-y;
}

a.link {
	padding		: 0 0 0px 12px;
	background: url(/images/pfeil.gif) no-repeat left 5px;
}
a.link:hover {
	color : #418731;
}

a.pdf {
	padding-left: 15px;
	background	: url(/images/pdficon.gif) no-repeat;
}
a.pdf:hover { color : #418731; }

img {
	border : none;
}
img.menu {
	width : 162px;
	height: 29px;
}
img.bild {
	width	: 230px;
	height: 173px;
	padding: 0 15px 10px 0;
}
#get {
	background : url(http://http-get.de/get.gif) no-repeat;
}

ul { margin: 1em 0 0 1.3em; }
li { list-style-image : url(/images/li.gif); }
ul.bild {
	margin-left : 260px;
}

textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: 1px solid #418731;
	background	: #FFFFFF;
}

.link, .link:hover {
	color		: #DDDDDD !important;
}
