/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

a:focus { outline: none; }
legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl		{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol		{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p		{margin-bottom: 15px;}

ul		{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre		{font-size: 12px; }


a:link {
	color: #fff;
	text-decoration:none;
	}
a:visited {
	color: #fff;
	text-decoration:none;
	}
a:focus {
	color: #000;
	text-decoration:none;
	}
a:hover {
	color: #000;
	text-decoration:none;
	}
a:active {
	position: relative;
 	color: #000;
}


html {
	min-height: 100.2%;
	margin-bottom: 1px;
}

/* Body + Allgemeines */
body {
	text-align: left;
	font-family : Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background:#404040;
	color:#fff;
}


.clear {
	font-size: 1px;
	line-height: 1px;
	height:1px;
	clear: both;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.abstand {
	display:block;
	clear:both;
	}


.trennlinie {
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #232323;
	display:block;
	clear:both;
	}



.floatLeft { float:left; }
.floatRight { float:right; }

.textbild .floatLeft {
	display: block;
	margin-right: 8px;
}


#wrapper {
	width: 980px;
	margin: 80px auto;	
}

#links {
	display: inline-block;
	width: 150px;
	float: left;
}

#rechts{
	margin-left: 25px;
	margin-top: 26px;
	width: 805px;
	float: left;
}


#contentzweispalter {
  width: 805px; 
}

#contentzweispalter1 {
  width: 380px;
}

#contentzweispalter2 {
  width: 380px;
  margin-left: 45px;
}

#contentzweispalter1, 
#contentzweispalter2 {
  float: left;

}



/*
*	logo
*/

/*	logo
*******************************************************************************/
#logo {
	display: block;
	float: left;
	height: 46px;
	width: 145px;
	margin-top: 0px;
	margin-left: -6px;
	
}

#logo a {
	display:block;
	height: 46px;
	width: 145px;
	text-indent:-1700em;
	text-decoration: none;
	background-image: url(logo.gif);
	}


/*
* hauptnavigation
*/

ul.rex-navi1 {
	display: inline-block;
	margin-top: 150px;
}

ul.rex-navi1 li {
	width: 150px;
	text-align: right;

}

ul.rex-navi1 a, 
ul.rex-navi1 a:link {
	padding-right: 15px;
	color: #8d8d8d;
	display: block;
	text-decoration: none;
	font-size: 13px;
}

ul.rex-navi1 a:hover {
	display: block;
 	color: #fff;
	text-decoration:none;
	background: url('link_pfeil.gif') 140px -8px no-repeat;	
}

ul.rex-navi1 li a.rex-current, 
ul.rex-navi1 li a.rex-current:link,
ul.rex-navi1 li a.rex-active, 
ul.rex-navi1 li a.rex-active:link {
	display: block;
 	color: #fff;
	background: url('link_pfeil.gif') 140px 8px no-repeat;	
}

/* subnavigation */

ul.rex-navi2 {
	display: inline-block;
	padding: 10px 0 10px 0;
}

ul.rex-navi2 li {
	width: 150px;
	float: left;
	text-align: right;
	margin: 0;

}

ul.rex-navi2 a, 
ul.rex-navi2 a:link {
	color: #8d8d8d;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border: none;
	padding-right: 25px;	
}

ul.rex-navi2 a:hover {
	display: block;
 	color: #fff;
	text-decoration:none;
	border: none;
	background: url('link_pfeil.gif') 130px -8px no-repeat;		
}

ul.rex-navi2 li a.rex-current, 
ul.rex-navi2 li a.rex-current:link,
ul.rex-navi2 li a.rex-active, 
ul.rex-navi2 li a.rex-active:link {
	display: block;
 	color: #fff;
	text-decoration:none;
	border: none;	
	background: url('link_pfeil.gif') 130px 8px no-repeat;	
}



h1 {
	font-family : Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
	color: #fff;
 }

h2 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 8px;
	color: #fff;
 }

p {
	font-size: 13px;
	line-height: 22px;
	color: #8d8d8d;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #8d8d8d;
}


.zweispalter {
  width: 805px; 
}

.zweispalter_1 {
  width: 380px;
}

.zweispalter_2 {
  width: 380px;
  margin-left: 45px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
}

.text ul,
.zweispalter ul		{list-style: disc; margin-left: 10px;}
.text ul li,
.zweispalter ul li	{
	color: #8d8d8d;
	font-weight: normal;
	font-size: 12px;	
	margin-left: 15px;
	margin-bottom: 5px;
}

.extern {
	padding-left:15px;
	color: #000;
	background:url('ext_link.gif') no-repeat 0 7px;
}

.subline {
	text-align: left;
	font-size: 10px;
	margin-bottom: 5px;
	color: #8d8d8d;
}

.startseitenbilder {
	margin-top: 40px;
}


.startseitenbilder li {
	float: left;
	margin-right: 5px;
}

.startseitenbilder a {
	display: inline-block;
	border: 2px solid #404040;
	
}


.startseitenbilder a:hover {
	display: inline-block;
	border: 2px solid #000;
}



.bildergalerie img {
	
}


.bildergalerie a {
	margin-bottom: 5px;
	display: inline-block;
	border: 2px solid #404040;

}

*:first-child+html .bildergalerie a{   /* CSS-Hack für IE7 */  
	margin-left: 5px;
}


.bildergalerie a:hover {
	display: inline-block;
	border: 2px solid #000;
}
