
@font-face { 
font-family: "<? echo $font_family;?>"; 
src: url("images_dyn/fonts/<? echo $_SESSION["PROJ_FONT"];?>"); 
}


input[type=text] { padding:5px; border:2px solid #ccc; 
-webkit-border-radius: 5px;
border-radius: 5px;
}

/*
input[type=radio] {width:20px; height:20px;padding:5px; border:2px solid #ccc; 
-webkit-border-radius: 10px;
border-radius: 5px;
}
*/
    input[type=radio] {
margin-top:10px;
margin-bottom:10px;


    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
}

input[type=text]:focus {border-color:#333; }

input[type=submit] {padding:5px 15px; width:90%;background:<? echo $_SESSION["PROJ_COLOR_VAR"][colorbaseVeryLight]; ?>; border:0 none; font-size:150%;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; }


input[type=file] {padding:5px 5px; width:90%;background:<? echo $_SESSION["PROJ_COLOR_VAR"][colorbaseVeryLight]; ?>; border:0 none; font-size:100%;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 5px; }



/* all the input except submit and checkbox */
#wrapper input:not([type="checkbox"]){
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;	
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  { 
	font-family: <? echo $font_family;?>, helvetica, arial, "Trebuchet MS", verdana, sans-serif;
	color: rgb(190, 188, 188); 
	font-style: italic;
	font-size: 100%;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
  	font-family: <? echo $font_family;?>, helvetica, arial, "Trebuchet MS", verdana, sans-serif;
	color: rgb(190, 188, 188);
	font-style: italic;
	font-size: 100%;
} 

body 
{
	font: 100%/150% "trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #333333; 
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

p 
{ 
	margin-top: 0px; 
	text-align: left;
}

td, tr 
{ 
	font: 100% "trebuchet MS", verdana, arial, helvetica, sans-serif;
	margin-top: 0px; 
	text-align: left;
}


small 
{ 
	font: 75% "trebuchet MS", verdana, arial, helvetica, sans-serif;
	margin-top: 0px; 
}

b 
{ 
	font-weight: bold;
}


ul.news 
{
  list-style-type:square;
  list-style-image:url("images/list_dot.gif");
	margin: 0px; 
	padding: 0px 10px 0px 10px;
  line-height:100%; 

}

h1 
{ 

  font-family: <? echo $font_family;?>, helvetica, arial, "Trebuchet MS", verdana, sans-serif;
  font-size: 500%;
	letter-spacing: 0px; 
	margin-bottom: 0px; 
	color: #<? echo $_SESSION["PROJ_COLOR"];?>;
	font-weight: normal;
}


h2
{
  font-family: <? echo $font_family;?>, helvetica, arial, "Trebuchet MS", verdana, sans-serif;
  font-size: 200%;
  font-weight: normal;
  color: #<? echo $_SESSION["PROJ_COLOR"];?>;
  letter-spacing: 0px; 
  margin: 30px 0px 0px 0px;
/*  border-bottom: 1px solid #508a91;   */
}


	
h3 
{ 
  font-family: <? echo $font_family;?>, helvetica, arial, "Trebuchet MS", verdana, sans-serif;
  font-size: 83%/150%;
  font-weight: normal; 
  letter-spacing: 1px; 
  margin-top: 40px;
  margin-bottom: 0px;
  margin-right:10px;
  color: #<? echo $_SESSION["PROJ_COLOR"];?>;
  font-weight: bold; 
}

hr 
{
  height:1px; 
  text-align:left; 
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: 1px solid #333;
}


body, p
{
font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;	
}



a:link, a:visited 
{
	font-size: 100%;
	text-decoration: none; 
	color: #<? echo $_SESSION["PROJ_COLOR"];?>;
}

a:hover, a:active 
{
	font-size: 100%; 
	text-decoration: none; 
	color: #fff;
	background-color: #<? echo $_SESSION["PROJ_COLOR"];?>; 
}



a.popuplink:link, a.popuplink:visited 
{
	font-size: 100%;
	text-decoration: none; 
	color: #<? echo $_SESSION["PROJ_COLOR"];?>;
}

a.popuplink:hover, a.popuplink:active 
{
	font-size: 100%; 
	text-decoration: none; 
	color: #fff;
	background-color: #<? echo $_SESSION["PROJ_COLOR"];?>; 
}

a.mapnavigation:link, a.mapnavigation:visited 
{
  font-family: <? echo $font_family;?>, helvetica, arial, "Trebuchet MS", verdana, sans-serif;
	font-size: 140%;
	margin-right:15px; 
	padding-right:10px;
	padding-left:10px;
	text-decoration: none; 
	color: #<? echo $_SESSION["PROJ_COLOR"];?>;
}

a.mapnavigation:hover, a.mapnavigation:active 
{
  font-family: <? echo $font_family;?>, helvetica, arial, "Trebuchet MS", verdana, sans-serif;
	font-size: 140%;
	margin-right:15px; 
	text-decoration: none; 
	color: #fff;
	background-color: #<? echo $_SESSION["PROJ_COLOR"];?>; 
}

a.mapnavigation_active:link, a.mapnavigation_active:visited 
{
  font-family: <? echo $font_family;?>, helvetica, arial, "Trebuchet MS", verdana, sans-serif;
	font-size: 140%;
	margin-right:15px; 
	padding-right:10px;
	padding-left:10px;
	text-decoration: none; 
	color: #fff;
	background-color: #<? echo $_SESSION["PROJ_COLOR"];?>;
}

a.mapnavigation_active:hover, a.mapnavigation_active:active 
{
  font-family: <? echo $font_family;?>, helvetica, arial, "Trebuchet MS", verdana, sans-serif;
	font-size: 140%;
	margin-right:15px; 
	text-decoration: none; 
	color: #fff;
	background-color: #<? echo $_SESSION["PROJ_COLOR"];?>; 
}


a.news:link, a.news:visited 
{
	text-decoration: none; 
	color: #82d0ef;
  font-weight: bold;
  font-size: 75%;
}

a.news:hover, a.news:active 
{
	font-size: 75%; 
	text-decoration: underline; 
	background-color: transparent; 
}

a.nav1:link, a.nav1:visited 
{ 
	font-size: 120%;   
  font-weight: bold;
}

a.nav1:hover, a.nav1:active 
{
	font-size: 120%; 
	background-color: transparent; 
}

a.nav2:link, a.nav2:visited 
{ 
	font-size: 120%;   
  font-weight: normal;
}


/* DIV Definitionen */

#koerper 
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 900px;
}
#intro 
{
	margin:0px;

}
#zusammenfassung
{
  z-index:-1;
	padding-top: 2px;
	margin: 50px 200px 50px 168px;
	margin-top: 30px;
}


#headline
{
	margin: 20px 0px 10px 0px;
  width: 100%;
}

#rechts
{
	margin: 0px 100px 0px 168px;
  width: 720px;
}


#seitenkopf
{ 
	margin: 0px;
}

#seitenkopf h1
{ 
	margin: 0px 0px 0px 168px;
	background: transparent url(top.gif) no-repeat top left;
	width: 730px;
	height: 159px; 
}



#zusammenfassung p
{

}

#zusammenfassung a 
{
	text-decoration: underline; 
}

	#zusammenfassung h1
{

  font-size: 120%; 
  margin: 3px 3px 3px 3px;
	/* background-color: #E5EFD4; */
  border-bottom: 1px solid #A0DC38;   

}

#rechts
{
	border-bottom: 1px dashed #8095AF;
}

#rechts h1
{

	font-size: 100%;
  margin: 0px 0px 0px 0px;
	background-color: #E5EFD4;
  border-bottom: 1px solid #A0DC38;   

}


#rechts h2
{

	font-size: 100%;
  margin: 30px 0px 0px 0px;
  border-bottom: 1px dotted #A0DC38;   
  border-top: 1px dotted #A0DC38;   
}

#rechts h3 
{ 
	background: transparent url(ch1.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 388px; 
	height: 44px; 
}

/*
#rechts h3 span 
{
	display:none;
}
*/


#supportingText 
{
	margin:0px 200px 0px 168px;
}



#footer
{ 
	text-align: center; 
	background: transparent url(bottom.gif) no-repeat top left;
	height: 37px;
	margin: 0px -200px 0px -68px;
	padding-top: 88px;
}
#footer a:link, #footer a:visited
{ 
	margin-right: 20px; 
}


#aktuelles_kopf
{
	position: absolute;
	top: 200px; 
	left: 720px;
	width: 190px;
	padding:0px 0px 0px 0px;
}

#aktuelles_liste
{
  font-size:100%;
  background-color:#ffffff; 
	position: absolute; 
	top: 217px; 
	left: 720px;
	width: 190px;
  border-left: 1px solid #A0DC38;	
	padding:5px 5px 5px 5px;
}

#aktuelles p 
{ 
	text-align: left;
}



#navigation
{
  border: 1px solid #999;
	position: absolute; 
	top: 60px; 
	left: 0px;
	width: 140px;
  font-size: 70%; 
	color: #846645;
}
#navigation ul 
{
	margin: 0px;
	padding: 0px;
}
#navigation li 
{
	list-style-type: none;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	border-bottom: 1px solid #F5F5F5; 
	display: block;
  line-height:14px;
  text-indent:0.1cm;
}

/*
#navigation li a 
{ 
	 color: #9E866B; 
}

/*
#linkList2 
{
 border: 5px solid #999; 

}
*/

#lselect ul li a.c, #lfavorites ul li a.c
{
	/*font-size: 100%; */
	display:inline;
	/*color: #9E866B; */
}


.text_input { color:#1F1F1F; font-family:Verdana,Arial,sans-serif; font-size:16px; border: 1px solid #7F9DB9; background-color: #FFFFFF; padding:5px; width:320px; height:24px; }
