html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

body {
	background-color:#999;
	background-image: url(./bilder/bg_gray.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

/*
**	DIV
*/

div {
	border-width: 0px;
	border-style: solid;
}

div.bar {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	background-image: url(./bilder/leiste.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 170px;
	border-width: 0px;
}

div.navi {
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	background-color: #666;
	background-image: url(./bilder/navigation.jpg);
	background-repeat: no-repeat;
	height: 650px;
	width: 280px;
	border-width: 0px;
}

body>div.navi {
	width: 270px;
}

div.main{
	width: 725px;
	padding: 322px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 305px;
	z-index:0;
	overflow:auto;
}

div.content {
	width: 500px;
	margin: 0px 20px 0px 0px;
}

div.scroll {
	
	height: 450px;
	overflow: auto;
}

div.headline   { 
	color: #933; 
	font-weight: bold; 
	font-size: 11pt; 
	text-align: left; 
	border-width:0px;
	margin: 15px 0px 0px 0px 
}

div.popHead {
	width: 100%;
	background-color: #666;
	height:auto;
	text-align: right;
	border-width: 0px 0px 2px 0px;
	color: #666;
	cursor: move;
}

div.pop1>div.popHead {
	border-width: 0px 0px 1px 0px;
}


div.pop1{
	background-color: #fff;
	border-width: 2px;
	color: #666;
	width: 605px;
	height: auto;
	position: absolute;
	left: 350px;
	top: 10px;
	z-index: 100;
}

body>div.pop1 {
	width: 600px;
}

div.pop{
	background-color: #000;
	border-width: 2px;
	color: #666;
	width: 605px;
	height: 450px;
	position: absolute;
	left: 350px;
	top: 10px;
	z-index: 100;
}

body>div.pop {
	width: 600px;
}

div.popObjectDetail {
	background-color: #999;
	height: 360px;
	overflow: auto;
	padding: 0px 10px 10px 10px;
}

div.imageNavi {
	width: 105px;
	float: left;
}

div.imageView {
	float: right;
}

div.popContact {
	margin: 5px 15px 5px 13px;
	height: 50px;
	background-color: #000;
	float: top;
}
	
/*
**	A
*/

a.navi_gross {
	 color: #fff; 
	 font-weight: bold; 
	 font-size: 12pt; 
	 text-decoration: none;
}

a.navi_gross:hover  {
	color: #993333; 
}

a.navi_klein { 
	color: #fff; 
	font-weight: bold;
	font-size: 10pt; 
	text-decoration: none; 
}

a.navi_klein:hover  {
	color: #993333; 
}

a.normale {
	color: #fff; 
	font-weight: bold; 
	font-size: 10pt;
	text-decoration: none;
}

a.normale:hover {
	color: #993333;
}

a.popHead{
	background-color: #000;
	color: #fff;
	font-weight: bold; 
	font-size: 12pt;
	text-decoration: none;
	padding:3 px;
}

a.popHead:hover {
	color: #993333;
}

a.headline   { 
	color: #933; 
	font-weight: bold; 
	font-size: 11pt; 
	text-align: left; 
	margin: 0px 0px 0px 0px;
	text-decoration: none; 
}

a.headline:hover {
	color: #fff;
}


/*
**	P
*/

p.navi {
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
}

p.text {
	color: white; 
	font-variant: normal; 
	font-size: 10pt;
	text-decoration: none; 
	text-align: left;
	margin: 0px;
	padding: 0px;
}



.oben	{color:#993333}
/*.tabelle      { color: white; font-variant: normal; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; text-align: left; margin: 0pt 12pt 0pt 0pt; padding: 0pt 20pt 0pt 0pt; border: 0pt }*/
/*.ueberschrift   { color: #933; font-weight: bold; font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left; margin-bottom: 0 } */
.ueberschrift2   { color: #666666; font-weight: bold; font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left; margin-bottom: 0 }
/*.navi_gross { color: white; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.navi_klein { color: white; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }*/
/*.normale { color: white; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none } */

