/* CSS Document */

html,body {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: arial;
  font-size: 12px;
  line-height: 16px;
  color: #e9e9e9;
  background-color: #4a4a4a;
}

.meldung h1 {  
  display: inline;
  font-family: arial;
  font-size: 11px;
  color: #ff500d;
  font-weight: bold;
}


h1 {  
  font-family: arial;
  font-size: 16px;
  color: #ff500d;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  display: block;
}

h3 {  
  display: block;
  font-family: arial;
  font-size: 11px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  color: #999999;
  font-weight: bold;  

}

h2 {
  font-family: arial;
  font-size: 16px;
  color: #808080;
  font-weight: bold;
  padding: 6px 0px;
  margin: 0px;
  display: block;
  background-image: url(img/navline.gif);
  background-position: bottom;
  background-repeat: repeat-x;
}

p {
  margin: 0px;
  padding: 0px;
}

img,table,td {
  border: 0px;
}

.clearfloat {
  float: none;
  clear: both;
}

#mainnav {
  position: relative;
  margin: 22px auto 0px auto;
  width: 900px;
  height: 87px;
  background-image: url(img/top_background.gif);
  background-repeat: repeat-x;
}

#head {
  position: relative;
  margin: 0px auto 0px auto;
  background-image: url(img/head.jpg);
  background-repeat: no-repeat;
  height: 294px;
  width: 900px;
}


#wrapper {
  position: relative;
  margin: 0px auto;
  width: 900px;
  background-color: #333333;
}

#subnav {
  position: absolute;
  left: 15px;
  bottom: 0px;
  border: 4px solid #000000;
  border-bottom: 0px;
  background-color: #302960;
  width: 192px;
  padding-bottom: 10px;
}

#bigteaser {
  position: absolute;
  height: 170px;
  width: 400px;
  right: 0px;
  bottom: 0px;
  color: #000000;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

#wrapper2 {
  position: relative;
  float: left;
  width: 885px;
  padding-left: 15px;
  padding-bottom: 20px;
}

#newsbox {
  border: 4px solid #000000;
  background-color: #302960;
  border-top: 0px;
  position: relative;
  width: 192px;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  float:left;
}

.meldung {
  padding: 0px 10px;
  width: 165px;
}

#content {
  position: relative;
  width: 642px;
  padding: 20px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  float:left;
}

.pictureBox {
  position: relative;
  border: 1px solid #e9e9e9;
  width: 630px;
  padding: 5px;
  margin: 10px 0px 0px 0px;
}

.row {
  float:left;
  width: 124px;
  height: 124px;
  border:1px solid #656565;
}

#metanav{
  height: 26px;
  position: relative;
  margin: 5px auto 0px auto;
  width: 900px;
}


   /*********************/
  /* Navigation Styles */
 /*********************/
 
#mainnav a {
  text-align: center;
  margin: 57px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 37px;
  *height: 30px;
  width: 120px;
  display: block;
  float:right;
    
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 30px;
}

/* normal state */
#mainnav a.norm:link {
	color: #ffffff;
	text-decoration: none;}

#mainnav a.norm:visited { 
	color: #ffffff;
	text-decoration: none;}

#mainnav a.norm:hover {
	color: #ff500d;
	text-decoration: none;}

#mainnav a.norm:active {
	color: #ffffff;
	text-decoration: none;}
	
/* active state */
#mainnav a.active:link {
	color: #ffffff;
	text-decoration: none;
  background-color: #ff500d;}

#mainnav a.active:visited { 
	color: #ffffff;
	text-decoration: none;
  background-color: #ff500d;}

#mainnav a.active:hover {
	color: #ffffff;
	text-decoration: none;
  background-color: #ff500d;}

#mainnav a.active:active {
	color: #ffffff;
	text-decoration: none;
  background-color: #ff500d;}
 

.line {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  height: 1px;
  background-image: url(img/navline.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;
} 

#subnav a {
  margin: 0px 0px 6px 0px;
  padding: 5px 0px 0px 0px;
  display: block;
  
  /*background-image: url(img/navline.gif);
  background-position: 0px 0px;
  background-repeat: repeat-x;*/
  
  line-height: 13px;
}

#subnav a img.ebene1 {
  padding: 0px 6px 1px 6px;
}

#subnav a img.ebene2 {
  padding: 0px 6px 1px 16px;
}

#subnav a img.ebene3 {
  padding: 0px 6px 1px 26px;
}

/* normal state */
#subnav a.norm:link {
	color: #ffffff;
	text-decoration: none;}

#subnav a.norm:visited { 
	color: #ffffff;
	text-decoration: none;}

#subnav a.norm:hover {
	color: #ff6600;
	text-decoration: none;}

