/* ---------- STANDARD STYLES ---------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body { 
font-size: 13px; 
font-family: arial, sans-serif; 
line-height: 15px; 
color: #333;   }


/* Normal link */
a { color: #888; text-decoration: none; }

a:hover, a:active, a:focus { 
color: #000;  
text-decoration: none; 
background-color: #C1DCF3;
}

/* Text definitions */

h2, h3, h4, h5, h6, p, li, dt, dd {  
font-family: arial, sans-serif;  
padding: 0; 
font-size: 13px; line-height: 19px; 
color: #333; 
}

/* Heading  */
/* (h1 -> Main Layout) */

h2, h3 {  
color: #B4B4B4; 
font-size: 15px; 
margin: 0px 0 10px 0; 
font-weight: bold;
}

h3 { font-weight: normal; }

h4, h5, h6 { color: #B4B4B4; font-weight: bold; margin: 0;}

h5 { font-weight: normal; }

h6 { font-size: 12px; }

/* Paragraphs, Common Styles */ 

p { margin: 0 0 10px 0; }

pre, blockquote, ul, ol { color: #454545; margin: 1em 0; padding: 0; }

ul, dl, ol { margin: 0 0 10px 0; }
.mainarea li>ul { margin: 0px;}

li {  background-repeat: no-repeat; margin: 0 0 0 23px; list-style-type: none;}

.mainarea div>ul>li { margin-left: 16px;}
.mainarea li:before {  content: "■"; color: #C1DCF3; padding-right: 6px; margin-left: -15px;}
.mainarea li ul li:before {  content: "◆"; }
.mainarea li ul li ul li:before {  content: "●"; }
.mainarea li ul li ul li ul li:before {  content: "▸"; }

dt {width: 90px; margin: -10px 0 0 0; } 
dl>dt:first-child { margin: 0; } 

dd {margin: -19px 0 19px 100px; }


hr { height: 1px; 
border-style: solid none none; 
border-width: 1px 0 0; 
border-top-color: #ddd; 
}

div { font-size: 100%; }

td, th {
	padding: 10px;
	text-align: left;
}

img { border: 0px none; }

/* Small text */
small, .small {
	color: #222;
	font-size: 80%;
}

/* Big text */
big, .big {
	color: #777;
	font-size: 125%;
}

b, strong { color: #555; }


/* ---------- HEADER | TOP ---------- */

#head-wrap { 
display: block; 
width: 100%; height: 125px; 
background-color: #ffffff; 
border: 1px solid #ffffff;
}

#head-top { /*background-image: url(head_dummy.gif);*/ 
width: 980px; height: 100px;  
background-color: #ffffff;
margin: auto; 
border: 1px solid #ffffff;
position: relative;
}

.top-logo { 
display: block; 
width: 980px; height: 100px;
margin-top: 0px;
}


#head-top h5 {
	margin: 0px 0 0 5px;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
	color: grey;
}

#head-top h5 b {
	margin: 5px 0 0 0px;
	padding: 0;
	font-size: 160%;
	text-transform: uppercase;
	display: block;
}



/* ---------- MAIN NAVIGATION ---------- */

#menu-wrap {  
width: 100%; height: 24px;  
background-color: #b4b4b4;  
}

.navi { width: 980px; margin: auto; height:24px; }

.navigation { /* extra stylesheet */ }


.navi li { line-height:24px; }


/* ---------- MAIN LAYOUT DIVS ---------- */


#content-wrap { 
background-color: #fff; 
width: 980px; 
margin-right: auto; margin-left: auto; 
position: relative;
}

h1 {  
font-size: 20px; line-height: 20px; 
font-weight: normal; font-family: arial, sans-serif;
letter-spacing: -0.01em;
color: #B4B4B4;
margin: 25px 0 5px 0;  padding: 0 0 5px 0;
border-bottom: 1px solid #ddd; }

/* ----------  CONTENT ---------- */

.mainarea { 
position: relative;
top: 0px; left: 0;
/*min-height: 475px;*/
border: 1px solid white;
z-index: 3;
}


.maincontent { 
position: relative;
top: 16px; left: 425px;
width: 550px;
min-height: 425px;
z-index: 7;
}

/* ----------  LEFT PART (IMAGE & BOXES) -------- */

.leftpart { 
position: absolute;
top: 77px; left: 0;
width: 400px;
height: 400px;
z-index: 5;
}

.sprechzeiten, .aktuelles {
overflow: hidden;
margin-top: 5px;
}

.sprechzeiten {
	width: 130px;
	height: 180px;
	background-color: #EBEBEB;
	float: left;
	margin-right: 5px;
	padding: 5px 10px;
	font-size: 10px;
	line-height: 12px;
	color: #555;
}

.sprechzeiten b, .sprechzeiten strong { color: #777; }

.sprechzeiten h5 { line-height: 12px; font-size: 11px; margin-bottom: 5px;}

.aktuelles {
	width: 245px;
	background-color: #C1DCF3;
	height: 190px;
	line-height: normal;
}

.aktuelles p, .aktuelles h4 {
	color: #333;
	font-size: 11px;
	line-height: 15px;
	margin: 5px 10px;
}



/* ---------- FOOTER ---------- */


.footer-wrap { 
height: 100px;
margin-top: 35px;
border-top: 1px solid #ddd; 
}

.footer a, .footer p, .footerzeile {
text-decoration: none; 
font-size: 10px;  line-height: 14px; 
}

.footerzeile { 
 margin-top: 5px; padding: 0 0 0 10px; 
 text-align: right;
 color: #888;
 }

/*Adresse*/
.adresse { 
 margin: 0; padding: 0; 
 }
 
.adresse p { 
color: #222; 
margin-top: -15px; padding: 0; 
}





/* -------------------  FORM  ------------------- */


fieldset { 
padding: 10px 5px; 
border-bottom: 1px solid #ddd; 
border-top-width: 0; 
border-right-width: 0; 
border-left-width: 0; 
}


form label {
	cursor: pointer;
	vertical-align: top;
	width: 100px;
	padding-top: 5px;
	display: block;
	float: left;
}

input, select, textarea, .inputbox {
	padding: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 300px;
	border: solid 2px #C1DCF3; /*b2e2f7;*/
}

button, .button { 
padding: 3px 5px; 
border: solid 1px #777; 
color: #fff; 
font-size: 85%; 
background-color: #B4B4B4; 
text-transform: uppercase; 
margin-top: 5px; margin-left: 10px; 
}

.button:hover, .button:focus, button:hover, button:focus {
border: 1px solid #999999;
background-color:#C1DCF3;
color:#666666;
}

/*.inputbox { border: solid 1px #b2e2f7; }*/


/* ---------- BONUS TYPOGRAPHY STYLES ---------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}



/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}



/* ---------- MISCELLANOUS   ---------- */


div.back-button a,
div.back-button a:hover,
div.back-button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}


.clr {
	clear: both;
}

.blau { color: #C1DCF3; }

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

