@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#eeeeee;
}

body{
	background-color:#222222;
}

a:link {text-decoration:none; color:#D4D4D4;}
a:visited {text-decoration:none; color:#D4D4D4;}
a:hover {text-decoration:none; color:#333333;}

h1{
	font-weight:bold;
	color:#A9FF53;
	}

h2{
	font-size:11px;
	}

h3{
	color:#A9FF53;
	font-size:14px;
	font-weight:500;
	}

h4{
	font-weight:bold;
	font-size:16px;
	color:#A9FF53;
}

#container_fixed{
	position:fixed;
	width:100%;
}

#top{
	height:2%;
	background-color:#111111;
}

#logo{
}

#headline{
	color:#eeeeee;
}

option{
	background-color:#000000;
	color:#FFFFFF;
	text-align:right;
	background:#000000;
	}

option:hover{
	background-color:#A9FF53;
	color:#000000;
	text-align:right;
	}

select{
	background-color:#000000;
	color:#FFFFFF;
	border:1px solid #A9FF53;
	border-radius:5px;
	}
	
input.button_regionswahl{
	background-color:#000000;
	color:#D4D4D4;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	border:1px solid #A9FF53;
	width:80%;
	}

input.button_regionswahl:hover{
	background-color:#A9FF53;
	color:#000000;
	font-size:15px;
	border:1px solid #A9FF53;
	}