* {
	padding:0;
	margin:0;
}
body {
	margin: 20px 0;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
/* Zentrierung fuer alte IEs */
	text-align: center;
}

#seite {
/* Gesamtbreite 960px - optimiert für 1024x768 */
	width:950px;
	border: 5px solid #fff;
/* Zentrierung fuer moderne Browser (für alte IEs im body: text-align:center; zus. einfügen */
	margin: 0 auto;
	padding: 10px 0;
	background-color: #933;
	text-align:left;
}
/* IE BoxmodelHack */
* html #seite {
	width: 960px;
	w\idth: 950px;
}

#seite, #content-bild-links, #content, #nav, #subnav {
	position:relative;
}

#news, #content, #content-bild-links {
	float:left;
}

#oben {
	background-color: #fff;
	height: 70px;
}

#logo {
	position:absolute;
	margin-top:2px;
	margin-left:10px;
}

/* #nav *****************************************************************************************************/

#nav_rahmen {
	position:absolute;
	width:700px;
	margin-top:20px;
	right:10px;
}
#nav {
	padding:5px;
	background-color:#c66;
	font-size:80%;
	font-weight:bold;
}
#nav a:link, #nav a:visited {
	color:#fcc;
	font-weight:bold;
	text-decoration: none;
}
#nav a:focus, #nav a:hover, #nav a:active {
	color:#933;
	text-decoration: underline;
}

#subnav {
	margin-top:3px;
	font-size:80%;
	text-align:right;
}
#subnav a:link, #subnav a:visited {
	color:#c66;
	font-weight:bold;
	text-decoration: none;
}
#subnav a:focus, #subnav a:hover, #subnav a:active {
	color:#933;
	text-decoration: underline;
}
#nav a.activ, #subnav a.activ {
	color:#000;
	text-decoration: underline;
}
/* Content ***********************************************************************************/

#content_rahmen {
	margin:10px;
	margin-bottom:0;
}
#content-bild-links {
	width:118px;
	height:350px;
	margin-top:56px;
	border:1px solid #fff;
}
/* IE BoxmodelHack */
* html #content-bild-links {
	width: 120px;
	w\idth: 118px;
}

#content {
/* width:800px; */
	width:790px;
	padding:5px;
	margin-left:10px;
	min-height:400px;
	background-color: #fff;
}
/* IE BoxmodelHack */
* html #content {
	width:800px;
	w\idth:790px;
}

#content a:link, #content a:visited {
	color:#933;
	text-decoration:underline;
}
#content a:focus, #content a:hover, #content a:active {
	color:#933;
	text-decoration:none;
}

/* --------------------- Startseite -------------------------------------------------------------------------- */

body.startseite {
	background-color: #933;
}

#rahmen-startseite {
	position:relative;
	z-index:1;
	/* Zentrierung fuer moderne Browser (für alte IEs im body: text-align:center; zus. einfügen */
	margin: 0 auto;
	width:780px;
	height: 550px;
	border:3px solid #fff;
	background-image:url(../bilder/img_startseite.jpg);
}

#content-startseite {
	position:absolute;
	z-index:2;
	width: 90%;
	bottom:20px;
	left:5%;
	background:#fff;
	text-align:left;
	padding:10px;
	/* Transparenz einstellen */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	font-size:90%;
	font-weight:bold;
}

#logo_startseite {
	float:left;
	margin-right:30px;
}

#content-startseite a:link, #content-startseite a:visited {
	color:#933;
	font-weight:bold;
	text-decoration:underline;
}
#content-startseite a:focus, #content-startseite a:hover, #content-startseite a:active {
	color:#933;
	text-decoration:none;
}

/* Sonstiges ***********************************************************************************/

.stopfloat {
  clear: both;
  display: block;
  float: none;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

