* {
	border:0 none;
	margin:0;
	padding:0;
}

ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

body{
	color : white;
	background-color:#1A1A1A;
	font-family : "Calibri",Tahoma,Georgia,"Times New Roman",serif,arial;
	font-size:15px;
	text-align:center;
}

hr{
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #E0E0E0;
	border-bottom: transparent;
}

input, SELECT, TEXTAREA{
	font-size: 12px;
	font-weight: bold;
	color:black;
	background-color: #67932E;
	background:#67932E url(imgs/input_bg_white.png) repeat-x scroll left top;
	margin:4px;
	padding-left:4px;
	padding-right:4px;
	border:1px solid white;
	border-color : white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input[type="submit"]:active, input[type="button"]:active
{
	background:#67932E url(imgs/input_bg_flipped.png) repeat-x scroll left bottom;
}

A{
	color: #87B447;
}

dfn{
	border-bottom: 1px solid #87B447;
	border-style: dashed;
}

H1{
	font-size: 24px;
	color: #87B447;
}

H2{
	font-size: 20px;
	color: #87B447;
}

H3{
	font-size: 19px;
	color: #87B447;
}

H4{
	font-size: 17px;
	color: #87B447;
}

STRONG{
	font-size: 15px;
	color: #87B447;
	font-weight:bold;
}

CODE{
	border:1px solid white;
	background-color: black;
	display:block;
}