#subnav a.norm:active {
	color: #ffffff;
	text-decoration: none;}
	
	
/* open state */
#subnav a.open:link {
	color: #ffffff;
	text-decoration: none;}

#subnav a.open:visited { 
	color: #ffffff;
	text-decoration: none;}

#subnav a.open:hover {
	color: #ff6600;
	text-decoration: none;}

#subnav a.open:active {
	color: #ffffff;
	text-decoration: none;}


/* active state */
#subnav a.active:link {
	color: #ffffff;
	text-decoration: none;
  font-weight: bold;}

#subnav a.active:visited { 
	color: #ffffff;
	text-decoration: none;
  font-weight: bold;}

#subnav a.active:hover {
	color: #ff6600;
	text-decoration: none;
  font-weight: bold;}

#subnav a.active:active {
	color: #ffffff;
	text-decoration: none;
  font-weight: bold;}
  
   /***************/
  /* Link Styles */
 /***************/
 
a:link {
	color: #ff6600;
	text-decoration: none;}

a:visited { 
	color: #ff6600;
	text-decoration: none;}

a:hover {
	color: #ffffff;
	text-decoration: none;}

a:active {
	color: #ff6600;
	text-decoration: none;}

#metanav img {
  float: right;
  padding-top: 2px;
}	

#metanav a:link {
  padding-top: 0px;
  display: block;
  float: right;
	color: #999999;
	text-decoration: none;}

#metanav a:visited {
  padding-top: 0px;
  display: block;
  float: right; 
	color: #999999;
	text-decoration: none;}

#metanav a:hover {
  padding-top: 0px;
  display: block;
  float: right;
	color: #fe530d;
	text-decoration: none;}

#metanav a:active {
  padding-top: 0px;
  display: block;
  float: right;
	color: #999999;
	text-decoration: none;}

/* Formular Styles */
form {
	margin: 0px;
	padding: 0px;
	width: auto;
	font-family:arial; 
        font-size: 11px; }

	form br {
		clear: left;}
		
	form img {
		float:left;
		border: 0pt;}
  
form label {
	text-align: left;
	margin-top: 5px; 
	display: block;
	float: left;
	width: 120px;}
	
	form label.headline {
		width: 400px;
		margin: 5px 0 5px 0;  /* Top, right, Bottom, left*/
		padding: 0 0 0 0;
		font-weight: bold;
		color: #e5093b;
		font-family:arial; 
        	font-size: 11px; 
		color: #2f3c49;}
		
input { 
	font-family:arial; 
        font-size: 11px; 
	color: #2f3c49;
	float: left; 
	margin-top: 5px;
	padding: 2px;
	border: solid 1px #DFDFDF;
	outline-style: hidden; 
	outline-width: 0;}
	
	input.norm {
		width: 200px;
		font-family:arial; 
        	font-size: 11px; 
		color: #2f3c49;}
		
	input.plz {
		padding: 2px;
		width: 50px;
		font-family:arial; 
        	font-size: 11px; 
		color: #2f3c49;}
		
	input.ort {
		padding: 2px;
		width: 100px;
		font-family:arial; 
        	font-size: 11px; 
		color: #2f3c49;}
		
	input.password {
		padding: 200px;
		width: 100px;
		font-family:arial; 
        	font-size: 11px; 
		color: #2f3c49;}
		
	input.file {
		width: 200px;
		background-color: #EEEEEE;
		font-family:arial; 
        	font-size: 11px; 
		color: #2f3c49;}
		
	input.radio {
		width: 30px;
		background-color: #EEEEEE;}
		
	input.checkbox {
		width: 30px;
		background-color: #EEEEEE;}
		
	input.submit {
  		width: 200px;
  		padding: 1px;
		background-color: #EEEEEE;
		font-family:arial; 
        	font-size: 11px; 
		color: #2f3c49;}
	
select {	
	border: solid 1px #DFDFDF;
	outline-style: hidden; 
	outline-width: 0;
	margin-top: 5px;
	float: left; 
	font-family:arial; 
        font-size: 11px; 
	color: #2f3c49;
	width: 200px;}

textarea {	
	width: 200px;
	height: 100px;
	padding: 4px;
	margin-top: 5px; 
	margin-left: 0px !important; 
	margin-left: -3px;
	border: solid 1px #DFDFDF; 
	outline-style: hidden; 
	outline-width: 0;
	font-family:arial,helvetica; 
        font-size: 11px; 
	color: #2f3c49;}
	
	
/* Bildergalerie */
.tx-sksimplegallery-pi1 dl.single dd {
background-color:#302960;
font-size:12px;
font-weight:bold;
height:40px;
margin:0pt;
padding:3px;
text-align:center;
}
