/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #1658af url(../images/bg/bg_vertical.jpg);
}

h1, h2, h3, h4 { color: #666; font-weight: normal; }
h1 { font-size: 120%; }
h2 { font-size: 116%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

a {
	text-decoration: none;
}


#PageContent p {
}

#PageContent ul {
	list-style-type: square;
}

#PageContent li {
	line-height:1.5;
}

/* Layout */

#Container {
	width: 64em;
	min-width: 760px;
	margin: 2em auto 2em auto;
	border: 1px solid #708090;
	background-color: White;
	color: #666;
}

#PageHead {
	height: 223px;
	text-align: center;
	border-bottom: 1px solid silver;	
	background: url(../images/head_links_oben.jpg) no-repeat left;
}

#Logo {
	position: relative;
	top: 70px;
	left: 30px;
}

#Teaser {
	position: relative;
	top: 110px;
	left: 10px;
}

#PageNav {
	float: left;
	width: 10em;
	min-height: 300px;
	margin: 0;
	border: none;
	padding: 1em;
}

#PageContent {
	min-height: 300px;
	margin-left: 12em;
	border-left: 1px solid silver;
	padding: 1em 2em 1em 2em;
}

#PageFooter {
	text-align: center;
	border-top: 1px solid silver;
	padding: 0.5em 2em 0.5em 2em;
	color: #666;
	font-size: 80%;	
}

/* Navigation */

#MainMenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#MainMenu a { 
	display: block;
	height: 1.5em;
	margin: 0;
	border-bottom: 1px solid #EEE;
	padding: 0.8em 1.5em 0.70em 1.5em;
	color: #666;
	text-decoration: none; 
	font-size: 90%;
}

#MainMenu a:hover, #MainMenu a:active { 
	background-color: #f8f8ff;
	color: #244167;
}


#PageContent table {
	border-spacing: 0px;
	empty-cells: show;
}

#Leistungen li {
	/* padding-top: 8px;
	padding-bottom: 8px; */
	line-height: 3em;
}

#Sprechzeiten td {
	font-size: 120%;
	padding: 5px 0 5px 0;
}


.bigword {
	font-size: 150%;
}

.BildRechts {
	position: relative;
	right: 0;
	margin-left: 12px;
}
