/*****************************************************************
Name:			01-leibertingen-3-3.css
Date:			13.05.2008
Description:	:	Style Sheet fuer CMS

******************************************************************/

html  { height: 100%; max-height: 100%; padding: 0px; margin: 0px; border: 0px; width: 100%; }

body  { font-family: arial, verdana, geneva, sans-serif; line-height: 1.3em; border: 0px; 
      	font-size: 76%; height: 100%; max-height: 100%; padding: 0px; margin: 0px; border: 0px; width: 100%; 
      	scrollbar-base-color: #FBFBF8;
				scrollbar-3dlight-color: #CAD8FD;
				scrollbar-arrow-color: #4D6185;
				scrollbar-darkshadow-color: #9FB5D2;
				scrollbar-face-color: #B7CDFC;
				scrollbar-highlight-color: #FFFFFF;
				scrollbar-shadow-color: #9FB5D2;
				scrollbar-track-color: #FBFBF8 ;
}

table	{ font-size: 1.0em; }
td		{ font-size: 1.0em; }
	
.noframeBody  { background-color: #e2e2e2; }
			
#navigation a         { color: #000000; text-decoration: none; }
#navigation a:link    { color: #000000; text-decoration: none; }
#navigation a:visited { color: #000000; text-decoration: none; }
#navigation a:hover   { color: #000000; text-decoration: none; }
#navigation a:active  { color: #000000; text-decoration: none; }

#top a         { font-weight: bold; color: #000000; text-decoration: none; }
#top a:link    { font-weight: bold; color: #000000; text-decoration: none; }
#top a:visited { font-weight: bold; color: #000000; text-decoration: none; }
#top a:hover   { font-weight: bold; color: #000000; text-decoration: none; }
#top a:active  { font-weight: bold; color: #000000; text-decoration: none; }


a          { font-weight: bold; color: #A81C01; text-decoration: none; }
a:link     { font-weight: bold; color: #A81C01; text-decoration: none; }
a:visited  { font-weight: bold; color: #A81C01; text-decoration: none; }
a:hover    { font-weight: bold; color: #A81C01; text-decoration: none; }
a:active   { font-weight: bold; color: #A81C01; text-decoration: none; }

a.pdfLink      { background:url(http://www.leibertingen.de/symbols/pdf.gif) right 0px no-repeat;  padding-right: 20px; text-decoration: none; }
a.externerLink { background:url(http://www.leibertingen.de/symbols/extern_rot.png) right 2px no-repeat;  padding-right: 15px; text-decoration: none; }
.mailLink      { background:url(http://www.leibertingen.de/symbols/mail.gif) left -4px no-repeat;  padding-left: 20px; text-decoration: none; }

h1									{ font-size: 1.5em; font-weight: bold; color: #000000; border-bottom: 1px solid #A81C01; padding-bottom: 4px;}
h2									{ font-size: 1.3em; font-weight: bold; color: #000000; margin-bottom: 5px;}
h3									{ font-size: 1.2em; font-weight: bold; color: #000000; margin-bottom: 0px; margin-top: 0px;}
h4									{ font-size: 1.1em; font-weight: bold; color: #34527C; }
h5									{ font-size: 1.0em; font-weight: bold; color: #34527C; }
h6									{ font-size: 1.0em; font-weight: bold; color: #34527C; margin-bottom: 0px;}


.invisible  			{ display: none; }

div								{ margin: 0px; padding: 0px; }
#navigation ul		{ margin: 0px; padding: 0px; }
li								{ margin: 0px; padding: 0px; }
p									{ margin-top: 5px; margin-bottom: 5px; }

#spnMetaData  		{ width: 99%;  }

/*** Aufbau Div-Konstrukt ***/

#zentrierer 				{ margin: 0px auto;	padding-top: 0px; height: 100%; width: 100%; text-align: center; 	}	
				
#inhaltAussen  			{ background: #E2E2E2 url(http://www.leibertingen.de/servlet/PB/show/1268451/hintergrund.gif); background-repeat:repeat-x;}


#inhalt							{ max-width: 965px; min-width: 750px; text-align: center; margin: 0px auto; }
* +html #inhalt			{ max-width: 963px; min-width: 750px; text-align: center; margin: 0px auto; }
* html #inhalt 			{ width: 965px; text-align: center; margin: 0px auto;}

#top  							{ position: relative; height: 265px; width: 965px; background: url(http://www.leibertingen.de/servlet/PB/show/1266211/kopf.jpg); background-repeat:no-repeat; }
														
* html #top  				{ width: 100%;}

#navContent  				{ position: relative; background-color: #ffffff; text-align: left; height: auto; padding-bottom: 10px; border-right: 1px solid #8F8B8C; border-left:1px solid #8F8B8C; border-bottom:1px solid #8F8B8C;}
* html #navContent  { position: relative; margin-left: 0px;}
									
* +html #navContent {  position: relative; width: 100%;}									

br.clearNavContent  { clear: both; line-height: 0px; overflow: hidden; height: 0px;}

#navigation  				{ position: relative; float: left; text-align: left;  width: 250px; margin-top: 0px; z-index: 2;  }

#content  					{ margin-left: 250px; padding-left: 20px; padding-top: 15px; border-left: 1px solid #8F8B8C;  z-index: 3; }
#content ul 				{ margin-left: 20px; list-style-type: square;}

													
#contentBody 						{ width: 100%; margin-left: 0px; padding-top: 0px; }
* html #contentBody 		{ width: 99%; }

* +html #contentBody 		{ }
														
#contentSpalte  				{ text-align: left;  margin-right: 10px; }

#serviceSpalte	 				{ width: 195px; float: right;  z-index: 13; margin-right: 0px;  margin-top: 19px;}
* html #serviceSpalte	 	{ width: 200px; float: right;  z-index: 13; margin-right: 0px; margin-top: 33px; }

#qePageContent						{   }

* html #qePageContent						{ padding-left: 20px; padding-top: 20px; }

#content-footer-div { clear: both; margin-top: 15px;  padding-top: 25px;}

/*** Ende Aufbau Div-Konstrukt ***/



/*** Top ***/

.accessKey  { text-decoration: underline; }

.topFrameDiv1 {float: left; height: 135px; width: 255px; }    
.topFrameDiv1 img {float: left; height: 135px; width: 255px; }

#topFree1Html {float: left;  margin-top: 45px; margin-left: 10px; padding-left: 12px; background: url(http://www.leibertingen.de/servlet/PB/show/1268551/roter_strich.gif); background-repeat:no-repeat; background-position: 0px 6px;}

#fontsize {float: right; margin-top:12px; margin-right: 1px; padding-top: 5px; padding-bottom: 2px; padding-left: 5px; padding-right: 15px; border: 0px; }
  
                       
.topFrameDiv2  {float: none; height: 65px; }      

.topFrameDiv3  {float: left; margin-left: 10px; text-align: left;  height: 70px;
               background-color: #ffffff; } 

.topFrameDiv3link1 {padding-left: 12px; line-height: 1.8em; background: url(http://www.leibertingen.de/servlet/PB/show/1268551/roter_strich.gif); background-repeat:no-repeat; background-position: 0px 6px;}
.topFrameDiv3link2 {padding-left: 12px; line-height: 1.8em; background: url(http://www.leibertingen.de/servlet/PB/show/1268551/roter_strich.gif); background-repeat:no-repeat; background-position: 0px 6px;}
.topFrameDiv3link3 {padding-left: 12px; line-height: 1.8em; background: url(http://www.leibertingen.de/servlet/PB/show/1268551/roter_strich.gif); background-repeat:no-repeat; background-position: 0px 6px;}

.topFrameDiv4  													{ float: none; margin-left: 270px; margin-top: 181px; text-align: left; height: 18px; }  
.topFrameTrennerToplevelWayhomeDiv4 img { margin: 3px;}                     

.Pirofunctions   { position: relative; padding-top: 20px; padding-left: 15px;}

/*** Navigation ***/

#navigation {
	float: left;
	width: 250px;
}

#navigationBody { font-size: 1.0em; }

#navigation-block ul { list-style: none; margin: 0px; padding: 0px; background-color: #ffffff }

#navigation-block {
	background: #fffff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation-block li {
	margin: 0;
	padding: 0;


}
#navigation-block a {
	background: #ffffff;
	color: #000;
	display: block;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
#navigation-block a:hover {
	background: #ffffff
}

/*** Ebene 1 ***/

ul.navEbene1  								{ list-style-type: none; padding-top: 0px; }

li.navEbene1Inactive  				{ padding-left: 0px; border-bottom:1px solid #aaaaaa;  margin-bottom: 1px; margin-top: 1px; }
                                                          
a.navEbene1Inactive	  				{ display: block; border-left: 18px solid #cccccc; padding-left: 5px;}
a.navEbene1Inactive:link			{ font-weight: normal; }
a.navEbene1Inactive:visited		{ font-weight: normal; }
a.navEbene1Inactive:hover			{ font-weight: normal;   }
a.navEbene1Inactive:active		{ font-weight: normal;   }

li.navEbene1Active						{ padding-left: 0px; border-bottom:1px solid #8F8B8C; border-bottom: 1px solid #ffd708; margin-bottom: 1px; margin-top: 1px;} 

a.navEbene1Active 						{ border-left: 18px solid #ffd708; padding-left: 5px; font-weight: bold; }
a.navEbene1Active:link				{ font-weight: bold; }
a.navEbene1Active:visited			{ font-weight: bold; }
a.navEbene1Active:hover				{ font-weight: bold; }
a.navEbene1Active:active			{ font-weight: bold; }


/*** Ebene 2 ***/ 

ul.navEbene2Active  					{ list-style-type: none; }
ul.navEbene2        					{ list-style-type: none; }

li.navEbene2Inactive  				{ margin-left: 0px; }
* html li.navEbene2Inactive   { height: 100%;}

a.navEbene2Inactive						{ font-weight: normal; border-left: 18px solid #ffd708; display: block; padding-left: 15px; border-top: 1px solid #ffd708; margin-bottom: 1px; margin-top: 1px;}
* html a.navEbene2Inactive    { padding-top: 0px; padding-bottom: 0px; }
a.navEbene2Inactive:link			{ font-weight: normal; }
a.navEbene2Inactive:visited		{ font-weight: normal; }
a.navEbene2Inactive:hover			{ font-weight: normal; }
a.navEbene2Inactive:active		{ font-weight: normal; }

li.navEbene2Active						{ margin-left: 0px;   }
* html li.navEbene2Active  		{ height: 100%;}

a.navEbene2Active							{ font-weight: bold; border-left: 18px solid #ffd708; display: block; padding-left: 15px; border-top: 1px solid #ffd708; margin-bottom: 1px; margin-top: 1px;}
* html a.navEbene2Active    	{ padding-top: 0px; padding-bottom: 0px; }
a.navEbene2Active:link				{ font-weight: bold; }
a.navEbene2Active:visited			{ font-weight: bold; }
a.navEbene2Active:hover				{ font-weight: bold; }
a.navEbene2Active:active      { font-weight: bold; }


/*** Ebene 3 ***/

ul.navEbene3Active  {list-style-type: none;  }

li.navEbene3Inactive  { margin-left: 0px;  }
* html li.navEbene3Inactive  { height: 100%;}


a.navEbene3Inactive			      {font-weight: normal; border-left: 18px solid #ffd708; display: block; padding-left: 30px; margin-bottom: 1px; margin-top: 1px;}
a.navEbene3Inactive:link      {font-weight: normal; }
a.navEbene3Inactive:visited   {font-weight: normal; }
a.navEbene3Inactive:hover     {font-weight: normal;   }
a.navEbene3Inactive:active    {font-weight: normal;   }

li.navEbene3Active   {  margin-left: 0px;  }
* html li.navEbene3Active  { height: 100%;}

a.navEbene3Active				    {font-weight: bold; border-left: 18px solid #ffd708; display: block; padding-left: 30px; margin-bottom: 1px; margin-top: 1px;}
a.navEbene3Active:link	    {font-weight: bold; }
a.navEbene3Active:visited   {font-weight: bold; }
a.navEbene3Active:hover	    {font-weight: bold; }
a.navEbene3Active:active    {font-weight: bold; }

/*** Ebene 4 ***/

ul.navEbene4Active  {list-style-type: none;  }

li.navEbene4Inactive  { margin-left: 0px;  }
* html li.navEbene4Inactive  { height: 100%;}


a.navEbene4Inactive			      {font-weight: normal; border-left: 18px solid #ffd708; display: block; padding-left: 40px; margin-bottom: 1px; margin-top: 1px;}
a.navEbene4Inactive:link      {font-weight: normal; }
a.navEbene4Inactive:visited   {font-weight: normal; }
a.navEbene4Inactive:hover     {font-weight: normal;   }
a.navEbene4Inactive:active    {font-weight: normal;   }

li.navEbene4Active   {  margin-left: 0px;  }
* html li.navEbene4Active  { height: 100%;}

a.navEbene4Active				    {font-weight: bold; border-left: 18px solid #ffd708; display: block; padding-left: 40px; margin-bottom: 1px; margin-top: 1px;}
a.navEbene4Active:link	    {font-weight: bold; }
a.navEbene4Active:visited   {font-weight: bold; }
a.navEbene4Active:hover	    {font-weight: bold; }
a.navEbene4Active:active    {font-weight: bold; }

/*** Ebene 5 ***/

ul.navEbene5Active  {list-style-type: none;  }

li.navEbene5Inactive  { margin-left: 0px;  }
* html li.navEbene5Inactive  { height: 100%;}


a.navEbene5Inactive			      {font-weight: normal; border-left: 18px solid #ffd708; display: block; padding-left: 50px; margin-bottom: 1px; margin-top: 1px;}
a.navEbene5Inactive:link      {font-weight: normal; }
a.navEbene5Inactive:visited   {font-weight: normal; }
a.navEbene5Inactive:hover     {font-weight: normal;   }
a.navEbene5Inactive:active    {font-weight: normal;   }

li.navEbene5Active   {  margin-left: 0px;  }
* html li.navEbene5Active  { height: 100%;}

a.navEbene5Active				    {font-weight: bold; border-left: 18px solid #ffd708; display: block; padding-left: 50px; margin-bottom: 1px; margin-top: 1px;}
a.navEbene5Active:link	    {font-weight: bold; }
a.navEbene5Active:visited   {font-weight: bold; }
a.navEbene5Active:hover	    {font-weight: bold; }
a.navEbene5Active:active    {font-weight: bold; }



/*** Content ***/

div table 	{ font-size: 1.0em; }

#rating	  { clear: both; }
#InformMe  { margin-right: 5px; }

.footer  { display: inline; margin-right: 5px;}    

#bottom												{ clear: both;  }
#bottomBody										{ padding-top: 0px; }
.workflowPanelDown						{ width: 67%; }


/*** Sitemap ***/
ul.sitemap0 {margin-left: 20px;}
ul.sitemap1 {margin-left: 20px;}
ul.sitemap2 {margin-left: 50px;}
ul.sitemap3 {margin-left: 20px;}
ul.sitemap4 {margin-left: 20px;}
ul.sitemap5 {margin-left: 20px;}


/*** Footrt ***/
.footer a:link			{ color: #969696; }
.footer a:visited   { color: #969696; }
.footer a:hover     { color: #969696; }
.footer a:active    { color: #969696; }

/***- S U C H E  **/

#dvvSuche			{ padding-left: 15px; width:97%; float: left; } 		

div.fastSearchBody {}



/***- div Überschrift  **/

#headline																			{ font-size: 1.1em; font-weight: bold; color: #334364; }
                                      				
h1.SucheHeadline        											{ margin-top: 0px;}
                                      				
/***- div komplette Suchmaske  **/    				
                                      				
#SuchmaskeGesamt															{ width: 95%; }
                                      				
/***- div nur Suchfelder  **/         				
                                      				
#Suchfelder		{ padding: 5px;}
                                      				
                                      				
                                      				
#einleitung 	{ background-color: #ffffff; padding: 5px; margin-bottom: 1.0em; color: #000000;}

/***- Form-Tag **/

form.searchform		{ margin: 0px; padding: 0px; border: 0px; }

/***- div Labels - Beschriftung Formulareingaben **/

#Suchbegriff			{ float: left; border: 1px solid #ffffff; margin-bottom: 8px;  }
.suchbegriff			{ float: left; width: 8em; margin-top: 3px; }

#idSuchBegr                     {border: 1px solid #666666; margin-top: 0px;}
                                        			
#Bereich 																			{ float: left; margin-left: 3em; border: 1px solid #ffffff; margin-bottom: 8px; }
.bereich																			{ float: left; width: 9em;  }
                                        			
#Kategorie																		{ float: left; border: 1px solid #ffffff; margin-bottom: 8px; }
.kategorie																		{ float: left; width: 12.5em;  }
                                        			
#Gewichtung   																{ float: left; margin-left: 20px; border: 1px solid #ffffff; margin-bottom: 8px; }
.gewichtung 																	{ float: left; width: 12.5em;  }
                                        			
#Suchparameter 																{ float: left; border: 1px solid #ffffff; margin-bottom: 8px; }
.suchparameter 																{ float: left; width: 8em;  }
                                        			
#Suchenach																		{ float: left;  margin-left: 20px; border: 1px solid #ffffff; margin-bottom: 8px; }
.suchenach																		{ float: left; width: 12.5em;  }
                                        			
#Sprachen 																		{ float: left; border: 1px solid #ffffff; margin-bottom: 8px; }
.sprachen																			{ float: left; width: 12.5em;  }
                                        			
#Trefferauswahl 															{ float: left;  margin-left: 0px; border: 1px solid #ffffff; margin-bottom: 8px; }
.trefferauswahl 															{ float: left; width: 12.5em;  }
                                        			
div.trenner-suchfeld1-2 											{ display: none;}
div.trenner-suchfeld2-3 											{ clear: both;}
div.trenner-suchfeld3-4 											{ display: none;}
div.trenner-suchfeld4-5 											{ display: none;}
div.trenner-suchfeld5-6 											{ display: none;}
div.trenner-suchfeld6-7 											{ clear: both;}
div.trenner-suchfeld7-8 											{ clear: both;}

/***- div  - input- und select-Felder Formular **/

.suchbegriffInput 														{ float: left; width: 11em; }                      												
.bereichInput 																{ float: left; width: 11em; }                      												
.kategorieInput 															{ float: left; width: 11em; }                      												
.suchenachInput 															{ float: left; width: 11em; }                      												
.sprachenInput 																{ float: left; width: 11em; }                      												
.trefferauswahlInput 													{ float: left; }                      												
.gewichtungInput 															{ float: left; }                      												
.suchparameterInput 													{ float: left; width: 11em; }

/***-  Input Felder und Select-Boxen **/

input.suchbegriff															{ padding-left: 2px; width: 10em; border: 1px solid #374915; height: 1.4em; line-height: 1.0em;}

                                        			
select.selectbereich 													{ float: left; font-size: 0.9em;  width: 15em; }                                        			
select.kategorie 															{ font-size: 0.9em; width: 15em; }                  														
select.suchenach 															{ font-size: 0.9em; width: 15em; }                  														
select.sprache 																{ font-size: 0.9em; width: 15em; }                  														
select.treffer 																{ font-size: 0.9em;  }                                        			
select.gewichtung															{ font-size: 0.9em; width: 15em; }                    													
select.suchparameter													{ font-size: 0.9em; width: 15em; }

input.suchImage 							{}

/***- div Aktion Suche **/

#searchButton {}

/***- div Text Kurzhifle **/

#kurHilfe {}

/***- div Link zur erweiterten Hilfe **/

#linkHilfe 																			{ font-weight: bold; padding: 5px; background-color: #eaf5d6; }

/***- div Treffer  **/

.searchRsWithDescr0 										{ margin-bottom: 0px; padding-top: 4px; padding-bottom: 4px; padding-left: 3px; border-bottom: solid 1px #666666; background-color: #ffffff; clear: both; font-weight: bold; }
.searchRsWithDescr1 										{ margin-bottom: 0px; padding-top: 4px; padding-bottom: 4px; padding-left: 3px; border-bottom: solid 1px #666666; background-color: #ffffff; clear: both; font-weight: bold; }
                              									  

a.searchRsName { margin-right: 5px; }


.searchRsWithDescr0 img									{ float: left; }

.searchRsWithDescr1 img									{ float: left; }

.searchDescrNameCell0 		{ font-weight: normal; }                      													
.searchDescrNameCell1 		{ font-weight: normal; }


#searchRsNoResultsCell {}

#searchRsNoResults {}

#searchAnzTreffer {}

span.suche																			{ font-weight: bold; }
span.textsuchbegriff														{ }
span.suchanfrage																{ line-height: 2em;  }

#searchOutput 																	{ clear: both; width: 95%; }

.searchPBar 		{ float: left; background-color: #ffffff;  padding: 3px; width: 99%; margin-bottom: 20px;}

.searchPBarPrevCellDis 													{  display: none; }

.searchPBarPrevCell 														{  font-weight: bold;  float: left; padding-right: 20px; }

input.searchPBarPrevBt { }

input.searchPBarPrevBtDis {}

.searchPBarNextCell 														{ font-weight: bold;  float: left; padding-left: 10px; padding-right: 10px;}

input.searchPBarNextBt {}

.searchPBarNextCellDis 													{  display: none; }


input.searchPBarNextBtDis {}

.searchPBarNumCellAct 													{ float: left; padding-left: 10px; font-weight: bold; padding-right: 10px;  }

.searchPBarNumCell 															{ float: left; padding-left: 10px; padding-right: 10px; }

span.trennzeichen 															{ display: none; }

#seitenzahlen																		{ float: left;}

input.searchPBarNumBtAct 												{ float: left;}

input.searchPBarNumBt {}

#searchPBarNumSelectCell 												{ float: left;}

select.searchPBarNumSelect 											{ float: left;}

#searchPBarGoCell 															{ float: left;}

input.searchPBarGoBt 														{ float: left;}

#freespace0 																		{ margin-top: 0px; height: 15px; overflow: hidden; }
#freespace1 																		{ display: none;}
#freespace2																			{ display: none; }
#freespace3 																		{ clear: both; height: 15px; }
#freespace4 																		{ height: 15px; }
#freespace5 {}
#freespace6 {}
#freespace7 																		{ height: 15px; }
.freespace8 																		{ float: left;}
.freespace9 																		{ clear: both; display: none;}
#freespace10 																		{ height: 15px; }
#freespace11 																		{ height: 15px; }
#freespace12 																		{ height: 15px; }
#freespace13 	{ height: 15px; }

/*** Vereinsregister ***/

/*** Beginn Formate Vereinsregister ***/

#VRSuchContent  								{ width:99%;  }

h2.VREinleitungSubtitle 				{ font-size: 1.0em; font-weight: bold;}

h2.VRSucheUeberschrift 					{  }

.VRSucheFreitext								{ padding-top: 5px; margin: 0px; height: 20px; }
#freitextsuche									{ margin-left: 10px; }
.VRSuchePlz 									{  padding-top: 5px; margin: 0px; height: 20px; }
#plz														{ margin-left: 60px; }
.VRSucheButton 									{  padding-top: 15px; margin: 0px; }

.Katlink  											{ }

hr.VRkatliste 									{ clear: both; display: none; }
ul.VrKat												{ list-style-type: square; }
ul.VrKat li											{ line-height: 1.7em; }
div.register 										{ margin-top: 10px; margin-bottom: 10px; }
span.register										{ margin-left: 2px; margin-right: 2px; }


.VRErgebnisliste  							{ margin-top: 10px; }

.VRErgebnisEintragUngerade   		{height: 100%; border-bottom: 1px solid #324e73; padding-top: 7px; padding-bottom: 7px; margin-bottom: 7px; position: relative; padding-left: 5px;}
.VRErgebnisEintragGerade  	 		{ height: 100%; border-bottom: 1px solid #324e73; padding-top: 7px; padding-bottom: 7px; margin-bottom: 7px; position: relative; padding-left: 5px;}
.VRErgebnisVRname  							{ font-weight: bold; }
span.VRTrennzeichen 						{ margin-left: 4px; margin-right: 4px; }

.VRAptrbl {display: none;}

.VRErgebnisDetails	{margin-top: 15px;  }
.VereineDetailTitel {font-weight: bold; font-size: 1.3em;}

hr.klar	{ display: none; }

.VereineDetaiAnsprechpartnerHaupt   { clear: both; margin-top: 10px; }

.VRFooterzurSuche 							{ display: none; }

.VRErgebnisseitenInnen 					{ float: left; }
.VRsearchPBarNextCellAct 				{ float: left; }
.VRfreespace4 									{ clear: both; }

.VereineDetailKategorieBez 				{ display: none; }
.VereineDetailKategorieDat 				{ display: none; }
.VRAptrBez h3  										{ margin-top: 20px;  }


.VereineDetailAdresseBez 					{ margin-top: 5px; }

.VereineDetailTelBez 							{ float: left; margin-right: 5px; font-weight: bold;}
.VereineDetailTelDat 							{ float: none; }

.VereineDetailEmailBez                                                  { float: left; margin-right: 5px; font-weight: bold;}     
.VereineDetailEmailDat                                                  { float: none; } 

.VereineDetailFaxBez 							{ float: left; margin-right: 3px; font-weight: bold;}
.VereineDetailFaxDat 							{ float: none; }

.VrA1Hompage {display: none;}
.VrA2Hompage {display: none;} 

.VereineDetailWebsiteBez 					{ margin-top: 10px; font-weight: bold;}
.VereineDetailWebsiteDat 					{ float: none; }

.VRLinkZurueck 										{  margin-top: 20px; margin-bottom: 10px; }

/*** Vereine Selbsteintrag ***/

.suchbutton {margin-left: 10px; margin-top: 10px;}

#FirmenContentNE fieldset {display:block; margin-top:20px; padding:8px 0px; border:0px; padding-left: 10px;}

#FirmenContentNE legend {font-weight:bold;}

#FirmenContentAnmelden                         { margin-left: 15px;}

#FirmenContentPV				{ margin-left: 15px;}

#FirmenContentLo				{ margin-left: 15px; }

#VereineContent					{ margin-left: 15px; }

#VereineContentAN				{ margin-left: 15px;}

#VereineContentPV				{ margin-left: 15px;}

#VereineContentNE				{ margin-left: 15px;}

#VereineSelbsteintragAuswahl				{ margin-top: 30px; }


.editForm label											{ display: block; clear: left; float: left; width: 170px; margin-right: 5px; line-height: 2.1em; }

.editForm input 										{ float: left; margin-right: 5px; }

.editForm select										{ float: left; margin-right: 5px; }

.logimask label											{ display: block; clear: left; float: left; width: 170px; margin-right: 5px; line-height: 2.1em; }

.editFelder label											{ display: block; clear: left; float: left; width: 170px; margin-right: 5px; line-height: 2.1em; }

.editFelder input 										{ float: left; margin-right: 5px; }

.editFelder select										{ float: left; margin-right: 5px; }

.authbut {margin-top: 20px;}

span.info														{ display: block; clear: left;}






/*** FIRMEN ***/

/*** EGOV Module Einleitung ***/

#FirmenContent 		{ width: 99%; margin: 0px;	 }


/*** Formate Einleitung ***/
#FirmenEinleitung 							{ margin: 0px; margin-top: 10px; }                          			
.FirmenUeberschrift h1 					{ margin-bottom: 10px; font-weight: bold; } 
.FirmenBeschreibungUeberschrift { padding: 0 0 0 0px; font-weight: bold; }
.FirmenEinleitungstext 					{ padding: 5px 0 5px 0px; }
.FirmenBezeichnung 							{ padding: 5px 0 5px 0px;  }


/*** Formate Suchmaske ***/
#FirmenSuche 										{ margin: 0; padding: 20px 5px 5px 0px; }
#FirmenSuche form 							{ margin-bottom: 0px; margin-top: 0px; }

.FirmenSucheUeberschrift 				{ font-size: 1.0em; font-weight: bold; line-height: 120%; margin: 0px;  }
.FirmenSucheUeberschrift h2 		{ margin: 0px; }

.FirmenSucheFreitext, .FirmenSucheButton {   padding-top: 5px; margin: 0px; }

.FirmenSuchePlz									{ display: none; }

span.fname 											{ float: left; text-align: left; }
            										
span.feld 											{ text-align: left; width: 70%;  }
span.feld input 								{ width: 150px; margin: 0px; border: 1px solid #000000; } 

/*** Formate Suchbutton ***/

.FirmenSucheButton input 				{ margin-top: 10px; }


/*** Formate Uebersicht ***/
#FirmenUebersicht 								{ margin: 0; padding-top: 20px; }
.FirmenUebersichtUeberschrift 		{}
.FirmenUebersichtUeberschrift h2 	{ font-weight: bold;   line-height: 120%; }
.FirmenUebersichtListe 						{}
.FirmenUebersichtUL 							{ }
ul.FirmenUebersichtUL 						{ padding: 0 0 0 0px; margin-left: 15px; list-style-type: square; margin-bottom: 0px; }
.FirmenUebersichtLI 							{}


/*** Formate Branchenauswahl ***/
#FirmenBranchenauswahl 						{ padding-top: 20px; }
                              		
.FirmenBranchenUeberschrift 			{ }
.FirmenBranchenUeberschrift h2 		{ font-weight: bold;   line-height: 120%; }

.FirmenLinkBranchenbaum 					{ text-align: right; }
a.FirmenLinkBranchenbaum 					{ padding: 0; } 

.FirmenBranchenliste 							{ }
/* hack, um ein div auf die hoehe eines enthaltenen Elementes zu strecken */
.FirmenBranchenliste hr 					{ display: block; clear: left; margin: 0em; visibility: hidden; }

a.Branchenlink 										{ height: 25px; }

ul.FirmenBranchenlisteUL					{ list-style-type: square; }

/*** Spalte rechts fuer ec2k Inhalte ***/

#FirmenSpalteRechts  									{ display: none; }

/*** Firmenergbisseite ***/

#FirmenContentErgebnisliste 					{ width: 99%;	 }

h1.FirmenErgebnislisteUeberschrift 	{ margin-bottom: 10px;}
.FirmenZurueckZurSuche 								{ float: none; width: 35%;}
.ZurSucheLink {}
.FirmeenSuchkriterien 								{ float: none; font-weight: bold; }

.FirmenAnzahlEintraege 								{  margin-bottom: 10px;}
.AzListe 									{ padding-bottom: 10px; }
.AzListeLink 									{ margin-left: 3px; }
.AzListeNoLink 									{ margin-left: 3px; }

#FirmenErgebnisliste 								{ margin-top: 10px;}
.FirmenErgebnisBranchen h2 						{ color: #324E73; font-weight: bold; margin-top: 25px; margin-bottom: 15px; border-bottom: 1px solid #324E73; height: 100%;}

.FirmenErgebnisEintragUngerade 				{ height: 100%; border-bottom: 1px solid #666666; margin-bottom: 10px; padding-bottom: 10px;}
.FirmenErgebnisEintragGerade 					{ height: 100%; border-bottom: 1px solid #666666;  margin-bottom: 10px; padding-bottom: 10px;}
                                			
.FirmenErgebnisFirmenname 						{ font-weight: bold; }
span.FirmenErgebnisFirmennameZusatz       {display:block; font-weight: normal; margin-bottom: 10px;}
.FirmenErgebnisTelefon 								{  }
.FirmenErgebnisEmail 									{  }
.FirmenErgebnisPlzOrt 								{  }
.FirmenErgebnisKurtbeschreibung {margin-top: 10px; margin-bottom: 15px;}
.FirmenErgebnisDetails 								{margin-top: 5px; }


#FirmenErgebnisSeiten 									{ background-color: #fff; text-align: center; margin: 20px 0 0 0; padding: 0; }
#FirmenErgebnisSeiten a:hover, a:active { text-decoration: none; }
.FirmenErgebnisSeiteVorige 							{ margin-right: 20px; }
.FirmenErgebnisSeiteLink 								{ margin: 0 5px 0 5px; }
.FirmenErgebnisSeiteLinkAct 						{ margin: 0 5px 0 5px; }
a.FirmenErgebnisSeiteLinkAct 						{ color: #888; }
.FirmenErgebnisSeiteNaechste 						{ margin-left: 20px; }

.GEWFooter 															{ margin-top: 10px; }
                              					
.GEWLinkZurueck 												{ float: none; margin-bottom: 5px;  }
.GEWFooterDruckansicht									{ float: right; }
                              					
.GEWfreespace1													{  height: 10px; }
                              					
.GEWsearchPBarNumCellAct		 						{ margin-left: 4px; float: left;}
.GEWTrennzeichen 												{ margin-left: 4px; float: left;}
.GEWsearchPBarNumCell										{ float: left; }
                              					
.GEWsearchPBarNextCellAct 							{ float: left;  margin-left: 4px; }



/*** Firmen Detailansicht ***/
.fliess 															{ float: left; }
.klar 																{ display: none; }
                              				
#FirmenDetail 												{ width: 99%; 	}
               
a.ContentWayhomeLink 									{ color: #000; text-decoration: none; }
a:hover.ContentWayhomeLink 						{ text-decoration: none; }
                                			                               			
                    									
h2.FirmenDetailTitel 								{ font-weight: bold;   height: 100%; margin-bottom: 10px;   }
.FirmenDetailUnterTitel 							{ font-weight: normal;  line-height: 120%; }
.FirmenDetailBild 										{ border: 1px solid #000; float: right;}
                                			
.FirmenDetailInhaberBez								{ font-weight: bold;  float: left; margin-right: 5px;}
.FirmenDetailInhaberDat								{ margin-left: 5px; margin-bottom: 10px;}
.FirmenDetailAdresseBez 							{ font-weight: bold; margin-top: 10px; }
.FirmenDetailAdresse 									{ font-weight: bold; }
.FirmenDetailPostfachBez 									{ font-weight: bold; float: left; margin-right: 5px; }
.FirmenDetailPostfachDat 									{ margin-left: 0px; }
.FirmenDetailTelBez 									{ font-weight: bold; float: left; margin-right: 5px; }
.FirmenDetailTelDat 									{ margin-left: 5px; }
.FirmenDetailFaxBez 									{ font-weight: bold; float: left; margin-right: 5px; }
.FirmenDetailMobilBez          { font-weight: bold; float: left; margin-right: 5px; }
.FirmenDetailEmailBez  								{ font-weight: bold;  float: left; margin-right: 5px;}
.FirmenDetailWebsiteBez  							{ font-weight: bold; clear: both; float: left;}
                                			
.Bez 																	{ font-weight: bold; color: #369;}
.Dat 																	{ color: #000;}

.FirmenDetailBeschreibung {margin-top: 10px; margin-bottom: 20px;}
.FirmenDetailBeschreibungBez					{ display: block; font-weight: bold; }

/*** Kategorienauswahl ***/

#FirmenBranchenauswahlBody 							{ padding: 20px 0 0 20px;	text-decoration: none; }
                                				
.bbLevel1 															{ margin-top: 15px; }
.bbLevel2 															{ margin-left: 15px; }
                                    		
.Branchenbaum                      			{ line-height: 1.3em; }

div.Branchenbaumlogo 										{  }
                                    		
#FirmenBranchenauswahlContent 					{ width: 99%;	font-size: 1.1em; 	line-height: 1.5em; }

.FirmenBranchenauswahlUeberschrift h1 	{ font-weight: bold;   line-height: 120%; }

.FirmenAnzeigeHauptkategorie h2 				{ font-size: 1.2em; padding: 1em 0 0 0; }

.FirmenBranchenauswahlVerfeinern h2 		{ font-size: 1.2em; padding: 1em 0 0 0; }
                                    		
.FirmenBranchenliste a 									{ margin-right: 20px; }
                                    		
a.BranchenUnterkategorieLink 						{ display: block; height: 25px;}

/*** Beginn Grusskarten ***/

/*** Beginn  Uebersicht ***/

.Grusskarten-Uebersicht-Body										{ position: relative;  }
div.Grusskarten-Uebersicht-Wayhome							{ display: none; }

h1.Grusskarten-Uebersicht-Ueberschrift 					{ font-weight: bold;}

div.Grusskarten-Uebersicht-Beschreibung					{ margin-bottom: 10px; }

div.Grusskarten-Rubrikenauswahl					  			{ position: relative; background-color: #ffd602; padding-top: 2px; padding-bottom: 2px; padding-left: 5px; }

div.Grusskarten-Rubrikenauswahl	form						{ margin-top: 0px; margin-bottom: 0px; }

div.Grusskarten-Rubrikenauswahl	h4							{ font-weight: bold; color: #000000; padding: 0px; margin-left: 5px; margin-top: 0px; margin-bottom: 0px;}


select.Grusskarten-Rubrikenauswahl-dropdown			{ position: relative; margin-right: 5px; margin-bottom: 0px; padding-bottom: 0px; margin-left: 20px; }


div.Grusskarten-Tabelle-Div 										{ border: 1px solid #ffd602; margin-top: 0px; }

table.Grusskarten-Tabelle	{ width: 99%; }

tr.Grusskarten-Tabelle-Kopfzeile				{ border-bottom: 1px solid #ffd602; width: 99%;}

td.Grusskarten-Tabelle-zurueck					{ text-align: center; border-bottom: 1px solid #ffd602; width: 33%; font-weight: bold;}
td.Grusskarten-Tabelle-SeiteXvonY				{ text-align: center; border-bottom: 1px solid #ffd602; width: 33%; font-weight: bold;}
td.Grusskarten-Tabelle-vor							{ text-align: center; border-bottom: 1px solid #ffd602; width: 33%; font-weight: bold;}

td.Grusskarten1													{ text-align: center;  width: 33%; border: 1px solid #ffd602;}
td.Grusskarten2													{ text-align: center;  width: 33%; border: 1px solid #ffd602}
td.Grusskarten3													{ text-align: center;  width: 33%; border: 1px solid #ffd602;}
td.Grusskarten4													{ text-align: center;  width: 33%; border: 1px solid #ffd602;}
td.Grusskarten5													{ text-align: center;  width: 33%; border: 1px solid #ffd602;}
td.Grusskarten6													{ text-align: center;  width: 33%; border: 1px solid #ffd602;}
td.Grusskarten7													{ text-align: center;  width: 33%; border: 1px solid #ffd602;}
td.Grusskarten8													{ text-align: center;  width: 33%; border: 1px solid #ffd602;}
td.Grusskarten9													{ text-align: center;  width: 33%; border: 1px solid #ffd602;}

img.Grusskarten-Image										{ border: 0px; }

.Grusskarten-Motivname	{ display: none; }

/*** Ende  Uebersicht ***/


/*** Beginn  Motivauswahl ***/

div.Grusskarten-Motivauswahl-Wayhome		{ display: none; }

h1.Grusskarten-Motivauswahl-Ueberschrift{  font-weight: bold;}


div.Grusskarten-Motivauswahl-Kopfzeile	{ padding-left: 5px; padding-top: 2px; background-color: #ffd602; height: 1.6em; margin-bottom: 20px; }



span.Grusskarten-Motivauswahl-zurueck	a:link			{ display: block; float: left; width: 33%; color: #000000; }
span.Grusskarten-Motivauswahl-zurueck	a:visited		{ display: block; float: left; width: 33%; color: #000000;  }
span.Grusskarten-Motivauswahl-zurueck	a:hover			{ display: block; float: left; width: 33%; color: #000000;  }
span.Grusskarten-Motivauswahl-zurueck	a:active		{ display: block; float: left; width: 33%; color: #000000; }

span.Grusskarten-Motivauswahl-Index	a:link  			{ display: block; float: left; width: 33%; text-align: center; color: #000000; }
span.Grusskarten-Motivauswahl-Index	a:visited  		{ display: block; float: left; width: 33%; text-align: center; color: #000000; }
span.Grusskarten-Motivauswahl-Index	a:hover  		  { display: block; float: left; width: 33%; text-align: center; color: #000000;  }
span.Grusskarten-Motivauswahl-Index	a:active  		{ display: block; float: left; width: 33%; text-align: center; color: #000000;  }

span.Grusskarten-Motivauswahl-vor	a:link					{ display: block; float: left; width: 33%; text-align: right; color: #000000; }
span.Grusskarten-Motivauswahl-vor	a:visited				{ display: block; float: left; width: 33%; text-align: right; color: #000000; }
span.Grusskarten-Motivauswahl-vor	a:hover					{ display: block; float: left; width: 33%; text-align: right; color: #000000; }
span.Grusskarten-Motivauswahl-vor	a:active				{ display: block; float: left; width: 33%; text-align: right; color: #000000; }


div.Grusskarten-Motivauswahl-Bild-Div		{ text-align: center; }
html>body .Grusskarten-Motivauswahl-Image		{ max-width: 99%; height: auto;  }

* html .Grusskarten-Motivauswahl-Image	{ width: 450px; }

span.Grusskarten-Bildbeschreibung-Fix	{ display: none;}

span.Grusskarten-Bildbeschreibung-Frei	{ display: block; margin-top: 20px;}

.Grusskarten-Motivauswahl-Motivname	 { display: none;}
div.Grusskarten-Motivauswahl-Versenden	{ font-size: 0.9em; margin-top: 20px; }

a.Grusskarten-senden										{ font-weight: bold;}

div.Grusskarten-Motivauswahl-Fusszeile	{ padding-left: 5px; padding-top: 2px; background-color: #ffd602; height: 1.6em; margin-top: 10px; }

.Grusskarten-Thumbnail-Image						{ width: 150px; }



/*** FIRMEN ENDE ***/


.sprungmarke						{ display: none; }
h3.lpBRubrik						{ margin-top: 15px; }
#lpBBildDiv							{ float: right; margin-top: -100px;}
.lpBAnsprechNameDiv h4	{ margin-bottom: 0px; }
.lpBAnsprechFunktion 		{ margin-bottom: 10px; }

#lpVAnfangsbuch											{ margin-bottom: 10px; }
.lpVAnfangsbuchEinleitung						{ margin-top: 10px; margin-bottom: 5px; }
.lpVAnfangsbuchLeiste a:link				{ margin-right: 3px; border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px;}
.lpVAnfangsbuchLeiste a:visited			{ margin-right: 3px; border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px;}
.lpVAnfangsbuchLeiste a:hover				{ margin-right: 3px; border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px;}
.lpVAnfangsbuchLeiste a:active			{ margin-right: 3px; border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px;}
.lpVAnfangsbuchLeiste .lpInaktiv 		{ margin-right: 3px;  border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px; }

#lpAbisZDiv													{ margin-bottom: 10px; }
#lpAbisZDiv a.lpAktiv								{ margin-top: 10px; margin-bottom: 5px; }
#lpAbisZDiv a.lpAktiv:link					{ margin-right: 3px; border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px;}
#lpAbisZDiv a.lpAktiv:visited				{ margin-right: 3px; border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px;}
#lpAbisZDiv a.lpAktiv:hover					{ margin-right: 3px; border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px;}
#lpAbisZDiv a.lpAktiv:active				{ margin-right: 3px; border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px;}
#lpAbisZDiv .lpInaktiv 							{ margin-right: 3px;  border: 1px solid #3F5295; padding-right: 3px; padding-left: 3px; }


.lpFormularRubrik	{ border-bottom: 1px solid #000000; padding-bottom: 20px;}
.lpFoUrl	{ margin-bottom: 10px; }
.lpFoBW h4	{ font-size: 1.0em; color: #000000; display: inline; margin-right: 5px; }

.lpFoVB		{ padding-top: 10px; }
.lpFoVB h4	{ font-size: 1.0em; color: #000000; display: inline; margin-right: 5px; }


/*** Begin Neues Pressemodul ***/  

/*** List Header ***/

#listhead_abstand_oben												{ display:none;}
     

#listhead_trenner1														{ height:15px;}

#listhead_trenner2														{ height:15px;}

#listhead_abstand_unten												{ height:15px;}
																					
.pressroomHeaderFromInput 						{ width: 75px; border:1pt solid #CDD0D6; background-color: #FFFFFF; font-size: 0.9em;}

.pressroomHeaderToInput								{ width: 75px; border:1pt solid #CDD0D6; background-color: #ffffff; padding-right: 10px; font-size: 0.9em;}

.pressroomButtons											{ text-align: center; padding: 1px 3px 1px 3px; background-color: #efefef; border: 1px solid #aaaaaa; }

.pressroomSearchButtons								{ text-align: center; padding: 1px 3px 1px 3px; background-color: #efefef; border: 1px solid #aaaaaa; }
																																					
																						
a.pressroomButtons-rss 								{ text-align: center; padding: 1px 3px 1px 3px; background-color: #efefef; border: 1px solid #aaaaaa; }
a.pressroomButtons-rss:link 					{ text-align: center; padding: 1px 3px 1px 3px; background-color: #efefef; border: 1px solid #aaaaaa; }


/*** Begin Liste ***/

#liste_mitteilung													{ position: relative; width: 99%; border: 1px solid #0153A5; margin-bottom: 15px;}
                                  						
.liste_zeile_eins													{ background-color: #efefef; border-bottom: 1px solid #aaaaaa; padding: 2px;  }
.liste_zeile_eins h2 											{ color: #000000; font-size: 1.1em; margin: 0px; padding: 3px;}
                                        			
.liste_mitteilung_ueberschrift						{ margin: 0px; }                          			

.liste_mitteilung_datum										{ display: none; }                                        			
.liste_mitteilung_datum	h2								{ color: #0153A5; font-size: 1.1em; margin: 0px; }
 
.liste_zeile_eins_clear 									{ clear: both; display: none; }
                                       			
.liste_zeile_zwei									  			{	margin: 0px; padding-left: 5px;  }
.liste_mitteilung_bild 										{ padding: 5px 5px 0px 0px; float: right; margin: 0px; margin-left: 10px;}
.liste_mitteilung_bild img								{ margin: 0px; width: 120px;}
                                        			                                        			
.liste_mitteilung_einleitung							{ display: block; line-height: 140%; margin-top: 7px;}
                                  			
.liste_mitteilung_trenner									{ height: 20px; }
                                        			                                        			
.liste_mitteilung_clear										{ clear: right; }


/*** Ende Liste ***/

/*** Beginn Detail ***/

div.detail_mitteilung_zur_uebersicht_oben			{ display: none}
div.detail_mitteilung_zur_uebersicht_unten		{ text-align: left; margin-top: 15px;}

div.detail_zeile_eins													{ clear: both; position: relative; padding: 3px; padding-right: 10px; clear:both; background-color: #ebf2fd;	border: solid 1px #0153A5;}

.detail_mitteilung_datum											{ display: none;}
h1 span.detail_mitteilung_datum								{ font-weight: bold; margin: 0px; font-size: 0.8em }

.detail_zeile_eins_clear											{ clear: both; display: none; }

div.detail_zeile_zwei													{ padding:3px; padding-right: 10px; position: relative; clear:both; border:solid;	border-width:0px 1px 0px 1px;	border-color:#0153A5;	}

div.detail_mitteilung_einleitung							{ font-weight: bold; line-height:120%; }

div.detail_zeile_drei													{ padding: 3px; padding-right: 10px; border: solid; border-width: 0px 1px 1px 1px;	border-color: #0153A5;}
									
.detail_mitteilung_bild_aussen 								{ float: right; width: 250px; margin-left: 10px;}
.detail_mitteilung_bildunterschrift						{ font-style: italic; }
.pressroomDetailContentImage									{ width: 250px; }
span.detail_mitteilung_text										{ font-weight: normal; line-height:120%;}

div.detail_mitteilung_textlinks								{ clear: both; margin-top: 15px; font-weight: bold; }

li.detail_mitteilung_textlinks_li							{ list-style-type: square; font-size: 1.1em; line-height: 100%; margin-left: 10px; margin-top: 10px; margin-bottom: 3px;}

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

.detail_clear																	{ display:none; clear:both; }

#detail_abstand_oben													{ display: none;}
#detail_abstand_unten													{ height:20px;}


/*** Ende Detail***/


/*** Beginn VK***/

.VKErgebnisEintraggerade	{ margin: 0px;  background-color: #F8F8F8; padding: 5px;}
.VKErgebnisEintragungerade	{  margin: 0px;  background-color: #E6E6E6; padding: 5px;}


#content div.VKErgebnisTermin			{ margin: 0px;  padding: 0px;}
#content div.VKErgebnisTermin h2	 	{ font-size: 1.0em; font-weight: normal; margin: 0px;  padding: 0px;}
#content div.VKErgebnisTitel 			{ margin: 0px; padding: 0px; margin-bottom: 7px;}
#content div.VKErgebnisTitel h2	 		{ font-size: 1.1em; margin: 0px;  padding: 0px;}

#content div.VKErgebnisVeranstalter { margin: 0px; padding: 0px 0px 0px 0px; }

.VKErgebnisVeranstalter  { display: inline; }
h3.VeranstalterName { display: inline; }
.VKErgebnisVeranstalter br { display: none; }
.VKErgebnisVeranstalter h3 { font-size: 1.0em; margin: 0px;}

#content div.VKErgebnisOrt { margin: 0px; padding: 0px 0px 0px 0px; }
#content span.VKErgebnisOrtLA { display: inline; }
#content .VKErgebnisOrt br { display: none; }
#content h3.VKErgebnisOrtName { display: inline; font-size: 1.0em; margin: 0px;}

div.VKfreespace1 										{	height: 10px; }
div.VKfreespace3 { display: none; }
.VKsearchPBarPrevCellAct {   margin-right: 15px;}
div.VKErgebnisseitenAussen					{ text-align: center; height: 20px;}
div.VKErgebnisseitenInnen						{ margin-left: auto; margin-right: auto; width: 20em;  }
.VKsearchPBarPrevCellDis 						{ font-weight: bold; padding-right: 20px; }
.VKsearchPBarPrevCell 							{  font-weight: bold; padding-right: 20px; }
.VKsearchPBarNextCell 							{  font-weight: bold; padding-left: 20px;}
.VKsearchPBarNextCellDis 						{  font-weight: bold; padding-left: 20px;}
.VKsearchPBarNumCellAct 						{ padding-left: 5px; font-weight: bold; padding-right: 5px; }
.VKsearchPBarNumCell 								{  padding-left: 5px; padding-right: 5px; }
.VKsearchPBarNextCellAct {   margin-left: 15px;}
span.VKTrennzeichen 								{ display: none; }


.Kalenderueberschrift	{ color: #000000; font-size: 1.0em; }
#Region 							{ color: #000000; font-size: 1.0em; }
.RegionBeschreibung 	{ color: #000000; font-size: 1.0em; }
#subnav              { color: #000000; font-size: 1.0em; }


