/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(bgr.gif) #ffffff repeat-x top;
	color: #000000;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	margin: 0 0 20px;
}
a{
	color: #006600;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}



input,select,textarea{
	border: #e3e3e3 1px solid;
	border-top: 2px solid #8e8e8e;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
table{

}

/*==== Access Keys ===*/

#sprunglink_0 a, #sprunglink_1 a, #sprunglink_2 a, #sprunglink_3 a, #sprunglink_4 a, #sprunglink_5 a, #sprunglink_6 a, #sprunglink_7 a, #sprunglink_8 a, #sprunglink_9 a  {
	position:absolute; 
	z-index:2; 
	width:10em; 
	overflow:hidden; 
	top:-100px; 
	left:-1000px} 
	
#sprunglink_0 a:focus, #sprunglink_1 a:focus, #sprunglink_2 a:focus, #sprunglink_3 a:focus, #sprunglink_4 a:focus, #sprunglink_5 a:focus, #sprunglink_6 a:focus, #sprunglink_7 a:focus, #sprunglink_8 a:focus, #sprunglink_9 a:focus  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%}	
	
#sprunglink_0 a:active, #sprunglink_1 a:active, #sprunglink_2 a:active, #sprunglink_3 a:active, #sprunglink_4 a:active, #sprunglink_5 a:active, #sprunglink_6 a:active, #sprunglink_7 a:active, #sprunglink_8 a:active, #sprunglink_9 a:active  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #fff; 
	font-size: 90%}	
/*=== Layout ===*/
.page{
	background: url(page-bgr.gif) repeat-y;
	margin: 0 0 0 30px;
	width: 980px;
}
#home.page{
	background: url(home-page-bgr.gif) repeat-y;
}
#page-bot{
	background: url(page-bot.gif) no-repeat top;
	height: 8px;
	overflow: hidden;
}
/*=== Header ===*/
#header{
	background: url(header-bgr.jpg) no-repeat top left;
	height: 300px;
}
/*- Logo -*/
#header h1{
	text-indent: -9999px;
}

#slogan p{
	font-size: 20px;
}

#header h1 a{
	display: block;
	height: 68px;
	width: 190px;
}
/*- Address -*/
#addr{
	color: #ffffff;
	font-size: 11px;
	margin: 0 0 0 810px;
	position: absolute;
	top: 76px;
	width: 200px;
}
#addr a{
	color: #ffffff;
}
/*- Slogan -*/
#slogan{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 195px;
	position: absolute;
	top: 208px;
	width: 630px;
}
/*- Search -*/
#search{
	height: 45px;
	padding: 0 0 0 187px;
	position: absolute;
	top: 250px;
	width: 300px;
}
#search p{
	clear: both;
	font-size: 10px;
	padding: 5px 0 0 5px;
}
#search input{
	float: left;
	margin: 5px 5px 0;
	width: 200px;
}
#search .btn{
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
}
/*- User Anmeldung -*/
#user{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 816px;
	position: absolute;
	top: 255px;
}
#user a{
	text-decoration: underline;
	color: #666666;
}

#user a:hover{
	text-decoration: underline;
	color: #006600;
}

.indexlink a{
	text-decoration: none;
	color: #666666;
}

.indexlink a:hover{
text-decoration: underline;
	color: #006600;
}

/*=== Columns ===*/
/*--- Left Column ---*/
#leftcol{
	color: #ffffff;
	float: left;
	padding: 0 0 30px;
	width: 150px;
}
/*- Left Menu -*/
ul.leftmenu{
	padding: 0 0 20px 13px;
}
.leftmenu li{
	margin: 0 0 2px;
}
.leftmenu li a{
	color: #ffffff;
}
.leftmenu li.active a,
.leftmenu li a:hover{
	color: #99ff33;
	text-decoration: none;
}
/*- Left Submenu -*/
.leftmenu li ul{
	padding: 0 0 0 7px;
}

.leftmenu li.active ul li{
	background: url(ico-list.gif) no-repeat left top;
	padding: 0 0 0 7px;
}

.leftmenu li.active ul li:hover{
	background: url(ico-list2.gif) no-repeat left top;
	padding: 0 0 0 7px;
}

