#left_1 {
    /* display:none; */
}

html {margin:0;
	padding:0;
	height:100%;
}

body {
	background-color: #e1ddd9;
	margin:0;
	background-image:url(pics/bg.gif);
	background-repeat:repeat-y;
	height:100%;
}

a,input {
    outline: none;
}


/* ----------container mit Breitenabgabe-------------- */
#container {
	width: 1000px;
	background-color: white;
	position:relative;
	min-height:100%;
	height:auto !important;
	height: 100%;
}

#flashheader {
	background: #BACBDE;
}


/* ----------Navi Leiste-------------- */

a.link,
a#link { color:#727175;
	font: 0.7em Verdana;
	font-weight:bold;
	text-decoration:none;
}

a.link_aktiv,
a#link_aktiv { 
  color:#89A7C7;
	font: 0.7em Verdana;
	font-weight:bold;
	text-decoration:none;
}


#mainnavi {
	margin: 0;
	padding: 0 150px 0 66px;
	min-height:26px;
	background-color: #EFF6FC;
	width: auto;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	overflow: hidden;
}

#mainnavi a {
	color: #727175;
	/* font-weight: bold; */
	text-decoration: none;
	padding: 10px 5px;
	float: left;
}

#mainnavi a span {
	margin-left: 16px;
	padding: 10px 22px 10px 0;
        font-weight: bold;
}

#mainnavi a:hover,
#mainnavi a.aktiv {
	background: url(pics/mainnavi-a-aktiv-links.jpg) left top no-repeat;
}

#mainnavi a:hover span,
#mainnavi a.aktiv span {
	background: url(pics/mainnavi-a-aktiv-rechts.jpg) right top no-repeat;
}

#mainnavi a#menu8 {
	float: right;
}


/* -----------------Navi links--------------------- */

#leftnavi {
    margin: 52px 0 0;
}


#left_2 .frei {
    border-left: thick solid #669900;
    border-bottom: none;
}

#left_2 .belegt {
    border-left: thick solid #CC0000;
    border-bottom: none;
}

#left_2 li {
    border-left: none;
    border-bottom: thin solid #EFF6FC;
}

#left_2 li.belegt {
    border-left: none;
    border-bottom: none;
}

#left_2 li.belegt a {
    border-left: thick solid #CC0000;
    border-bottom: none;
}

#karte {
	background-image: url(/files/karte.jpg); 	
	background-repeat: no-repeat; 	
	height: 500px; }

#left_2 li.frei {
    border-left: none;
    border-bottom: none;
}

#left_2 li.frei a {
    border-left: thick solid #669900;
    border-bottom: none;
}


#leftnavi ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #727175;
    font-size: 0.8em;
    width: 200px;
}

#leftnavi ul li {
    border-bottom: 1px #D3DEEA solid;
}

#leftnavi ul li.first {
    border-top: 1px #D3DEEA solid;
}

#leftnavi ul li a {
    font-weight: bold;
}

#leftnavi ul li.hide_sublevel ul {
    display: none;
}

#leftnavi ul li.hide_sublevel.aktiv ul,
#leftnavi ul li.hide_sublevel.aktiv_parent ul {
    display: block;
}

#leftnavi ul ul {
    font-size: 1em;
    font-weight: normal;
}

#leftnavi ul li li {
    border-top: 1px #D3DEEA solid;
    border-bottom: none;
}

#leftnavi ul li li a {
    font-weight: normal;
}

#left_2 #leftnavi a {
    background-image: none;
    padding: 6px 10px 4px 12px;
    margin: 0;
    color: #727175;
    display: block;
    width: auto;
}

#leftnavi a:hover {
    background: #EFF6FC;
}


#left_2 #leftnavi li.aktiv a {
    /* background: #EFF6FC; */
    background: #89A7C7;
    color: #ffffff;    
}

#left_2 #leftnavi li.aktiv a.hide_sublevel {
    background: #EFF6FC;
    /* background: #89A7C7; */
    /* color: #ffffff; */
    color: #727175;    
}


#left_2 #leftnavi li.aktiv_parent a {
    /* background: #ACC1D8;
    color: #ffffff; */
    background: #EFF6FC;  
}

#left_2 #leftnavi li.aktiv.aktiv_parent a {
    color: #ffffff;
    background: #89A7C7;  
}

