/*Allgemein*/
body, html {
	background-image: url(../images/bg.gif);
	background-repeat: x-repeat;
	text-align: left;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	}

h1 {
	font-size: 22px;
	color: #AB1E1E;
	font-weight: normal;
	}

h2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	font-weight: normal;
	}


div.oben {
	background-image:url(../images/oben.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 208px;
	}
	
 div.page {
	width: 1000px;
	height: 100%;
	float: left;
	background-color: #ffffff;
	background-image: url(../images/bg_content.gif);
	}
	
div.navi {
	float: left;
	position: relative;
	margin: 184px 0 0 325px;
	}
	
* html div.navi {
	float: left;
	position: relative;
	margin: 184px 0 0 150px;
	}
	
div.navirot {
	float: left;
	background-image:url(../images/navibg.jpg);
	background-repeat: no-repeat;
	width: 179px;
	height: 213px;
	padding: 20px 0 0 110px;
	}
	
div.navi a:link, div.navi a:visited , div.navi a:active {
	font-size: 14px;
	color: #666666; 
	text-decoration: none; 
	margin-right: 25px;
	}

div.navi a:hover { 
	color: #B11117; 
	text-decoration: underline; 
	}

a:link, a:visited , a:active {
	color: #B11117; 
	text-decoration: none; 
	}

a:hover { 
	text-decoration: underline; 
	}
	
div.navirot a:link, div.navirot a:visited , div.navirot a:active {
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none; 
	line-height: 24px;
	}

div.navirot a:hover { 
	font-weight: bold;
	}


div.navirot a.klein:link, div.navirot a.klein:visited , div.navirot a.klein:active {
	font-size: 10px;
	color: #ffffff; 
	text-decoration: none; 
	line-height: 16px;
	}

div.navirot a.klein:hover { 
	font-weight: bold;
	line-height: 16px;
	}
	
div.links {
	position: relative;
	float: left;
	background-color: #E0E0E0;
	background-repeat: y-repeat;
	width: 199px;
	margin-left: 86px;
	color: #777777;
	font-size: 11px;
	line-height: 16px;
	padding: 20px 0 0 4px;
	}
	
* html div.links {
	margin-left: 45px;
	padding: 10px 0 0 0;
	}
	
div.content {
	position: relative;
	float: left;
	width: 600px;
	margin: 20px 0 0 35px;
	}
	
div.links_text {
	margin-left: 18px;
	}
	
#party {
	position: absolute;
	top: 250px;
	left: 80px;
	z-index: 100;
	width: 450px;
	padding: 20px 20px 20px 10px; 
	background-color: #ffffff;
	border: 2px solid #B3181C;
	visibility: hidden;
	font-size: 12px;
	line-height: 18px;
	}
