/* css created by Nicola Winzer 2009 http://www.nicolawinzer.ch */

* {
	margin: 0;
	padding: 0;
	}

html { height: 100% } 

body {
	background-color: #c4d4dc;
	background-image: url(images/hintergrund.gif);
	background-repeat: repeat-y;
	scrollbar-base-color:#C4D4DC;
	scrollbar-arrow-color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	line-height:1.6em;
	}
#inhalt ul {
	margin: 0 0 1em 0;
	list-style-image: url(images/design/aufzaehlungszeichen.gif);
	}
#inhalt ul.navi {
	margin: 0 0 1em 0;
	list-style-image: url(images/design/dreieckli.gif);
	}
#inhalt li {
	margin: 0 0 0 1.5em;
	}
#header {
	background-image: url(images/hg_header.gif);
	background-repeat: no-repeat;
	height: 165px;
}
#praxisname {
	position: absolute;
	left: 20px;
	top: 120px;
	width: 210px;
	vertical-align: bottom;
}
#bild {
	position: absolute;
	left: 382px;
}
#sprachwahl {
	font-size: 11px;
	position: absolute;
	left: 700px;
}

#navi {
	margin: 50px 0 0 0;
	width: 229px;
	text-align: right;
}
#navi ul {
	list-style-type: none;
	margin: 0 0 0;
	padding: 3px 40px 0 0;
	line-height: 28px;
}
/* ----------Navigation -------------- */

.mainMenuLink{
	font-size: 1.3em;
	border-bottom: 1px solid #c4d4dc;
	display: block;
	padding: 4px 10px 3px 0;
	background-color: #dce5ea;
	}
.mainMenuLinkSelected{
	font-size: 1.3em;
	border-bottom: 1px solid #c4d4dc;
	display: block;
	padding: 4px 10px 3px 0;
	background-color: #dce5ea;
	font-weight: bold;
	}
.subMenuLink:hover{
	color: #333;
	}



img {
	border: none;
}

#titel {
	position:absolute;
	width: 370px;
	left: 382px;
	top: 185px;
}
#inhalt {
	position:absolute;
	padding: 0 0 50px 0;
	width: 360px;
	left: 382px;
	top: 215px;
}

h1 {
	font-size: 14px;
	color: #036;
	font-weight: normal;
}
h2 { 
	font-size: 14px; 
	font-weight: bolder; 
	color: #7599B4
	}
h3 {
	padding: 1em 0;
	font-size: 12px; 
	font-weight: bold; 
	color: #333333
	}
h4 {
	padding: 1em 0;
	font-size: 12px; 
	color: #5B5B5B}
p {
	padding-bottom: 1em;
	}
td p {
	font-size: 12px;
	line-height:1.6em;
	}
td h3 {
	padding: 0 0 1em 0;
	}
a:link {  
	font-size: 12px; 
	color: #003366; 
	text-decoration: none
	}
a:visited {  
	font-size: 12px; 
	color: #003366; 
	text-decoration: none}
a:hover {  
	font-size: 12px; 
	color: #003366; 
	text-decoration: underline}
.button {
	font-size: 14px;
	color: #C4D4DC;
	background-color: #052696;
	border: 1px none #FFFFFF;
}