#left_2 #leftnavi li.aktiv li a,
#left_2 #leftnavi li.aktiv_parent li a,
#left_2 #leftnavi li.aktiv.aktiv_parent li a {
    background: #F7FBFE;
    color: #89A7C7;
}

#left_2 #leftnavi li li a {
    color: #89A7C7;
    /* margin: 1px 0; */
    margin: 0;
    background: #F7FBFE;
}


#left_2 #leftnavi #menu-8 li li a {
    margin: 0;
}

#left_2 #leftnavi #menu-8 li li.aktiv a {
    margin: 1px 0;
}

#leftnavi #menu-8 li.aktiv a {
	border-left: thick solid #89A7C7;
}

#leftnavi li.aktiv_parent a.frei,
#leftnavi li.aktiv_parent a.belegt {
    border-left: thick solid #EFF6FC;
}

#left_2 #leftnavi #menu-8 li.aktiv_parent.collapsed a.frei {
    background: #EFF6FC;
    border-left: thick solid #669900 !important;
    color: #727175;
}

#left_2 #leftnavi #menu-8 li.aktiv_parent.collapsed a.belegt {
    background: #EFF6FC;
    border-left: thick solid #cc0000 !important;
    color: #727175;
}

#left_2 #leftnavi #menu-8 li.hide_sublevel.aktiv a.frei,
#left_2 #leftnavi #menu-8 li.hide_sublevel.aktiv a.belegt {
    border-left: thick solid #EFF6FC;
}

#left_2 #leftnavi li li a:hover,
#left_2 #leftnavi li.aktiv li a:hover,
#left_2 #leftnavi li.aktiv_parent li a:hover,
#left_2 #leftnavi li.aktiv.aktiv_parent li a:hover {
  background: #EFF6FC;
}

#left_2 #leftnavi li.aktiv li.aktiv a,
#left_2 #leftnavi li.aktiv_parent li.aktiv a {
    background: #89A7C7;
    color: #ffffff;
    margin: 1px 0;
}


#left_2 #leftnavi #menu-8 li li.frei a {
    border-left: thick solid #669900 !important;
}

#left_2 #leftnavi #menu-8 li li.belegt a {
    border-left: thick solid #cc0000 !important;
}




/* -----------------Inhalt--------------------- */
#content {
	/* margin: 30px 0 0 290px; */
	
	float:right;
	margin: 30px 135px 0 0;
	min-height: 500px;
	padding-bottom: 40px;
	width: 575px;
}

p {
	margin:0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 1.8em;
	padding-left: 25px;
}


h1 {
	color:#597A9D;
	font: 1.2em Verdana;
	padding: 15px 25px;
	line-height: 1.5em;
	margin:0;
	text-align: left;
}
h2 {
	color:#597A9D;
	padding: 5px 25px;
	font-weight:normal;
	margin:0;
	font-family: Verdana;
	font-size: 1em;
	line-height: 1.8em;
	/* clear: both; */
}

h3 {
	color:#727175;
	font-weight:bold;
	padding: 5px 25px;
	margin:0;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.8em;
	/* clear: both; */
}

h4 {
	color:#727175;
	font-weight:normal;
	padding: 5px 25px;
	margin:0;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.8em;
	/* clear: both; */
}

hr {
	height: 1px; 
	width: 100%; 
	margin-left: 25px;
	color: #d3deea;
	border:0;
	background-color: #d3deea; /* Farbe für Opera und Firefox */ 
	margin-top: 0px;
	margin-bottom: 5px;

}

.wg_uebersicht {
    border-bottom: 1px solid #d3deea;
    display: inline-block;
    height: 148px;
	width: 100%;
	margin-left: 25px;
	margin-top: 0px;
	position: relative;
}

.startseitenbox {
	display: inline-block;
	width: 250px;
	height: 300px;
	padding-right: 5px;
	vertical-align: top;
	
}

.startseitenbox_bild {
		margin-left: 25px;
		padding-top: 5px;
		padding-right: 10px;
		float: left;
}

#content p,
p#text {
	color:#666666;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: normal;
}

p#hinweistext{
	color:#C00;
	/* padding-right:150px; */
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: normal;
	}
	
p#text_form {
	color:#666666;
	padding-right:150px;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: normal;
}

