/* CSS */
/* Abathon */
/* Dec 2008 */

/* GENERAL */

* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, form { margin:0; padding:0;}
li, dd { margin-left:5%; }


html,body {
	color: #CCCCCC;
	background: #626271;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

code {
	font-family:Monaco, Courier, "Courier New", monospace;
}

img {
	border: 2px solid #ccc;
}

h1 {
	font-size:1.8em;
	font-variant: small-caps;
	font-weight: normal;
}

h2 {
	font-size:1.6em;
	font-variant: small-caps;
	font-weight: normal;
}

h3 {
	font-size:1.1em;
	margin: 5px;
	font-weight: normal;
	margin-top: 20px;
}

a:link, a:visited  {
	color:#e38e51;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}
	

/* Main */

#wrap {
	position: relative;
	width:1100px;
	height: 580px;
	margin:5px auto 0;
	background: #626271 url(../images/bg_index.png) no-repeat -3px 0;
}

div#star-link {
	position: absolute;
	display:block;
	top:0;
	left:0;
	width: 120px;
	height: 116px;
}

div#erfolgreich-link {
	position: absolute;
	display:block;
	top:130px;
	left:2px;
	width: 120px;
	height: 116px;
}


div#star-link img,
div#erfolgreich-link img {
	border: none;
}


#main {
	text-align: center;
	padding-top: 45px;
	font-family: "Times New Roman", Times, serif;
}

#banners {
	width: 800px;
	margin:10px auto 0;
}

#banners a img {
	margin: 6px;
}

/* FOOTER */

div#bottommenu {
	width: 1100px;
	position: fixed;
	bottom: 0;
}

div.bottommenu-links {
	margin: 0 auto;
	width: 1002px;
	height: 23px;
	padding: 8px 0 4px;
	background: #CCCC33;
	border: none;
}

div.bottommenu-links li {
	float: left;
	list-style: none;
	margin: 0 15px 0 15px;
}

div.bottommenu-links li a:link, div.bottommenu-links li a:visited {
	color: #660000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.bottommenu-links li a:hover {
	text-decoration: underline;
}

