/* 
	//////////////////////////////
	//
	// hebamme-mirka
	// stylesheet
	//
	//
	/////////////////////////////
*/

/* stylesheet */
html, body {
	width:100%;
	height:100%; 
	text-align:left;
	border-width:0px;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:101%;
	background-color:#6fbcee;
	color: #000;
}

#container {
     margin: auto; 
     width: 800px;
     min-height: 99%;
     background-color: #cedef2;
     color: #000; 
     font-size: 0.7em;
     text-align: left;
     border: 1px solid #000;
     background-image: url(../../bilder/bg_menue.jpg);
     background-repeat: repeat-y;
     background-position: left;
}



#header {
	border-bottom:solid 1px #000;
	background-color: #cedef2;
	color: #000;
}

/* Navigation */
#navigation {
	width: 200px;
	background-color: transparent;
     color: #FFF;
	float: left;
}

#navigation ul {
     list-style-type: none;
     margin: 50px 0 0 5px;
	padding: 0;
	border: 0;
}

#navigation a:link, #navigation a:visited {
	color: #000;
	background-color: transparent;
     line-height: 1.5em;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	color: #666666;
	text-decoration: underline;
}

.navlink {
	padding-left:15px;
}

/* Content */
#content {
	margin: 10px 10px 10px 215px;
	font-size: 1.1em;
}

#content img {
     border: 1px solid #000;
}

/* Überschriften */
h1{
	font-family: Arial;
	font-size: 1.3em;
	color: #000;	
	background-color: inherit;
}
h2{
	font-family: Arial;
	font-size: 1.1em;
	color: #000;
	background-color: inherit;
}
h3{
	font-family: Arial;
	font-size: 1.0em;
	color: #000;	
	background-color: inherit;
}

#content a:link, #content a:visited {
	color: #000;
	background-color: transparent;
     line-height: 1.5em;
	text-decoration: none;
}

#content a:hover {
	color: #666666;
	text-decoration: underline;
}

/* Google Map */
#googlemap {
	float:left;
	color:#000000;
	background-color:inherit;
	border: 1px solid #000000;
}

.ausgebucht {
     color: #900;
     background-color: inherit;
     font-weight: bold;
}

.frei {
     color: #090;
     background-color: inherit;
     font-weight: bold;
}

.kursdesc {
     margin-bottom:15px;
     border: 1px solid #000;
     padding: 3px;
     border-top: 1px solid #000;
}