#content p a,
#left_2 a,
#left_unten a,
a#link_fliesstext {
	color:#89A7C7;
	font-weight: normal;
	font-family: Verdana;
	line-height: 1.8em;
	background-image: url(/css/pics/pfeil2.gif);
	background-repeat: no-repeat;
	background-position: -3px 0;
	text-decoration: none;
	padding-left: 14px;
}

#content div a {
	color:#597A9D;
	font-weight: normal;
	font-family: Verdana;
	line-height: 1.8em;
	text-decoration: none;
}

#content ul a {
	background-image: url(/css/pics/pfeil2.gif);
	background-repeat: no-repeat;
	background-position: -3px 0;
  color:#597A9D;
  font-weight: normal;
  font-family: Verdana;
  line-height: 1.8em;
  text-decoration: none;
  padding-left: 14px;
}

#content .slider ul a {
  background-image:none; !important
  background-repeat: no-repeat; !important
  background-position: 0 0; !important
  color:#597A9D;
  font-weight: normal;
  font-family: Verdana;
  line-height: 1.8em;
  text-decoration: none;
  padding-left: 0px; !important
}

#content ul {
	list-style-image: url(pics/kreis_grau.gif);
	color:#666666;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px 20px 1.8em 25px;
	padding-left: 18px;
}

#content ul ul {
	list-style-image: url(pics/kreis_blau.gif);
	color:#666666;
	font-family: Verdana;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px 20px 1.8em 0px;
	padding-left: 18px;
}
#content ul ul ul {
	list-style-image: url(pics/kreis_grau.gif);
	color:#666666;
	font-family: Verdana;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px 20px 1.8em 0px;
	padding-left: 18px;
}

#content ol {
	color:#666666;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px 20px 1.8em 36px;
	padding-left: 18px;
}

.AccordionPanelContent div {
	background: url('pics/pfeil3.gif') no-repeat top left;
	padding-left: 17px;
	outline: none;
}

.AccordionPanelContent a{
	color:#89A7C7;
	text-decoration:none;
	width: 100%;
	height: 22px;
	outline: none;
}

.AccordionPanelContent a.active {
	color: #727175;
	outline: none; 	
}


/* --------------left navigavtion------------- */


#left_1 {
	float: left;
	width: 275px;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.8em;
	padding-bottom: 40px;
	
}

#left_2 {
	float: left;
	width: 200px;
	padding-left: 77px;
  padding-bottom: 40px;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
  /* position: absolute; */
  top: 195px;
  bottom: 0;
}

#left_3 {
	margin-top: 77px;
	/* font-size: 0.7em; */
	line-height: 1.8em;
	color: gray;
	padding-left: 0px;
}

#left_3 p {
	padding-left: 0;
	padding-right: 0;
}


#left {
	margin-top: 77px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
	font-size: 1em;
	line-height: 1.8em;
	color: #333;
	padding-left: 0px;
}


#punkte {
	position:absolute;
}

#listenpunkte {
	position:relative;
	left:10px;
}

#digit {border:0px solid white; 
		height:17px;
		}



.ankerpunkt_1 {
     color:#89A7C7;  
	 text-decoration:none;
}

.ankerpunkt_2 {
     color:#89A7C7;  
	 text-decoration:none;
     font: 0.8em/1.4em Verdana;
}

#left_unten {
	/* font: 0.7em/1.4em Verdana; */
	color:gray;
	/* vertical-align:bottom; */
	/* padding-left:77px; */
	width:200px;
  /* position:absolute;
	bottom: 35px !important; */
	padding-bottom: 0px;
	margin-bottom: 8px;
  margin-top: 40px;
}

a#link_unten { color:#727175;
	          font: 1.0em Verdana;
	          font-weight:bold;
	          text-decoration:none;
}


/* -----------footer--------------------------- */
#footer {
	background-color: #89A7C7;
	height:25px;
	width:1000px;
	text-align:center;
	color:#FFF;
	font: 0.7em Verdana;
	padding-top:8px;
	position:absolute;
	bottom: 0px !important;
	clear: left;
}

#footer p {
	padding: 0;
}

a.impress,
a#impress { color:white; font-weight:bold; text-decoration:none; }

table {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	;
	border-width:0px;
	border-style:solid;
	
	
}

th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background-color: #89A7C7;
	color: #FFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: left;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #left_1 #left div.headline,
