html {
	height:101%;
}
body {
	margin: 0px;
	background:url(../../_images/bg.gif) repeat-x;
	text-align:center;
}

/*****************************************************
	wichtige Elemente 
*****************************************************/
#header {
	position:relative;
	width:830px;
	height:140px;
	margin:0px auto;
	text-align:left;
}
#logo {
	position:absolute;
	top:65px;
	right:0px;
}
#navigation {
	position:absolute;
	top:0px;
	left:0px;
	height:140px;
	background:url(../../_images/bg_navigation_border.gif) no-repeat right;
}
#navigation_meta {
	position:absolute;
	top:5px;
	right:0px;
}
#container {
	width:830px;
	margin:0px auto;
	text-align:left;
}
#content {
	float:left;
	width:580px;
	padding:20px 0px 20px 40px;
}
* html #content {
	width:600px;
}

#bar_left {
	float:left;
	width:200px;
	margin:30px 0px 20px 0px;
	height:300px;
}
#footer {
	clear:both;
	border-top:1px dotted #aaa;
	text-align:center;
	height:40px;
}
#footer div {
	padding:10px 0px 0px 0px;
	color:#999;
	margin:0px auto;
	width:830px;
	text-align:left;
}

div.footnotes {
	margin-top:20px;
	border-left:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
	border-right:1px dotted #aaa;
	padding-left:20px;
}

/*****************************************************
	Links 
*****************************************************/
a {
	color:#81BD00;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a.active {
	font-weight:bold;
}
#bar_left #nav, #bar_left #subnav {
	list-style:none;
	margin:0px;
	padding:0px;
}
* html #bar_left #nav {
	padding:0px;
	margin:0px;
}
#bar_left #nav {
	border-bottom:1px dotted #aaa;
}
#bar_left #nav li {
	border-top:1px dotted #aaa;
	padding:5px 0px;
}
#bar_left #subnav {
	padding:5px 0px 5px 0px;
}
#bar_left #subnav li {
	border-top:none;
	padding:1px 0px 1px 30px;
}
#bar_left #nav a {
	font-weight:bold;
	color:#888;
}
#bar_left #nav a:hover {
	color:#000;
}
#bar_left #nav a.active {
	color:#81BD00;
	font-weight:normal !important;
}
#bar_left #subnav a {
	font-weight:normal;
	border-top:0px;
}


#navigation a {
	height:40px;
	padding:100px 20px 0px 20px;
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	border:none !important;
	float:left;
	background:url(../../_images/bg_navigation_border.gif) no-repeat;
}
* html #navigation a {
	height:140px;
}
#navigation a:hover {
	background:url(../../_images/bg_navigation_hover.gif);
}
#navigation a.active {
	background:url(../../_images/bg_navigation_active.gif);
	font-weight:normal !important;
}
#navigation a.active:hover {
	color:#383838;
}
#navigation_meta a {
	color:#e6f4c9;
	margin-right:10px;
}
#navigation_meta a:hover {
	color:#fff;
}
#navigation_meta a.active {
	color:#383838;
	font-weight:normal !important;
}

#footer a {
	color:#999;
	border:none;
}
#footer a:hover{
	color:#000;
}

/*****************************************************
	Text 
*****************************************************/
body, table {
	font-size:11px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#383838;
}
h1 {
	padding:0px;
	margin:0px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:40px;
}
h2 {
	font-size:20px;
	font-weight:normal;
	padding:5px 0px 10px 0px;
	margin:0px;
}
h3 {
	margin:20px 0px 0px 0px;
}
h1 span {
	font-style:italic;
	color:#A4F000;
}
#content {
	line-height:18px;
}
p {
	padding:5px 0px 10px 0px;
	margin:0px;
}

.footnote {
	color:#aaa;
}

ul, ol {
	margin:10px 0px 30px 0px;
}
* html ul, * html ol {
	margin:10px 0px 30px 45px;
}
ul {
	list-style:circle;
}


/*****************************************************
	Tabellen 
*****************************************************/
tr.hover:hover {
	background:#f4f3e7;
}
.kontakt td {
	padding:5px 0px 5px 0px;
}
td.error {
	font-weight:bold;
	color:#82BF00;
	padding-left:10px;
}
.klinikinfo td {
	padding-bottom:5px;
}

/*****************************************************
	Diverses 
*****************************************************/
.footnote {
	color:#888888;
	font-weight:normal;
}
#karte {
	float:left;
	margin:10px 20px 10px 0px;
	background:url(../../_images/content/deutschland.gif);
}


/*****************************************************
	Formulare 
*****************************************************/
form {
	display:inline;
}
input.style, textarea.style, button.style, select.style {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #BFBFBF;
	background:#f4f4f4;
	font-size:11px;
	height:16px;
	padding:2px 2px 1px 2px;
	color:#383838;
}
input.style:focus, textarea.style:focus, button.style:focus, select.style:focus {	
	background:#efc;
}