* {
	margin: 0;
	padding: 0;
	font-family:arial;
	}
	
body {
	font-family: Verdana,"Lucida Sans Unicode","Lucida Grande","Times New Roman",serif;
	font-size: 0.81em;
	color: #000;
	background:#fff url(./images/hintergrund.png);
	background-repeat:no-repeat;
	}

#homepage {
 	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	width: 861px;
	}
	
#headerindex {
	height: 129px;
	background: url(./images/logoohne.png);
	}

#headerindex h1 {
	display: inline;
	}

#headerindex h1 a {
	text-indent: -9999px;
	display: block;
	width: 861px;
	height: 129px;
	margin: 0;
	}
	
#naviindex {
	height: 83px;
	background: url(./images/navibgohne.png);
	}



#container {
	/* Vertikale Wiederholung des Hintergrundbildes zur Abschließung des Layouts */
	background-repeat: no-repeat;
	width: 861px;
	height:600px;
	background: url(./images/bg_middle.png);
	}

	
#columnwrap {
	/* Allgemeinesr Container für sämtliche Seiteninhalte */
	padding-top:1px;
	padding-bottom: 7px;
	margin-left:24px;
	width:821px;
	min-height:672px;
	display: block;
	}
	
#subwrap {
	/* Ein Subcontainer innerhalb des allgemeinen Containers */
	width: 861px;
	float: left;
	padding-bottom: 6px;
	display: block;
	}
	
#content-main {
	/* Inhaltsbereich der Seite */
	float: left;
	width: 411px;
	padding-bottom: 10px;
	padding-left: 161px;
	background: #FFFFFF;
	}

#watermark {
	width:578px;
	height:577px;
	position:relative;
	left:121px;
	z-index:1;
	background: url(./images/watermark.png);
	}

#watermark *{
	font-size:11px;
	line-height:18px;
	font-family:verdana;	
	color:#1b4271;	
	}

#watermark * a{
	font-size:11px;
	line-height:18px;
	font-family:verdana;	
	color:#a6303d;
	text-decoration:none;
	}

#watermark h1 {
	font-size:13px;
	line-height:20px;
	font-style:bold;
	font-family:verdana;	
	color:#1b4271
	} 	

#deutsch {
	width:194px;
	height:20px;
	position:absolute;
	left:85px;
	top:169px;
	z-index:2;
	} 

#englisch {
	width:194px;
	height:20px;
	position:absolute;
	left:304px;
	top:169px;
	z-index:2;
	}
	
#footer {
	margin-left:24px;
	width:821px;
	height:40px;
	display: block;
	}

#footer img {
	border:0px;	
	}

#footertxt1 {
	float:left;	
	}
	
#footertxt2 {
	margin-left:19px;
	float:left;
	}
	
#footertxt3 {
	margin-left:17px;
	float:left;
	}
	
#footertxt4 {
	margin-left:441px;
	float:left;
	}