#container #left_1 #left span div,
#container #left_2 div.headline,
#container #left_2 span div {
	font-family: verdana;
	font-weight: bold;
	color: #fff;
	background-color: #89A7C7;
	height: 22px;
	width: 100%;
	line-height: 1.8em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#text {
}

#content #textdiv {
	padding-left: 25px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 1.8em;
}

.pfeil {
	background-image:url(pics/pfeil2.gif);
	background-repeat:no-repeat;
	padding-left: 12px;
	background-position:0px 3px;
	}
	
	
	

	   /* image replacement */
        .graphic, .prevBtn, .nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */		
		

/* Easy Slider */

.sliderwrapper {
    position: relative;
    float: left;
    margin: 8px 20px 10px 25px;
}

.wg_uebersicht .sliderwrapper,
.wg_uebersicht .platzhalter {
    margin: 8px 0px 10px 0px;
}

	.slider{}
        
        #content .slider {
            
        }
        
        #content .slider ul {
            margin: 0;
            padding: 0;
        }
        
	.slider ul, .slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:190px;
		height:126px;
		overflow:hidden; 
		}	
	.prevBtn, .nextBtn{ 
		display:block;
		width:22px;
		height:22px;
		position:absolute;
		top:370px;
		}
                
        #content .prevBtn, 
        #content .nextBtn {
            top: 104px;
        }        
        
        #content .nextBtn {
            left: 168px;
        }
        
        #content .prevBtn {
            left: 0;
        }
        
	.nextBtn{
		left:248px;
		}														
	.prevBtn a, .nextBtn a{  
		display:block;
		width:22px;
		height:22px;
		background:url(pics/li.gif) no-repeat 0 0;	
		}	
	.nextBtn a{ 
		background:url(pics/re.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */







#container #content #CollapsiblePanel1 .CollapsiblePanelContent #form1 #formtable tr td label #Submit {
	border: none;
}
#container #left_1 #left p,
#container #left_2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #666;
	line-height: 1.8em;
}
#container #left_1 #left_unten h1,
#container #left_2 #left_unten h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#left_unten p {
	font-weight: normal;
	padding-left: 0;
	padding-right: 0;
}

#container #content .inhalt hr,
#container #content #inhalt hr {
	color: #666;
	padding-right: 180px;
	padding-left:30px;
}
#container #content #CollapsiblePanel1 .CollapsiblePanelContent #form1 #formtable tr td label #Submit {
	width: 90px;

}
#container #content #CollapsiblePanel1 .CollapsiblePanelContent #form1 #formtable tr td label #Submit {
	width: 90px;


}
#last {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #left_1 #left div.headline,
#container #left_1 #left span div,
#container #left_2 div.headline,
#container #left_2 span div {
	font-size: 0.8em;
}

#container #content .inhalt,
#container #content #inhalt {
  position: relative;
}

#container #content .inhalt div,
#container #content #inhalt div {
	/* float: left;
	width: 410px; */
}

#container #content .inhalt .rightcol,
#container #content #inhalt .rightcol {
	/* float: right; */
	position:absolute;
  right:0;
  top:0;
  width:145px;
}

.inhalt div.rightcol,
#inhalt div.rightcol {
	padding: 0 0 1.8em 0;
}

.inhalt p,
#inhalt p {
	padding-right: 0;
}

.adresse,
#adresse {
	font-family: Verdana, Geneva, sans-serif;
	/* font-size: 0.8em; */
	line-height: 1.8em;
	font-weight: normal;
	color: #666666;
}

input .fail {
	border: thin solid #F00;
}

/*
div.fail {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	width: 450px;
	padding:2px;
	font-size: 12px;
	margin: 0px;
	background-color: #CFDBE9;
}
*/

div.fail{
	color:#F00;
	font-family: Verdana;
	line-height: 1.8em;
	font-weight: normal;
		border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        margin-bottom: 1em;
}

#container #content .inhalt div #text,
#container #content #inhalt div #text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	color: #666;
}
#container #left_2 #left span {
	font-family: Verdana, Geneva, sans-serif;
	color: #0081c6;
}
.text2,
#text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: #999;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #content .inhalt p .text2 img,
#container #content #inhalt p .text2 img
#container #content .inhalt p #text2 img,
#container #content #inhalt p #text2 img {
	margin-top: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#zerti {
	background-color: #CCC;
	height: 80px;
	width: 120px;
}
#zimmerfrei {
	background-image: url(pics/zimmerfrei.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	padding-top: 115px;
	width: 110px;
	position: absolute;
	left: 875px;
	top: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#zimmerfrei a {
	color: #58585a;
	text-decoration: none;
}

