@charset "utf-8";
@import url(lightbox.css);
@import url(praes.css);

/* ----------Container zentriert das Layout---------- */
*
{	margin:0;
	padding:0;
}

#container
{ 
	background-image: url(images/bg_container.png); 
	background-repeat: no-repeat; 
	position: relative; 
	width: 952px;
	margin:-1px auto;
	padding:0 0 0 1px; 
}


#container_rand 
{ 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-repeat: repeat; 
	margin: auto; padding: 0 0 15px; 
	position: relative; 
	width: 950px;
	float:left;
}
#container_min_height {
    font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    width:0px;
    height:768px;
    float:left;
}

.my_clear
{ 
	font-size:0;
	height:0;
	line-height:0;
	overflow:hidden;
	clear:both;
}

/* ----------Schnellsuche Startseite---------- */
#search_input { 
	width:251px; 
	padding:7px 5px; 
	margin:15px 0 0 10px; 
	border:0; 
	height:29px; 
	color:#405c89; 
	font-size: 12px; 
	line-height:15px; 
	background-image: url(images/bg_search.gif); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
}
    
 #search_button 
 { 
 	width:52px; 
 	padding:0 5px; 
 	border:0; 
 	height:24px; 
 	color:#405c89; 
 	line-height:25px; 
 	background-image: url(images/button_search.gif); 
 	background-repeat: no-repeat; 
 	background-attachment: scroll; 
 	background-position: 0 0; margin: 0 0 0; 
 }


/* ----------allgemeines Layout---------- */
body 
{ 
	color: #3c3c3c; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-repeat:repeat-x; 
	background-image: url(images/bg.png); 
}

.body_table 
{ 
	background-color: #f7f7f7; 
	border: solid 1px #c8c8c8; 
}

.body_table_2 
{ 
	width: 150px; 
	border: solid 1px #c8c8c8; 
}

.fett 
{ 
	color: #3c3c3c;
	font-weight: bold; 
}
.fett_link 
{   
	font-weight: bold; 
}


.blau_fett 
{ 
	color: #4875af; 
	font-weight: bold; 
}

.text_blau 
{ 
	color: #4875af; 
	width: 90%; 
	margin-right: 25px; 
	padding-top: 3px; 
	padding-bottom: 2px; 
	padding-left: 5px; 
}

.grau 
{ 
	color: #a7a7a7;
}
.bg_zelle 
{ 
	background-color: #f5f5f5; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	padding-left: 3px;
}

.bg_zelle_dunkel 
{ 
	background-color: #ebebeb; 
	padding-left: 3px; 
}

.tbl_bg2 
{ 
	color: #3c3c3c;  
	background-color: #efefef; padding-left: 3px; 
}

a:link, a:active, a:visited	
{ 
	color: #3c3c3c;
	text-decoration: none; 
}

a:hover, a:focus 
{ 
	color: #a93d20;
	text-decoration: underline;
}
	
.stil1 
{ 
	color: #4875af;
	font-weight: bolder; 
}

.trennlinie 
{ 
	background-image: url(/image/trennlinie.gif); 
	background-repeat: repeat; 
	height: 1px; 
}

.red 
{ 
	color: #d64a06;
}

.red_table
{ 
	color: #d64a06; 
	background-color: #f7f7f7; 
	padding: 5px; 
	border: solid 1px; 
}

.red_fett 
{ 
	color: #d64a06; 
	font-weight: bold; 
}

.green 
{ 
	color: #2a7a30;
}
.linkcode 
{ 
	color: #486178; 
	background-color: #f0f0f0; 
	width: 650px; 
	height: 55px; 
	margin-bottom: 10px; 
	padding: 7px; 
	border: solid 1px;
}

.select 
{ 
	color: #405c89; 
	width: 265px; 
	padding: 3px 5px; 
}

.select_such 
{ 
	color: #405c89; 
	width: 255px; 
	margin-right: 5px; 
	padding: 3px 5px; 
}

.select_kl 
{ 
	color: #405c89; 
	width: 100px; 
	padding: 3px 5px;
}

