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;	
}

#footer {
	margin:0 auto;
	width: 520px;
	text-align: left;
}

a#btnLink {
	display:inline-block;
	background: #CCCC00;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
a#btnLink:hover {
	background: #000;
}

/* STICKY FOOTER
----------------------------------------------- */

html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }


#footer {
clear: both;
position: relative;
z-index: 10;
height: 60px;
margin-top: -60px;
}

#unten { padding-bottom: 60px; }
