center, isindex, menu, dir,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, capxion, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
font-variant: inherit;
vertical-align: baseline;
}

/* 
###################################################################################################
##### GENERAL
####################################################################################################
*/

html{
	height:100%;
}
body{
	background:#e24c25 url(../layout_images/Tapete_Hintergrund_e1.png) repeat 0 0;
	color:#000000;
	font-size: 11px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;	
	height: 100%;
}

p{ line-height: 1.3em;  margin:0; padding:0;}

#col2-content p{padding: 0 12px;}

#col2-content .col2-content-fce-inner p{padding: 0 5px;}

#col3-content p{padding: 0 12px;}

h1, h2, h3, h4, h5, h6 {	
	color:#e3000f; 
	font-size: 11px;
	font-weight:bold; 
	line-height: 1.5em;
	margin: 0 0 12px 0; 
	padding: 5px 12px;
	border-top: 1px solid #008ac4;
	border-bottom: 1px solid #008ac4;
}

#col3-content h1, h2, h3, h4, h5, h6{	
	font-size: 14px;
	line-height: 1.2em;
	padding:6px 12px 4px 12px;
}

a{ color: #008ac4; text-decoration: none; }
a:hover{ color: #008ac4;text-decoration: none; }

ol{ font-size: 11px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; margin:0; padding:0;}
ul{ font-size: 11px;	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; margin:0; padding:0;}
ul li{ font-size: 11px;	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; margin:0; padding:0;}
ol li{ font-size: 11px;	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; margin:0; padding:0;}


table{ font-size: 11px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;}
th{}
tr{}
td{}

fieldset{  margin:0; padding:0;}
label{ line-height: 1.3em;  margin:0; padding:0; font-size:11px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; }
input{color: #008ac4; line-height: 1.3em;  margin:0; padding:0; font-size:11px; background-color:#fff;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; border: 1px solid #008ac4;}
textarea {color: #008ac4; line-height: 1.3em;  margin:0; padding:0; font-size:11px; background-color:#fff;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; border: 1px solid #008ac4;}
input.submit{color: #008ac4;  background:#fff; border:none; text-align: center; height: 21px; padding:0 10px; border: 1px solid #008ac4;}
select{color: #008ac4; line-height: 1.3em;  margin:0; padding:0; font-size:11px; background-color:#fff;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; border: 1px solid #008ac4;}

/* 
###################################################################################################
##### PAGE GENERAL
####################################################################################################
*/

#page-margins{
	margin: 0 auto;
	text-align: left;
   width:940px;
   padding:0 0 0 0;
	height: 100%;	
}

#page{
  width:940px;
}

/* 
###################################################################################################
##### HEADER
####################################################################################################
*/

#header{
	height: 214px;
	width:940px;
	background: url(../layout_images/header.png) no-repeat 0 0;
}


*html #header{
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/header.png', sizingMethod='scale');
}


/* 
###################################################################################################
##### MAIN PART
####################################################################################################
*/

#main{
	width:940px; 
	height: 100%;
	background: url(../layout_images/maininnerback.png) repeat-y 0 0;
}

#main-start{
	width:940px; 
	height: 100%;
	background: url(../layout_images/maininnerback.png) repeat-y 0 0;
}

#main-inner{
	padding:0 0 130px 0; 
	text-align:center;
	background: url(../layout_images/mainback.png) no-repeat 0 0;
}

*html #main{
  background:none;  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/maininnerback.png', sizingMethod='scale');
}

*html #main-start{
  background:none;  
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/maininnerback.png', sizingMethod='scale');
}

*html #main-inner{ 
	background: url(../layout_images/mainback.gif) no-repeat 0 0;
}


/* 
###################################################################################################
##### MAIN Cols
####################################################################################################
*/

#content-cols{
	width:900px;
	text-align:left;
	margin: 0 auto;
}

#col1{width:210px; float: left;}
#col1-content{ margin:0 0 0 20px; background:#ffffff; }

#main #col2{width:480px; float: left; }
#main #col2-content{margin:0 20px 0 10px; padding:0 0 10px 0; background:#ffffff; }

#main-start #col2{width:480px; float: left; }
#main-start #col2-content{margin:0 20px 0 10px;   }

#col3{width:210px; float: right; }
#col3-content{margin:0 20px 0 0; background:#ffffff; }


*html #col1{position:relative;}
*html #col1-content{}
*html #col2{position:relative;}
*html #col2-content{ }
*html #col3{}
*html #col3-content{ }