textarea 
{ 
	color: #405c89; 
	width: 450px; 
	height: auto; 
	padding: 2px 5px; 
}

.inputfelder 
{ 
	color: #405c89; 
	width: 265px; 
	margin-top: 2px; 
	padding: 2px 5px;
}

.inputfelder_kl 
{ 
	color: #405c89; 
	width: 40px; 
	margin-top: 2px; 
	padding: 2px 5px; 
}

.inputfelder_kl2 
{ 
	color: #405c89; 
	width: 75px; 
	margin-top: 2px; 
	padding: 2px 5px; 
}

.inputfeld 
{ 
	color: #405c89; 
	width: 265px; 
	margin-top: 2px; 
	padding: 2px 5px;
}

.checkbox 
{ 
	color: #405c89; 
	width: 7px; 
	height: 7px; 
}

.text 
{ 
	color: #3c3c3c;
}


#box_links { 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	margin-top: 15px; 
	margin-right: 10px; 
	margin-bottom: 25px; 
	padding-left: 25px; 
	width: 440px; 
	float: left; 
}

#box_rechts { 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	margin-top: 15px; 
	margin-right: 25px; 
	margin-bottom: 25px; 
	width: 435px; 
	float: left; 
}
.fld_b 
{ 
	color: #f6f6f6;
	background-color: #506b85; 
	width: 200px; 
	margin-top: 10px;
	padding-left: 3px; 
	border: solid 1px #506b85; 
 }

.fld_b_kl 
{ 
	color: #f6f6f6;
	background-color: #506b85; 
	padding-left: 3px; 
	width: 100px; 
	margin-top: 5px; 
	border: solid 1px #506b85; 
}

.linker_teil { 
	margin: 15px 5px 15px 25px; 
	padding: 5px; 
	z-index: 1; 
	width: 500px; 
	float: left; 
	border: solid 1px #acacac; 
}
.rechter_teil { 
	margin: 15px 5px 15px 15px; 
	padding: 5px 5px 5px 10px; 
	z-index: 2; 
	width: 350px; 
	height: 380px; 
	float: left; 
	border: solid 1px #acacac;
}
.linker_teil_2 { 
	padding: 5px; 
	width: 530px; 
	float: left; 
	margin: 15px 5px 15px 25px; 
	border: solid 1px #acacac; 
}


.rechter_teil_2 { 
	padding: 5px 10px; 
	width:300px; 
	height:250px; 
	float: left; 
	margin: 15px 5px 15px 15px; 
	border: solid 1px #acacac; 
}
/*  ----------Admin Bilder hochladen---------- */

