@charset "utf-8";

html { /* verhindert Mozilla-Zucken * > Firefox 1.5 */ overflow-y: scroll; }

* { outline:none; }

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 62.5%;
	color: #666;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	background-attachment: fixed;
	background-image: url(images/21.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: #FFF;
}

#header {
	height: 120px;
	width: 960px;
	background-color: #FFF;
}
#printlogo {
	height: 100px;
	width: 960px;
	text-align: center;
	display: none;
}
#menu {
	height: 80px;
	width: 960px;
	background-image: url(images/_bg_menu.jpg);
	background-repeat: repeat-x;
}
#top {
	height: 35px;
	width: 960px;
	background-color: #FFF;
}




#contentwrapper {
	width: 235px;
	float: left;
}
#news {
	width: 235px;
}
#news h1 {
	font-size: 1.8em;
	margin-left: 20px;
	height: 30px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 0px;
}
#news h2 {
	font-size: 1.3em;
	margin-left: 20px;
}
#news p {
	font-size: 1.3em;
	margin-right: 20px;
	margin-left: 20px;
	letter-spacing: 1px;
}
#news a {
	text-decoration: none;
	font-weight: bold;
}

#contentwrapperRight {
	width: 714px;
	float: right;
}


#navi {
	width: 235px;
	float: left;
	height: 300px;
	background-image: url(images/_21.jpg);
	background-repeat: no-repeat;
}


#mainContent {
	float: right;
	width: 470px;
}


#mainContent table {
	margin-left: 10px;
}
#bottom {
	height: 15px;
	width: 960px;
}
#footerNavi {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.aussenrahmen {
	border: 1px solid #999;
}

