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

/* Grundgerüst */

html {
	color:#000;
}

#wrapper {
	width: 755px;
	margin: auto;
	height: 470px;
	color: #F4F3F8;

} 

#header {
width: 520px;
height: 42px;
float: right;
padding: 5px;

background-color: #8D8DB9;
}

#top {
	width: 520px;
	height: 40px;
	float: right;
	padding: 5px;
	background-color: #FFF;
	text-align: right;
}

#menue {
width: 530px;
height: 34px;
float: right;
text-decoration:none;
font-size: 10px;
letter-spacing: 1px;
font-weight: bold;
}

#menue li {
display: inline;
list-style-type: none;
margin: 0 2px 0 0;
}

#menue ul { margin-bottom: 0; }

#menue a {
color: black;
background-color: #FFF;
padding: 5px;
text-decoration:none;
}

#menue a:hover {
color:#000;
background-color:#8D8DB9;
text-decoration:none;
}

#left {
	float: left;
	width: 223px;
	height: 470px;
	background-image: url(img/left_bg.jpg);
	text-align: center;
}

#content {
width: 520px;
height: 325px;
float: right;
overflow: auto;
padding: 5px;
overflow: auto;
background-image: url(img/content_bg.jpg);
background-repeat:repeat-x;
background-color: #F4F3F8;
color: #000;
}

h1 {font-size: 12px; color: #666699; border-bottom: solid #666699 1px; }

#logo {
	margin-top: 40px;
	text-align: center;

}

#treppe {
	text-align: center;
	margin-top: 70px;
}

#kreis {
	text-align: center;
	margin-top: 40px;
}
