body {
	font-family: Arial,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	background-color: #f5f9fb;
	margin: 0;
}

#titel {
	display: block;
	position: relative;
	width: 1000px;
	margin: 6% auto 0 auto;
}

#titel h1 {
	padding: 20px;
	font-variant: small-caps;
	margin: 0;
	color: #666;
}

#page {
	display: block;
	position: relative;
	width: 100% !important;
	margin: 0;
	background-image: url(../images/bg.jpg) !important;
	height: 522px;
	border: 0px solid red;
}

#rahmen_oben {
	position: relative;
	background-image: url(../images/rahmen_oben.png);
	background-repeat: repeat-x;
	height: 60px;
	margin: 0;
}

#rahmen_unten {
	background-image: url(../images/rahmen_unten.png);
	background-repeat: repeat-x;
	height: 62px;
}

#main {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 400px;
	border: 0px solid red;
}

.links {
	float: left;
	width: 430px;
	text-align: right;
}

.rechts {
	float: right;
	width: 550px;
	padding: 10px 0;
	color: #fff;
	text-align: left;
}

.oben {
	color: #fff;	
	width: 800px;
	margin-left: 20px;
	height: 100px;
	padding-top: 10px;
}

.unten {
	position: relative;
	width: 800px;
	margin-left: 10px;	
}

.unten a img {
	border: 0;
}

#rahmen_unten .ausstellung {
	text-align: center;
	padding: 6px 0;
	font-weight: bold;
	font-size: 115%;
	color: #b54513;
	font-variant: all-small-caps;
}







#footer {
	clear: both;
	position: relative;
	margin: 5px auto;
	text-align: center;
	width: 920px;
	height: 20px;
	color: #555;
}

#footer a {
	color: #555;	
}

#footer a:hover {
	text-decoration: none;
	color: #b54513;
}

a {
	text-decoration: none;
	color: #1f518d;
}

a:hover {
	text-decoration: none;
	color: #b54513;
}


.secr {
	display: none;
}

#as {
	position: absolute;
	right: 5px;
	bottom: 4px;
}

#as a {
	font-size: 9px;	
	color: #C6C6C6;
	text-decoration: none;
}

#as a:hover {
	color: #B1B1B1;
}

#navposition {
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 50px;
	border: 0px solid red;
}

.nav, .navtrenner {
	float: left;
	margin: 30px 7px 0 7px;
	font-size: 17px;
}

.navtrenner {
	color: #78abc3;
}

.nav a.aktiv {
	color: #B54513;
}