@charset "iso-8859-1";



h1, p
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
	width:520px;
}

h1
{
	font-size: 14px;
	color: #F17600;
	margin-bottom: 25px;
}

h2
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 25px;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #F17600;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 7px;
	color: #F17600;
}

.gelb
{
	color: #EAD186;
}

.bordergelb
{
	border-color: #EAD186;
}


.orange
{
	color: #F17600;
}

.errormessage
{
  color: #F17600;
}

.zeile{
  clear: both;
  display: block;
  text-align:right;
}

.bezeichner_mitteilung {
  float: left;
  padding: 5px 0 0px 0;
}

.bezeichner {
  width: 100px;
  float: left;
  margin-right: 0.5em;
  padding: 5px 0 2px 0;
}

.eingabe {
  float: left;
  padding: 3px 0;
}

.defbreite {
  width: 175px;
	font-size: 1em; 
	color: #48360D;
	background-color: #ECF4C7;
	border: 0px solid;
}

.defbreite_ort {
  width: 120px;
	font-size: 1em; 
	color: #48360D;
	background-color: #ECF4C7;
	border: 0px solid;
}

.defbreite_sehrschmal {
  width: 50px;
	font-size: 1em; 
	color: #48360D;
	background-color: #ECF4C7;
	border: 0px solid;
} 

.defbreite_mitteilung {
  width: 200px; 
	color: #48360D;
	background-color: #ECF4C7;
	border: 0px solid;
}

.button {	
	color: #000000; 
	background-color: #ECF4C7; 
	padding:0px;
	margin:0px 0px 0px 10px;	
	font-size:0.9em; 	
	letter-spacing:0.2em;	
	border:solid 1px #F17600;
}

hr
{
  background-color:#EAD186; /* Mozilla 1.4 */
  color:#EAD186; /* IE 6 */
  border: #EAD186; /* Opera 7.11 */
  height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

.programmzusatz
{
  background-color:#F17600;
  font-weight:bold;
}

a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #EAD186;
}
a:hover
{
	text-decoration: none;
	color: #F17600;
}



a.underline:link, a.underline:hover, a.underline:visited, a.underline:active		{ 
	text-decoration: underline; 
	color: #F17600;
	  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;

  line-height: 17px;
}

.kursiv
{
  font-style:italic;
}

.zitat
{
  font-size: 15px;
  font-style: italic;
  color: #EAD186;
  line-height: 17px; 
}

.bildabstand_thumb
{
  margin-right:8px;
}

.bildabstand_gross
{
  margin-right:12px;
}




#presse
{
  background-color:#000;
  padding-top:10px;
}

#termine
{
  background-color:#000;
  margin-top:10px;
}

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.inside
{
	padding: 0 1em;
}


body
{
	margin: 0px;	
}

#pageWrapper
{

}

#outerColumnContainer
{
	border-left: solid 166px #000;
	border-right: solid 166px #000;
}

#innerColumnContainer
{
	margin: 0px;
	width: 670px;
}

#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}

#SOWrap
{
	float: left;
	margin: 0px;
	width: 670px;
}

#middleColumn
{
	float: right;
	margin: 0px;
	width: 670px;
	z-index: 5;
}

#leftColumn
{
	float: left;
	margin: 0px 0px 0px -166px;
	width: 166px;
}

#rightColumn
{
	float: right;
	width: 166px;
	margin: 0px -166px 0px 0px;
	z-index: 2;
}


#navi_left
{
  background-color: #000;
  width: 236px;
  margin-top: 30px;
  float:left; 

}

#content_right
{
  left:233px;
  top:0px;
  position:absolute;
  background-color: #000;
  width: auto;
  margin-top: 30px;
  width: 565px;


}

#abstand_content
{
  padding: 150px 20px 20px 20px;
}

#abstand_content_kl
{
  position:absolute;
  top: 150px;
  left:19px;

  width:525px;;
}





#navi_left ul, #navi_left ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#navi_left ul
{
	font-size: 15px;
	margin-left:15px;
	margin-top:7px;
	margin-bottom:20px;
}


li.topnavi {
	font-size: 13px;
	font-weight:bold;

}

li.subnavi {
	font-size: 11px;
	font-weight:normal;

}

html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	background-color: #000;
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #EAD186;
  line-height: 17px;

}

#pageWrapper
{

}

#outerColumnContainer
{
	border-left-color: #000;	/* left column background color */
	border-right-color: #000;	/* right column background color */
	background-color: #000;		
}


