@charset "UTF-8";
/* 2008 Bastian Schwabe bschwabe.de */ 

body, html, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body, html {
	background-color: #fcb315;
	background-image: url(../img/background.png);
	background-repeat:no-repeat;
	background-position: left top;
	width: 100%;
	overflow: auto;
}

html[xmlns] {
	height : 100%;
	padding-bottom : 0.005em;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#total {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#logo {
	position: absolute;
	left: 162px;
	top: 10px;
}

#content {
	position: relative;
	left: 275px;
	top: 175px;
	width: 330px;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	padding-bottom: 50px;
}

#content a {
font: normal 11px/16px Arial, Helvetica, sans-serif;
color: #000;
text-decoration: none;
background-color: #fcb315;
margin-bottom: 10px;
padding: 0;
}
#content a:hover {
background-color: #000;
color: #fff;
}

#content h1 {
font: bold 16px/18px Garamond, Times, serif;
color: #000;
padding: 0;
margin: 0;
margin-bottom: 10px;
}

#content h2 {
font: bold 14px/18px Garamond, Times, serif;
color: #000;
padding: 0;
margin: 0;
margin-bottom: 5px;
}


#content_right {
	position: absolute;
	left: 667px;
	top: 137px;
}

#footer {
	position: fixed;
	bottom: 0px;
	height: 88px;
	width: 100%;
	background-image: url(../img/footer.gif);
}

#blume {
	position: fixed;
	bottom: 0px;
	height: 370px;
	left: 20px;
}


#menu {
	position: absolute;
	left: 190px;
	top: 146px;
	z-index: 2000;
}

#menu a {
font: bold 12px/18px Arial, Helvetica, sans-serif;
color: #000;
text-decoration: none;
background-color: #fff;
margin-bottom: 10px;
padding: 0;
}
#menu a:hover {
background-color: #000;
color: #fff;
}

#submenu {
	position: absolute;
	left: 274px;
	top: 146px;
}

#submenu a {
font: bold 12px/18px Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
background-color: #000;
margin-bottom: 10px;
padding: 0;
}
#submenu a:hover {
background-color: #fff;
color: #000;
}