.leftmenu li.active ul li a{
	color: #ffffff;

}
.leftmenu li ul li a:hover,
.leftmenu li ul li.active a{
	color: #99ff33;
}
/*- Left Submenu2 -*/
.leftmenu li ul li ul{

}

.leftmenu li.active li.active li{
	background: none;
	background-image: none;
}

.leftmenu li.active li.active li a{
	background: none;
	background-image: none;
	color: #ffffff;
}
.leftmenu li.active li.active li a:hover,
.leftmenu li.active li.active li.active a{
	color: #99ff33;
	background-image: none;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	width: 630px;
}


#centercol a:visited{
	color: #888888;
	text-decoration: underline;
}

#centercol table {
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	line-height: 1.4em;
}

.fronttitle{
	height: 24px;
	line-height: 24px;
}

#centercol  a:visited.newstitellink{
 color: #595959;
 text-decoration: none;
}

#centercol a:hover.newstitellink{
 color: #595959;
 text-decoration: none;
}

#centercol a:link.newstitellink{
 color: #595959;
 text-decoration: none;
}

#centercol a.newstitellink{
 color: #595959;
 text-decoration: none;
}


#titlecontent{
	background: #595959;
	color: #ffffff;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 6px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.content{
margin: 10px;
padding: 6px;
text-align: left;
font-size: 11px;
}

#centercol center{
margin-left: 6px;
text-align: left;
}

#centercol table,div,p,td,font,form,center{
text-align: left;
font-size: 11px;
}


#content{
margin: 6px 6px 0 6px;
padding: 0 6px 0 6px;
}

#centercol h3{
	color: #000000;
	font-size: 13px;
	margin-bottom: 10px;

}

#centercol h2{
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
}

#centercol h5{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
#centercol p{

	margin: 0 0 6px 0;
}



#centercol h1{

font-size: 14px;
}

#centercol h2{

font-size: 14px;
}

#centercol h3{

font-size: 14px;
}

.co_objectdetail{
padding: 0 6px 0 6px;
}

.co_objectdetail h2{
padding: 0px;
font-size: 14px;
}

#co_content table {
padding: 0 6px 0 6px;

}

#centercol table ul{
margin: 0 6px 0 6px;
margin: 0 6px 0 25px;

}

#centercol table li{
list-style: disc;
padding: 0 6px 0 2px;

}

#centercol table ol li{
list-style: decimal;
padding: 0 6px 0 6px;

}

#centercol .spacer{
	padding: 0 8px 9px;
}
#home #centercol img{
	display: block;
}
/*--- Sub Columns ---*/
.col1{
	background: #e7e7e7;
	float: left;
	padding: 6px;
	width: 406px;
}
.col2{
	border: 1px solid #595959;
	float: right;
	height: 312px;
	width: 179px;
}
.col2 div{
	padding: 5px;
}
.col3, .col4{
	float: left;
	width: 314px;
}


.col3 a, .col4 a, #rightcol a{
	color: #595959
}


.col4{
	margin: 0 0 0 1px;
}
/*--- Right Column ---*/
#rightcol{
	float: left;
	width: 193px;
}
#rightcol .spacer{
	padding: 0 6px 6px;
}
#rightcol h2{
	background: #990033;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 0 0 6px;
	text-transform: uppercase;
}
#home #rightcol h2,
#home #centercol h2{
	background: #dddddd;
	color: #505050;
	font-weight: bold;
	padding-left: 10px;
}
#rightcol img{
	display: block;
}
/*=== Styling Lists ===*/
.list1{
	padding: 0 0 0 13px;
}
.list1 li{
	background: url(ico-list1.gif) no-repeat left;
	color: #ffffff;
	font-size: 10px;
	padding: 0 0 0 7px;
}
.list1 li a{
	color: #ffffff;
}
.list1 li a:hover{
	color: #99ff33;
	text-decoration: none;
}
/*=== Footer ===*/
#footer{
	clear: both;
	height: 25px;
	padding: 0 15px;
}
#footer p{
	float: left;
}
#footer img{
	float: right;
	margin: 0 0 0 10px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}


/* Jump Navi */
.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}

.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}
	
.quicklinks li{
list-style: none;
padding: 2px 0 2px 0;
}

	
	/*popupbox*/
	