/*
###################################################################################################
##### Footer
####################################################################################################
*/

#footer{ text-align: left; margin: 0 auto 20px auto;  }

#footer-box{
	width:940px;
	height:80px;
	background: url(../layout_images/footer.png) no-repeat 0 0;
}

*html #footer-box{
	background:none;  
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/footer.png', sizingMethod='image');
}

#footer-box-inner{
	padding: 0 0 0 50px;
	height:65px;
	width:870px;
}

/*
###################################################################################################
##### Menue Footer
####################################################################################################
*/
#footer-menu{
	padding: 0 0 0 50px;
	height:65px;
	width:870px;
}
#footer-menu a{color: #000000; font-weight: bold;  }
#footer-menu a:hover{}
#footer-menu a.aktiv{}

/*
###################################################################################################
##### Menue Links
####################################################################################################
*/
 
#menu-left{ width: 190px; }
#menu-left ul{margin:0; padding: 0; list-style: none;border-bottom: 1px solid #008ac4; width: 190px; }
#menu-left ul li{margin:0 0 0 0; padding: 0; list-style: none; border-top: 1px solid #008ac4; width: 190px;}
#menu-left ul li a{display: block; color: #008ac4; font-size: 14px; font-weight: bold; line-height:1.2em; padding:6px 12px 4px 12px; width: 166px;}
#menu-left ul li a:hover{ color:#e3000f;}
#menu-left ul li a.menu-left-aktiv{ color:#e3000f;}

*html #menu-left ul li a{ width: 190px; }
#menu-left ul li a.menu-left-sub{ font-size: 11px;  padding:7px 12px 7px 30px; width: 148px; border: none;}
#menu-left ul li a.menu-left-sub:hover{color:#e3000f;  font-size: 11px;  padding:7px 12px 7px 30px;  }
#menu-left ul li a.menu-left-sub-aktiv{color:#e3000f;  font-size: 11px;  padding:7px 12px 7px 30px; width: 148px; border:none;}

*html #menu-left ul li a.menu-left-sub{ width: 190px; }
*html #menu-left ul li a.menu-left-sub-aktiv{ width: 190px; }

#menu-left ul.noborder {border:none;}

/* 
###################################################################################################
##### GENERAL CLASSES
####################################################################################################
*/
.fixfloat{	float:none;	clear:both;	width:1px;	height:1px;	font-size:1px;	line-height:0px;	}


