html {
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image:  url(images/template/bg_home.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-family: Trebuchet MS;
	line-height: 16px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

h1 {
	color: #cccc00;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px dotted #000000;
	/*white-space: nowrap;*/
	font-family: "Arial Black", Impact, Arial;
	font-size: 20px;
	line-height: 22px;
	font-weight:normal;
	letter-spacing: 0.05em;
}

h1 a {
	color: #cccc00;
	text-decoration: none;
}

h2 {
	padding:0;
	margin:0;
	white-space: nowrap;
	font-family: "Arial Black", Impact, Arial;
	font-size: 12px;
	font-weight:normal;
	letter-spacing: 0.05em;
}

#oben_gruen {
	text-align: center;
	background-color:#CCCC00;
}
#unten {
	margin:20px auto 0 auto;
	width: 520px;
	text-align: left;
}

a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;	
}

a:hover {
	color: #cccc00;
	font-weight: normal;
	text-decoration: none;	
}