.zimmerfrei {
	position: absolute;
	top: 5px;
	left: -10px;
	z-index: 10;
}

.zimmerfrei img {
	width: 70px;
}

.liame {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.removeme {
	display:none;
}

.customform {
    margin-left: 0;
    font-size: 0.8em;
    display: none;
}

.customform.visible {
    display: block;
}

.seminar-inner {
    margin: 4px 0;
    padding: 0 10px 7px;
}

.seminar-inner.selected {
    background: #F9FAFC;
}

.seminar-inner .seminar-content {
  padding-right: 140px;
  position: relative;
}

.seminar .customform .head {
    color: #666;
    font-family: Verdana, sans-serif; 
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 15px;
}

.seminar .customform .formtable {
    font-size: 1.3em;
    border-collapse: collapse;
    background: #F9FAFC;
}

.seminar .customform th {
    background: #F9FAFC;
    color: #666;
    font-weight: normal;
    padding: 2px 2px 2px 0;
}

.seminar .customform td,
.seminar .customform th#last {
    background: #F9FAFC;
    padding-bottom: 5px;
}

.seminar .customform input {
    
}

.seminar .customform input.fail {
    padding: 0;
    color: #666666;
    background: #EFF6FC;
}

.seminar .customform input.Name,
.seminar .customform input.Telefon,
.seminar .customform input.Strasse,
.seminar .customform input.Email {
    border: 1px solid #D1DDE9;
    width: 450px;
}

.seminar .customform textarea {
    border: 1px solid #D1DDE9;
    width: 454px;
    padding: 0;
}

.seminar .customform input.PLZ {
    border: 1px solid #D1DDE9;
    width: 60px;
    margin-right: 2px;
}

.seminar .customform input.Ort {
    border: 1px solid #D1DDE9;
    width: 377px;
    float: right;
}

.seminar .customform .submit {
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    width: auto;
}

.CollapsiblePanel .customform .submit {
    float: left;
    margin-right: 10px;
    margin-top: 12px;
    width: auto;
}

.seminar {
    border-top: 1px solid #D3DEEA;
    margin: 0 0 0 25px;
}

.seminar.last {
    border-bottom: 1px solid #D3DEEA;
    margin: 0 0 0 25px;
}

.seminar p {
    padding-left: 0;
}

.seminar h2 {
    padding-left: 0;
	color:#597A9D;
	font-weight:normal;
	margin-bottom:10px;
	font-family: Verdana;
	font-size: 1em;
	line-height: 1.8em;
}

.seminar h2 {
    padding-bottom: 0;
    /* line-height: 140%; */
}

.seminar p {
    padding-bottom: 0;
}

.seminar .formswitch {
    margin-top: -13px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: auto;
}


.seminar .formswitch-button {
    cursor: pointer;
}

.CollapsiblePanel.CollapsiblePanelOpen.seminar {
    border-top: 1px solid #89A7C7;
    border-bottom:  1px solid #89A7C7;
}

.CollapsiblePanel.CollapsiblePanelOpen.seminar .CollapsiblePanelContent {
    background: #F9FAFC;
    margin: 4px 0;
    padding: 0 10px;
    width: 533px;
}

.CollapsiblePanel.CollapsiblePanelOpen.seminar .CollapsiblePanelContent table {
    width: 533px;
}

#container #content #CollapsiblePanel1.seminar .CollapsiblePanelContent #head {
    font-size: 1em;
    margin-bottom: 15px;
}
#content div .mitgl_logo {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d3deea;
	border-right-color: #d3deea;
	border-bottom-color: #d3deea;
	height: 70px;
	width: 100px;
	display: inline;
	float: left;
	border-left-color: #d3deea;
	margin-left: 25px;
	color:#666666;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: normal;
	margin-right: 4px;
	text-align: center;
}

#content div .mitgl_logo img {
	border-top-width: 5px;
	border-right-width: thin;
	border-bottom-width: 5px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #d3deea;
	border-bottom-color: #FFF;
}