.content-box{padding: 0 0 22px 0;  	background:#ffffff; }

#main-start .content-box{padding: 0 0 22px 0;  	background:transparent; }

#col3-content .content-box{padding: 0 0 10px 0; position:relative; }

#col2-content .content-box{padding: 0 0 0 0; clear:both; float:none; width: 100%; }


*html #col3-content .content-box{ position:relative; height: 100%;}
*html #col2-content .content-box{ position:relative; height: 100%;}

.col2-content-fce-inner{margin-bottom:10px; background: transparent;}

.col2-content-fce-box-left{padding: 0 0 0 0; margin:0 10px 0 0; width: 220px; height: 220px; float: left; background: #fff; overflow: hidden;}
.col2-content-fce-box-right{padding: 0 0 0 0; margin:0 0 0 0;width: 220px; height: 220px; float: left; background: #fff; overflow: hidden;}

#footer-box-inner .content-box{padding: 0 0 0 0;  	background:#ffffff; }

#col2-content .content-box DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {	MARGIN-BOTTOM: 0;}
/* 
###################################################################################################
##### Landkarte
####################################################################################################
*/

#landkarte{
	background: #fff9c7;position:relative; 
}
#landkreis-selector{
	position:absolute;
	left: 250px;
	top: 20px;
	width: 170px;
}

.landkreis-select-label{
	font-weight: bold;
	margin-bottom: 5px;
}

#landkreise { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte.gif) no-repeat; margin: 0;  padding: 0;}


/* Hintergrundbild je Seite */
#landkreise_soemmerda { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_soemmerda.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_kyffhaeuserkreis { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_kyffhaeuserkreis.gif) no-repeat; margin: 0;  padding: 0;} { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_soemmerda.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_eichsfeld { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_eichsfeld.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_nordhausen { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_nordhausen.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_unstrut_hainich_kreis { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_unstrut_hainichkreis.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_gotha { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_gotha.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_wartburgkreis { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_wartburgkreis.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_schmalkalden_meiningen { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_schmalkaden_meiningen.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_suhl { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_suhl.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_ilmkreis { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_ilmkreis.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_hildburghausen { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_hildburghausen.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_sonneberg { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_sonneberg.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_saalfeld_rudolstadt{ width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_LK_saalfeld_rudolstadt.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_weimarer_land { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_LK_WeimarerLand.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_weimar { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_LK_Weimarer.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_erfurt { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_LK_erfurt.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_jena { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_jena.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_saale_holzlandkreis { width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_saale_holzlandkreis.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_saale_orlakreis{ width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_saale_orlakreis.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_greiz{ width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_greiz.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_altenburg{ width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_altenburg.gif) no-repeat; margin: 0;  padding: 0;}
#landkreise_gera{ width: 400px; height: 350px; overflow:hidden; background: url(../layout_images/Karte_lk_gera.gif) no-repeat; margin: 0;  padding: 0;}


/* Alle Links allgemein*/
#landkarte  li {margin: 0; padding: 0; list-style: none; display: block; position:relative;}
#landkarte  a {display: block;}

/* Links einzeln*/
#lk_soemmerda{left: 145px; top: 76px; width: 81px; height: 72px; }
#lk_kyffhaeuserkreis {left: 89px; top: -21px; width:140px; height: 47px;}
#lk_eichsfeld {left:13px; top:-105px; width:89px; height:89px;}
#lk_nordhausen {left:95px; top:-206px; width:66px; height:57px;}
#lk_unstrut_hainich_kreis {left:51px; top:-200px; width:102px; height:70px;}
#lk_gotha {left:78px; top:-212px; width:79px; height:86px;}
#lk_wartburgkreis {left:2px; top:-312px; width:104px; height:121px;}
#lk_schmalkalden_meiningen {left:23px; top:-362px; width:103px; height:104px;}
#lk_suhl {left:96px; top:-424px; width:35px; height:22px;}
#lk_ilmkreis {left:126px; top:-499px; width:66px; height:79px;}
#lk_hildburghausen {left:82px; top:-513px; width:85px; height:94px;}
#lk_sonneberg {left:154px; top:-589px; width:48px; height:61px;}
#lk_saalfeld_rudolstadt {left:160px; top:-715px; width:96px; height:75px;}
#lk_weimarer_land {left:183px; top:-854px; width:79px; height:69px;}
#lk_weimar {left:200px; top:-906px; width:28px; height:25px; }
#lk_erfurt {left:147px; top:-969px; width:42px; height:41px; }
#lk_jena{left:237px; top:-918px; width:27px; height:28px; z-index: 2;   }
#lk_saale_holzlandkreis{left:221px; top:-1004px; width:91px; height:67px; z-index: 1; }
#lk_saale_orlakreis{left:220px; top:-1012px; width:79px; height:94px; }
#lk_greiz{left:290px; top:-1145px; width:60px; height:91px; }
#lk_altenburg{left:337px; top:-1269px; width:61px; height:64px; }
#lk_gera{left:311px; top:-1301px; width:23px; height:37px;}

#lk_soemmerda a { width: 81px; height: 72px;}
#lk_kyffhaeuserkreis a {width:140px; height: 47px;}
#lk_eichsfeld a{width:89px; height: 89px;}
#lk_nordhausen a{width:66px; height:57px;}
#lk_unstrut_hainich_kreis a{width:102px; height:70px;}
#lk_gotha a{width:79px; height:86px;}
#lk_wartburgkreis a{width:104px; height:121px;}
#lk_schmalkalden_meiningen a{height:104px;width:103px; }
#lk_suhl a{width:35px; height:22px;}
#lk_ilmkreis a{width:66px; height:79px;}
#lk_hildburghausen a{ width:85px; height:94px;}
#lk_sonneberg a{width:48px; height:61px; }
#lk_saalfeld_rudolstadt a{ width:96px; height:75px; }
#lk_weimarer_land a{  width:79px; height:69px;}
#lk_weimar a{ width:28px; height:25px; }
#lk_erfurt a{ width:42px; height:41px;}
#lk_jena a{ width:27px; height:28px;}
#lk_saale_holzlandkreis a{  width:91px; height:67px;}
#lk_saale_orlakreis a{ width:79px; height:94px;}
#lk_greiz a{  width:60px; height:91px;}
#lk_altenburg a{  width:61px; height:64px;}
#lk_gera a{  width:23px; height:37px;}

#lk_soemmerda a:hover {background: url(../layout_images/lk_soemmerda.png) no-repeat;  }
#lk_kyffhaeuserkreis a:hover {background: url(../layout_images/lk_kyffhaeuserkreis.png) no-repeat; }
#lk_eichsfeld a:hover {background: url(../layout_images/lk_eichsfeld.png) no-repeat;}
#lk_nordhausen a:hover {background: url(../layout_images/lk_nordhausen.png) no-repeat; }
#lk_unstrut_hainich_kreis a:hover {background: url(../layout_images/lk_unstrut_hainich_kreis.png) no-repeat; }
#lk_gotha a:hover {background: url(../layout_images/lk_gotha.png) no-repeat; }
#lk_wartburgkreis a:hover {background: url(../layout_images/lk_wartburgkreis.png) no-repeat; }
#lk_schmalkalden_meiningen a:hover {background: url(../layout_images/lk_schmalkalden_meiningen.png) no-repeat; }
#lk_suhl a:hover {background: url(../layout_images/lk_suhl.png) no-repeat; }
#lk_ilmkreis a:hover {background: url(../layout_images/lk_ilmkreis.png) no-repeat; }
#lk_hildburghausen a:hover {background: url(../layout_images/lk_hildburghausen.png) no-repeat; }
#lk_sonneberg a:hover {background: url(../layout_images/lk_sonneberg.png) no-repeat; }
#lk_saalfeld_rudolstadt a:hover {background: url(../layout_images/lk_saalfeld_rudolstadt.png) no-repeat; }
#lk_weimarer_land a:hover {background: url(../layout_images/lk_weimarer_land.png) no-repeat; }
#lk_weimar a:hover {background: url(../layout_images/lk_weimar.png) no-repeat; }
#lk_erfurt a:hover {background: url(../layout_images/lk_erfurt.png) no-repeat; }
#lk_jena a:hover {background: url(../layout_images/lk_jena.png) no-repeat;}
#lk_saale_holzlandkreis a:hover {background: url(../layout_images/lk_saale_holzlandkreis.png) no-repeat; }
#lk_saale_orlakreis a:hover {background: url(../layout_images/lk_saale_orlakreis.png) no-repeat; }
#lk_greiz a:hover {background: url(../layout_images/lk_greiz.png) no-repeat; }
#lk_altenburg a:hover {background: url(../layout_images/lk_altenburg.png) no-repeat; }
#lk_gera a:hover {background: url(../layout_images/lk_gera.png) no-repeat; }

/* ie 6 png hacks*/
*html #lk_soemmerda a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_soemmerda.png', sizingMethod='image');}
*html #lk_kyffhaeuserkreis a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_kyffhaeuserkreis.png', sizingMethod='image');}
*html #lk_eichsfeld a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_eichsfeld.png', sizingMethod='image'); }
*html #lk_nordhausen a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_nordhausen.png', sizingMethod='image'); }
*html #lk_unstrut_hainich_kreis a:hover{background:none;     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_unstrut_hainich_kreis.png', sizingMethod='image'); }
*html #lk_gotha a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_gotha.png', sizingMethod='image'); }
*html #lk_wartburgkreis a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_wartburgkreis.png', sizingMethod='image'); }
*html #lk_schmalkalden_meiningen a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_schmalkalden_meiningen.png', sizingMethod='image'); }
*html #lk_suhl a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_suhl.png', sizingMethod='image'); }
*html #lk_ilmkreis a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_ilmkreis.png', sizingMethod='image'); }
*html #lk_hildburghausen a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_hildburghausen.png', sizingMethod='image'); }
*html #lk_sonneberg a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_sonneberg.png', sizingMethod='image'); }
*html #lk_saalfeld_rudolstadt a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_saalfeld_rudolstadt.png', sizingMethod='image'); }
*html #lk_weimarer_land a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_weimarer_land.png', sizingMethod='image'); }
*html #lk_weimar a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_weimar.png', sizingMethod='image'); }
*html #lk_erfurt a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_erfurt.png', sizingMethod='image'); }
*html #lk_jena a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_jena.png', sizingMethod='image'); }
*html #lk_saale_holzlandkreis a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_saale_holzlandkreis.png', sizingMethod='image'); }
*html #lk_saale_orlakreis a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_saale_orlakreis.png', sizingMethod='image'); }
*html #lk_greiz a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_greiz.png', sizingMethod='image'); }
*html #lk_altenburg a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_altenburg.png', sizingMethod='image'); }
*html #lk_gera a:hover{background:none;  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/templates/layout_images/lk_gera.png', sizingMethod='image'); }