.popupfullheightcontainer{
  position:relative;
  width:629px;
    
/* \*/
/* Last height declaration hidden from Mac IE 5.x */
}
.popupwrapper{
/* \*/
/* Last height declaration hidden from Mac IE 5.x */
  background:#EBF4E4;
  
}
#wrapp\65	r{

  
}
/* \*/
* html .popupwrapper{
}
/* Last style with height declaration hidden from Mac IE 5.x */
.popupouter{
  z-index:1;
  position:relative;
  margin-left:137px;
  width:492px;
  background:#EBF4E4;

/* \*/
/* Last height declaration hidden from Mac IE 5.x */
}
.popupleft{
	margin-top: 8px;
  width:136px;
  float:left;
  display:inline;
  position:relative;
  margin-left:-137px;
  font-family: Arial;
  font-size: 11px;
}




.popupcontainer-left li{
 text-align: right;
 color: #000000;
 list-style: none;
 margin: 8px 0 0 0;
}

.popupcontainer-left li a{
color: #666666;
}

.popupleft-container ul{
	margin: 0px;
	padding: 0px;
}

*>html .popupleft{width:137px;}
.popupcontainer-left{
  width:136px;
}
/* \*/
* html .popupleft{margin-right:-3px;}
/* Above style hidden from Mac IE */
.popupcenter{
  width:492px;
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
  border-left: #b0b2b0 dashed 1px;
/* Hidden from IE-mac */
}
.popupclearheadercenter{
  height:68px;
  overflow:hidden;
}
.popupclearheaderleft{
  height:68px;
  overflow:hidden;
}
.popupclearfootercenter{
  height:50px;
  overflow:hidden;
}
.popupclearfooterleft{
  height:50px;
  overflow:hidden;
}
.popupfooter{
  z-index:1;
  position:absolute;
  clear: both;
  width:629px;
  height:50px;
  overflow:hidden;
  margin-top:-50px;
}
.popupsubfooter1{
  background:#FFFFCC;
  text-align:center;
  height:50px;
}
.popupheader{
  z-index:1;
  position:absolute;
  top:0px;
  width:629px;
  height:68px;
  overflow:hidden;
  border-bottom: #b0b2b0 dashed 1px;
}
.popupsubheader1{
  background:#78B64A;
  color: #ffffff;
  text-align:left;
  padding: 18px 0 0 150px;
  height:68px;
  font-family: Arial;
  font-size: 11px;
  
}

.popupsubheader1 li{
 list-style: none;
}

.popupsubheader1 li.list1{
color: #666666;
padding: 0 0 0 20px;
 line-height: 16px;
 background-image: url(list1.gif);
 background-repeat: no-repeat;
 background-position: left;
}

.popupsubheader1 li.list2{
line-height: 16px;

color: #666666;
padding: 0 0 0 20px;
  background-image: url(list2.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.popupsubheader1 li.list3{
line-height: 16px;
color: #666666;
padding: 0 0 0 20px;
  background-image: url(list3.gif);
  background-repeat: no-repeat;
  background-position: left;
}


.popupgfx_bg_middle{
  top:0px;
  position:absolute;
  overflow:hidden;
  width:492px;
  margin-left:137px;
  background:#EBF4E4;
}
* html .popupgfx_bg_middle{
  display:none;
}

.popupcontainer-center h1{
font-size: 14px;
font-weight: bold;
color: #333333;
margin: 0 10px 0 10px;
padding: 0 0 0 20px;
}

.popupcontainer-center h1.title1{
background-image: url(list1.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.popupcontainer-center h1.title2{
background-image: url(list2.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.popupcontainer-center h1.title3{
background-image: url(list3.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.popupcontainer-center p{
margin: 8px 10px 8px 30px;
}



.popupcontainer-center{
font-size: 12px;
font-family: Arial;
padding: 0;
}

.skin{
position:absolute;
cursor:default;
font-size:12px;
z-index:30;
visibility:hidden;
top: 232px;
left: 180px;
}

.menuitems{
padding-left:10px;
padding-right:10px;
}


.popupboxlink {
color: #ffffff;
text-decoration: none;
}


.popupboxlink a:hover {
color: #ffffff;
text-decoration: none;
}

.popupboxlink a:visited {
color: #ffffff;
text-decoration: none;
}

.popupboxlink a {
color: #ffffff;
text-decoration: none;
}