.unterschrift { 
	color: #3c3c3c; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.bild_kl 
{ 
	color: #405c89; 
	background-color: #f1f2f3; 
	width: 175px; 
	margin: 2px 10px 5px; 
	padding: 2px 5px; 
	border: solid 1px #898f9a;
}

.bild_gr 
{ 
	color: #405c89; 
	background-color: #f1f2f3; 
	width: 265px; 
	margin: 2px 10px 5px; 
	padding: 2px 5px; 
	border: solid 1px #898f9a;
}

.bild_kl_2 
{ 
	color: #405c89; 
	background-color: #f1f2f3; 
	width: 175px; 
	margin: 2px 10px 5px 12px; 
	padding: 2px 5px; 
	border: solid 1px #898f9a;
}

.bild_gr_2 
{ 
	color: #405c89; 
	background-color: #f1f2f3; 
	width: 265px; 
	margin: 2px 10px 5px 16px; 
	padding: 2px 5px; 
	border: solid 1px #898f9a;
}


/*  ----------PopUp Karte---------- */
.rand_grau_karte 
{ 
	color: #405c89; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 1px; 
	border: solid 1px #c1c1c1; 
}

.rand_grau_text 
{ 
	color: #505050; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 2px; 
}


/*  ----------Header---------- */
#start 
{ 
	width: 950px; 
	z-index: 0; 
}

#navig 
{ 
	width: 950px; 
	z-index: 0; 
}

/* ----------Navigation & Links der Hauptnavigation oben---------- */
.navi 
{ 
	color: #fff; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: 700; 
	background-image: url(images/bg_topnav2.png); 
	text-align: center; 
	height: 22px; 
	border-right: 2px solid #fff; 
}

.navi2 
{ 
	color: #fff; 
	font-size: 11px; 
	font-family: Arial, verdana, Helvetica, sans-serif; 
	font-weight: 700; 
	background-image: url(images/bg_topnav2.png); 
	text-align: center; 
	width: 393px; 
	height: 22px; 
}

.navi3 
{ 
	color: #fff; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: 700; 
	background-image: url(images/bg_topnav2.png); 
	text-align: center; 
	width: 301px; 
	height: 22px; 
}

.navi_aktion 
{ 
	color: #3670bd; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-weight: 700; 
	text-align: center;
	height: 22px; 
	border-right: 2px solid #fff; 
}

a.navig:link 
{ 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

a.navig:active 
{ 
	color: #e1e1e1; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

a.navig:visited	
{ 
	color: #fff; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

a.navig:hover 
{ 
	color: #e1e1e1; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}
/* ----------Linke Seite (Startseite)----------*/
/* ----------Begrüssungstext (Startseite)---------- */
#box
{ 
	background-image: none; 
	background-position: 0 0; 
	float: left; 
	width: 840px;
	margin-top: 25px; 
	margin-bottom: 15px; 
	margin-left: 25px; 
}

#box_start
{ 
	background-image: none; 
	background-position: 0 0; 
	float: left; 
	width: 460px; 
	z-index: 1; 
	margin-top: 25px; 
	margin-bottom: 15px; 
}

#box_begruesung
{ 
	background-image: none; 
	background-position: 0 0; 
	float: left; 
	width: 460px; 
	z-index: 5; 
	margin-top: 25px; 
	margin-bottom: 15px; }

#text { 
	color: #3c3c3c; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
/* ---------- Lastminute (Seite)-------*/
.links_lastminute 
{  
	width: 565px; 
	z-index: 1; 
	float: left; 
	margin: 25px 5px 15px 25px; 
	padding: 5px; 
}
.rechts_lastminute 
{ 
	width: 120px; 
	z-index: 2; 
	float: left;  
	margin-top: 25px; 
	margin-bottom: 15px; 
	margin-left: 150px; 
	padding: 5px; 
}
.text_lastminute 
{ 
	color: #3c3c3c; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 650px; 
	z-index: 0; 
	float: left; 
	padding-top: 10px; 
}


.gif_lastminute
{ 
	z-index: 1; 
	float: left; 
	margin-top: 10px; 
	margin-left: 675px; 
}


#lastminute 
{ 
	background-image: none; 
	background-position: 0 0; 
	width: 95%; float: left; 
	margin: 25px 15px 15px 25px; 
}

/* ----------Europakarte & Unterkunftsarten (Startseite)---------- */
#box2_box 
{ 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	z-index: 2; 
	float: right;
	width:378px;
	padding:20px 30px 0 0;
	margin:25px 0 0;
}

.rand 
{ 
	border: solid 1px #c1c1c1; 
}
.boxbg 
{ 
	background-image: url(images/bg_unterkunftsart.png); 
	background-repeat: no-repeat; 
	width: 371px; 
	height: 116px; 
	padding: 8px; 
}

.inbox1 
{ 
	margin-right: 1px; 
	float: left; 
}

.inbox2 
{ 
	float: left; 
}

.ue_schrift 
{ 
	color: #a93d20; 
	font-weight: bold; 
	padding-top: 3px; 
	margin-bottom: 5px; 
}

.gif 
{ 
	background-repeat: no-repeat; 
	width: 7px; 
	height: 6px; 
	float: left; 
	margin-right: 5px; 
	margin-bottom: 1px; 
	padding-left: 2px; 
}

.uarten 
{ 
	background-image: url(../images/doppelpfeil_transparent.png); 
	background-repeat: no-repeat; 
	width: 143px; 
	margin-right: 1px; 
	margin-bottom: 1px; 
	padding-left: 15px;
}

/* ----------Zufallsanzeigen & Continentenauswahl(Startseite)---------- */
#anzeigen 
{ 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	width: 460px; 
	float: left; 
	margin-top: 15px; 
	margin-right: 10px; 
	margin-bottom: 15px; 
}

.zufall 
{ 
	background-image: url(images/bg_zufall_neu.png); 
	background-repeat: no-repeat; 
	width: 440px; 
	height: 139px; 
	z-index: 1; 
	padding-top: 5px; 
	padding-right: 10px; 
	padding-left: 10px; 
}
.bg_random 
{  
	background-repeat: no-repeat; 
	width: 450px; 
	height: 120px; }

.text_random 
{ 
	background-repeat: no-repeat; 
	padding-top: 12px; 
	padding-right: 10px; 
}

.gif_random 
{ 
	background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
	padding-top: 19px;
	width: 127px;

}
.zufall_grau_unten 
{ 
	color: #a7a7a7; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 450px; 
	z-index: 2; 
	float: left; 
	margin-top: 15px;
}

.bgkl 
{ 
	background-image: url(../gfx/bgklzelle/kl.png); 
	background-repeat: no-repeat; 
	background-position: center; 
	width: 117px; 
	height: 85px; 
	padding-left: 2px; 
}
/* ----------Footer---------- */
#footer 
{ 
	color: #919191; 
	clear: both; 
	z-index: 0; 
	width: 950px; 
	margin-left: 10px; 
	padding-top: 7px; 
	padding-bottom: 15px;
	border-top: 1px dotted #506b85; 
}

#footer a:link, #footer a:active, #footer a:visited	
{ 
	color: #919191; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
}

#footer a:hover, #footer a:focus 
{
	color: #999; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
}


/* ----------Seite Neuzugänge---------- */
#box_neu 
{ 
	background-image: none; 
	background-position: 0 0; 
	margin-top: 25px; 
	margin-bottom: 15px; 
	margin-left: 25px; 
	width: 840px; 
	float: left; }


#neuzugang 
{ 
	background-image: none; 
	background-position: 0 0; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 685px; 
	float: left; 
	margin-left: 25px; 
}
.neuzugang 
{ 
	background-image: url(images/bg_neuzugang_neu.png); 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	margin-top: 5px; 
	margin-bottom: 10px; 
	width: 682px; 
	height: 167px; 
	float: left; 
}

.bg_neu 
{ 

	margin-bottom: 20px; 
	width: 660px; 
	height: 140px; 
	float: left; 
	margin-top: 7px; 
	padding-right: 15px; 
}

.neu_grau_unten 
{ 
	color: #a7a7a7; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 670px; 
	z-index: 2; 
	float: left; 
	margin-top: 16px; 
	padding-left: 5px; }

.gif_neu 
{ 

	background-repeat: no-repeat;
	float: left;
	padding-left: 20px;
	padding-top: 26px;
	width: 155px;
}
.text_neu 
{ 
	background-repeat: no-repeat; 
	padding-top: 20px;
}


/*  ----------Seite Suche (Index)---------- */
.suchergebnis 
{ 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	margin-top: 10px; 
	margin-bottom: 25px; 
	width: 670px; 
	float: left; 
	margin-left: 25px; 
}

#suche 
{ 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	margin-top: 15px; 
	margin-right: 10px; 
	margin-bottom: 25px; 
	width: 850px; 
	float: left; 
	padding-left: 25px; 
}

.h1 { 
	color: #a4a4a4; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #fff; 
}

.lastminute 
{ 
	color: #c31e48; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* ----------Leistungen (Seite)---------- */
.text1 
{ 
	color: #3c3c3c; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #f1f1f1; 
	margin-top: 3px; 
	margin-bottom: 3px; 
	padding: 1px; 
}

.text2 
{ 
	color: #3c3c3c; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 1px; 
}

/* ----------Kontakt zum Vermieter---------- */
#kontakt { 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	margin-top: 15px; 
	margin-right: 10px; 
	margin-bottom: 25px; 
	width: 850px; float: left; 
	padding-left: 25px; 
}
.rechts_maps 
{  
	width: 361px; 
	height: 215px; 
	z-index: 2; 
	float: left; 
	margin: 10px 5px 15px 15px; 
	padding: 2px; 
	border: solid 1px #acacac; 
}



/*  ----------Vermieter (Infoseite)---------- */
#left 
{ 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	width: 440px; 
	float: left; 
	margin-top: 15px; 
	margin-right: 10px; 
	margin-bottom: 25px; 
	padding-left: 25px; 
}
#right 
{ 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	margin-top: 15px; 
	margin-right: 25px; 
	margin-bottom: 25px; 
	width: 435px; 
	float: left; 
}
/*  ----------Vermieter (Ansicht alle Einträge)----------  */
.links 
{ 
	background: #f8f8f8; 
	width: 500px; 
	height: 115px; 
	z-index: 1; 
	float: left; 
	margin: 25px 5px 15px 25px; 
	padding: 5px; 
	border: solid 1px #acacac; 
}
.rechts 
{ 
	background: #f8f8f8; 
	width: 350px; 
	height: 115px; 
	z-index: 2; 
	float: left; 
	margin: 25px 10px 25px 15px; 
	padding: 5px; 
	border: solid 1px #acacac; 
}

.all_prae 
{ 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	width: 650px; float: left; 
	margin: 15px 10px 10px 25px; 
}


/* ----------Allg. Geschäftsbedingungen (Seite)----------*/
#agb 
{ 
	background-image: none; 
	background-position: 0 0; 
	margin: 10px 25px 15px; 
	width: 90%; 
	float: left; 
	padding: 10px; 
	border: solid 1px #acacac; 
}

.text3 
{ 
	margin-top: 5px; 
	margin-bottom: 5px; 
}
.text_blau2 
{ 
	color: #4875af; 
	width: 90%; 
	margin-top: 10px; 
}

/*  ----------Text Impressum---------- */
.impress
{ 
	background-image: none; 
	background-position: 0 0; 
	float: left; 
	width: auto; 
	margin: 25px 25px 15px 15px; 
	padding-right: 25px; 
	padding-left: 15px; 
}

/*  ----------Vermieterbereich---------- */
#center 
{ 
	width: 930px; 
	z-index: 0; 
	padding: 25px;
	clear:both;
}

.table 
{ 
	background-color: #f7f7f7; 
	padding: 7px; 
	border: solid 1px #c8c8c8; 
}
.zaehler 
{ 
	color: #bd3e2a; 
	font-weight: bold; 
	background-color: 
	white; 
	width: 25px; 
	border: solid 1px white; 
}

.pflicht 
{ color: #d64a06; width: 95%; height: auto; padding: 7px; border-style: solid; border-width: 1px; }

.pflicht_free
{ 
	width: 95%; 
	height: auto; 
	padding: 7px; 
	border: solid 1px #c10c0c; 
}

.freiwillig 
{ 
	color: #898f9a; 
	width: 95%; 
	height: auto;
	padding: 7px; 
	border: solid 1px; 
}

.klassifi 
{ 
	color: #4875af; 
	width: 90%; 
	padding: 10px; 
	border: solid 1px; 
}

.pflicht2 
{ 
	color: #d64a06; 
	height: auto; }
#menu
{ 
	padding: 0; 
	background: #fff; 
	width: 95%; 
	z-index: 1; 
	margin-top: 10px; 
	margin-right: 20px;
}
#menu ul
{ 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	line-height: normal; 
	margin:0 0 0 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-position:outside; 
}

#menu li
{ 
	color: #fff; 
	margin: 0 2px 0 0; 
	padding: 0; 
	display: inline; 
}

#menu a
{ 
	float: left; 
	color: white; 
	margin: 0 1px 0 0; 
	padding: 5px 10px; 
	letter-spacing: 1px; 
	background-color: #a4a4a4; 
	text-decoration: none; 
	border-bottom: 1px solid #999;
 }

#menu a:hover
{ 
	color: #fff; 
	background-color: #999; 
}

#menu #current a
{ 
	color: #fff; 
	font-weight: bold; 
	background-color: #35628c; 
	border-bottom: 1px solid #35628c;; 
}

#menuline
{ 
	clear: left; 
	padding: 0; 
	width: 95%; 
	height: 5px; 
	background: #35628c; 
	margin-top: 0; 
	margin-right: 20px; 
	margin-bottom: 10px; 
	border-left: 1px solid #35628c; 
	border-bottom: 1px solid #35628c; 
	border-right: 1px solid #35628c; 
}

/*  ----------Linkpartner---------- */
.partner 
{ 
	background-image: none; 
	background-position: 0 0; 
	width: 85%; 
	margin: 10px 15px 3px 25px; 
	float: left; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 5px; 
}


/*  ----------Hilfeseite für Besucher & Vermieter---------- */
#help1
{ 
	background-image: none; 
	background-position: 0 0; 
	float: left; 
	width: 90%; 
	margin: 25px 25px 15px; 
	padding: 5px; 
}

.fragen 
{ 
	background-image: none; 
	background-position: 0 0; 
	width: auto; 
	float: left; 
	margin: 5px 25px 3px; 
}

.antworten 
{ 
	color: #3c3c3c; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-right: 25px; 
	margin-bottom: 10px; 
	padding-right: 5px; 
	padding-left: 5px; 
}

#modernbricksmenu
{ 
	padding: 0; 
	background: #fff; 
	width: 90%; 
	z-index: 1; 
	margin-top: 10px; 
	margin-right: 20px; 
	margin-left: 25px;  
}

#modernbricksmenu ul
{ 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-variant: normal; 
	line-height: normal; 
	margin:0 0 0 0; padding: 0; 
	list-style-type: none; 
	list-style-position:outside; 
}

#modernbricksmenu li
{ 
	color: #fff; 
	margin: 0 2px 0 0; 
	padding: 0; 
	display: inline; 
}

#modernbricksmenu a
{ 
	float: left; 
	color: white; 
	margin: 0 1px 0 0; 
	padding: 5px 10px; 
	letter-spacing: 1px; 
	background-color: #a4a4a4; 
	text-decoration: none;
	border-bottom: 1px solid #999; 
}

#modernbricksmenu a:hover
{ 
	color: #fff; 
	background-color: #999; 
}

#modernbricksmenu #current a{ 
	color: #fff; 
	font-weight: bold; 
	background-color: #35628c; 
	border-bottom: 1px solid #35628c; 
}

#modernbricksmenuline
{ 
	clear: left; 
	padding: 0; 
	width: 90%; 
	height: 5px; 
	background: #35628c; 
	margin: 0 20px 10px 25px; 
	border-left: 1px solid #35628c; 
	border-bottom: 1px solid #35628c; 
	border-right: 1px solid #35628c;
}

/* ----------Belegungskalender---------- */
.rahmen_belegungsplan 
{ 
	background-color: #2e728e; 
	border-color: #000000; 
}

.plan 
{ 
	background-color: #c1c1c1; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; color: #000;
	clear:both;
	border-width: 1px; 
}

.pic 
{
	border: solid 1px #333333;
	background-color: #35628c;
}

.kal_f 
{ 
	color: #f8f8f8; 
	font-size: 10px; 
	background-color: #35628c
}

.kal_b 
{
	background-color: #DD4646;
	color: #FFFFFF
}

.kal_tage 
{
 	background-color: #fff;
 	color: #000
 }
/* ----------Länderauswahl---------- */
#b1_box { 
	padding: 5px 0 0 25px; 
	width: 460px; 
	z-index: 1; 
	float:left; 
}

.b1_box
{ 
	background-image: url(images/bg_b1_box.png); 
	background-repeat: no-repeat; 
	width:460px; 
	height:65px; 
	margin-top:5px; 
	padding-top: 2px; 
	padding-left: 10px; 
}

.b1_box_suche
{ 
	background-image: url(images/bg_b1_box_suche.png); 
	background-repeat: no-repeat; 
	width:460px; 
	height: 101px; 
	margin-top:5px; 
	padding-top: 5px; 
	padding-left: 10px; 
}


.listing
{ 
	margin-top: 15px; 
	list-style-position:outside; 
	list-style-type:none; 
}

.listing li
{ 
	background-image: url(../images/doppelpfeil_transparent.png); 
	background-repeat: no-repeat; 
	background-position: 5px 1px; 
	float:left; width:120px; 
	margin-right:1px; 
	margin-bottom: 1px; 
	padding-left: 20px; 
}

.listing li.long
{ 
	background-image: url(../images/doppelpfeil_transparent.png); 
	background-repeat: no-repeat; 
	background-position: 5px 1px; 
	width:142px; 
	margin-bottom: 1px; 
	padding-left: 20px; 
}

.listing a,.listing a:link, .listing a:visited,.listing a:active
{	
	color:#3c3c3c;
	text-decoration:none;
}
.listing a:hover
{ 
	color: #a93d20; 
	text-decoration: underline; 
}
.listing_aktion 
{ 
	background-image: url(navig/navig_li_hover.png); 
	text-align: center; 
	border-right-style: solid; 
	border-right-width: 1px; 
}

/*------------ Themen ------------*/
.themen 
{ 
	background-image: url(../image/startseite/themen.png); 
	background-repeat: no-repeat; 
	width: 371px; 
	height: 115px; 
	float: left; 
	padding: 8px; 
}
.listing_themen
{ 
	margin-top: 15px; 
	list-style-position:outside; 
	list-style-type:none; 
}

.listing_themen li
{ 
	background-image: url(../images/doppelpfeil_transparent.png); 
	background-repeat: no-repeat; 
	background-position: 5px 1px; 
	float:left; 
	width:250px; 
	margin-right:1px; 
	margin-bottom: 1px; 
	padding-left: 20px; 
}
.listing_themen a,.listing_themen a:link, .listing_themen a:visited,.listing_themen a:active
{	
	color:#3c3c3c;
	text-decoration:none;
}
.listing_themen a:hover
{ 
	color: #a93d20; 
	text-decoration: underline; 
}
.listing_themen_aktion 
{ 
	background-image: url(navig/navig_li_hover.png); 
	text-align: center; 
	border-right-style: solid; 
	border-right-width: 1px; 
}



/* ----------Kontinente (Startseite)---------- */
.continent { 
	background-image: url(images/bg_laender.png); 
	background-repeat: no-repeat; 
	padding-top: 10px; 
	padding-right: 10px; 
	padding-left: 10px; 
	z-index: 1; 
	width: 440px; 
	height: 89px; 
	margin-bottom: 10px; 
}
.listing2
{ 
	margin-top: 10px; 
	list-style-position:outside; 
	list-style-type:none; 
}
.listing2 li
{ 
	background-image: url(../images/doppelpfeil_transparent.png); 
	background-repeat: no-repeat; 
	background-position: 5px 1px; 
	float:left; width:115px; 
	margin-right:1px; 
	margin-bottom: 1px; 
	padding-left: 20px; 
}
.listing2 li.long
{ 
	background-image: url(../images/doppelpfeil_transparent.png); 
	background-repeat: no-repeat; 
	background-position: 5px 1px; 
	width:132px; float: left; 
	margin-bottom: 1px; 
	padding-left: 20px; 
}

.listing2 a,.listing2 a:link, .listing2 a:visited,.listing2 a:active
{	
	color:#3c3c3c;
	text-decoration:none;
}
.listing2 a:hover
{ 
	color: #a93d20; 
	text-decoration: underline; 
}


.bild_gro { 
 
	background-image: url(../gfx/bgklzelle/bggro.png); 
	background-repeat: no-repeat; 
	background-position: center top; 
	padding-left: 2px; 
	padding-top: 9px; 
}


/* Vermeiter Eintragung Sprachen */
.language h4 { cursor: pointer; }
.language p { display: none; }