#content div .mitgl_name {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d3deea;
	border-right-color: #d3deea;
	border-bottom-color: #d3deea;
	border-left-color: #d3deea;
	height: 70px;
	width: 250px;
	float: left;
	color:#666666;
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: normal;
	margin-right: 4px;
	padding-left: 7px;
	vertical-align:middle;
}
#content div .mitgl_ZB {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d3deea;
	border-right-color: #d3deea;
	border-bottom-color: #d3deea;
	border-left-color: #d3deea;
	float: left;
	color:#666666;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: normal;
	margin-right: 5px;
	text-align: center;
	height: 70px;
	width: 90px;
	text-align: center;
}

#content div .mitgl_ZB img {
	border-top-width: 21px;
	border-right-width: thin;
	border-bottom-width: 5px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #d3deea;
	border-bottom-color: #FFF;
}

#content div .mitgl_zert {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d3deea;
	border-right-color: #d3deea;
	border-bottom-color: #d3deea;
	border-left-color: #d3deea;
	float: left;
	color:#666666;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	height: 70px;
	width: 90px;
	text-align: center;
}

#content div .mitgl_zert img {
	border-top-width: 21px;
	border-right-width: thin;
	border-bottom-width: 5px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #d3deea;
	border-bottom-color: #FFF;
}

/*Anzeige für die Zimmerbörse*/

.banner {
	margin: 0px 20px 25px 25px;	
	background-image: url(pics/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFF;
	width:539px;
	height:126px;
	border-top: 1px solid #D3DEEA;
	border-bottom: 1px solid #D3DEEA;
	font-family: Verdana;
	font-weight: normal;
}

a.bannerlink {
	width:319px;
	height:53px;	
	display: block;
	padding: 73px 0px 0px 220px;
	font-family: Verdana;
 	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	
}

span.bannertext{
	color:#666;
	line-height:1.2em;
}

span.bannertextlink{
	color:#89A7C7;
	line-height:1.2em;
	background-image: url(/css/pics/pfeil2.gif);
	background-repeat: no-repeat;
	background-position: -3px 0;
	text-decoration: none;
	padding-left: 14px;
}

#Image2 {
	border: none;
}

#karte {
	background-image: url(/files/karte.jpg);
	background-repeat: no-repeat;
	height: 440px;
}

.hide {
	display: none;
}

area,
area:visited, area:active, area:hover, area:focus {
	outline: none;
	border: none;
}

.tooltip_bezirk {
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	left: 740px;
	top: 350px;
}

.tooltip_bezirk .bezirkname {
	color: #88A6C6;
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
}

.tooltip_bezirk .container-outer {
	padding-right: 13px;
	padding-bottom: 15px;
	background: url(pics/tooltip-shadow.png) right bottom no-repeat;	
}

.tooltip_bezirk .container-inner {
	background: white;
	border: 1px solid #88A6C6;
	padding: 5px 12px;
	width: 130px;
	height: 43px;
}

.tooltip_bezirk .shadow-bottom {
	background: url(pics/tooltip-shadow-bottom.png) right top no-repeat;
	height: 15px;
	clear: both;
}

.bezirk-225 {
	top: 162px;
	left: 191px;
}

.bezirk-234 {
	top: 189px;
	left: 310px;
}

.bezirk-228 { 
	top: 216px;
	left: 283px;
}

.bezirk-230 {
	top: 184px;
	left: 355px;
}

.bezirk-231 {
	top: 137px;
	left: 370px;
}

.bezirk-229 { 
	top: 176px;
	left: 269px;
}

.bezirk-232 {
	top: 269px;
	left: 304px;
}

.bezirk-233 {
	top: 9px;
	left: 318px;
}

.bezirk-236 {
	top: 148px;
	left: 303px;
}

.bezirk-241 {
	top: 20px;
	left: 179px;
}

.bezirk-242 {
	top: 223px;
	left: 224px;
}

.bezirk-239 {
	top: 108px;
	left: 105px;
}

.bezirk-248 {
	top: 272px;
	left: 220px;
}

.bezirk-247 {
	top: 303px;
	left: 250px;
}

.bezirk-240 {
	top: 176px;
	left: 228px;
}

.bezirk-246 {
	top: 254px;
	left: 370px;
}

.bezirk-245 {
	top: 141px;
	left: 247px;
}

.bezirk-244 {
	top: 75px;
	left: 327px;
}

.bezirk-243 {
	top: 264px;
	left: 144px;
}

.bezirk-249 {
	top: 253px;
	left: 182px;
}
