@charset "utf-8";
/* CSS Document */

/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	height:100%;
}

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	height:100%;
	background: #999
}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
	padding: 30px 0;
	background:white;
}
	
#navigation {
	background:#f89c1c;
	padding-top:5px;
	height:2.1em;
}	

#navigation ul {
	list-style-type:none;
	padding-left:20px;
}

#navigation ul li {
	float:left;
	padding-right:17px;
	padding-bottom:5px;
}

#navigation ul li a {
	font-weight:bold;
	color:white;
	text-decoration:none;
	font-size:0.85em;
	padding-bottom:5px;
	background:url(images/nav-underline-black.gif) repeat-x bottom left;
}

#navigation ul li a:hover {
	color:black;
	background:url(images/nav-underline-white.gif) repeat-x bottom left;
}

#navigation .active a {
	color:black;
	background:url(images/nav-underline-white.gif) repeat-x bottom left;
}

#navigation_2nd_level {
	width:345px;
	text-align:right;
	height:25px;
	padding-top:10px;
}

#header {
}

#subheader {
	margin:0;
	padding:0;	
	clear:both;
}
	
#content {
	margin-left:375px;
	padding:30px 20px 20px;
}

#sidebar {
	float:left;	
	width: 350px;
}

#footer {
	margin-top:10px;
	padding: 6px 0;
	padding-left:20px;
	text-align:left;
	font-size:80%;
	clear:both;
}
	
.trenner {

	padding:2px 0;
	background: url(images/trenner-bg.png) repeat-x left 50%;
	margin-bottom:1em;
}	
	
h1, h2, h3, h4 {
	color: #f9af1d;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

h1 {
	font-size: 1.2em;
	line-height:1.7em;
	margin:0 0 1em;
}

h2 {
	font-size: 1.3em;
}

th {
	text-align:left;	
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0em 0 1.5em;;
}

#sidebar p {
	margin: 0 0 0.5em;
	padding-left:20px;
}

.highlight {
	font-weight:bold;
	color:#f9af1d;
	text-decoration:none;
}

.highlight_black {
	font-weight:bold;
	color:black;
	text-decoration:none;
}

#content ul {
	padding-left:1em;
	margin-top:0;
	margin-bottom:1em;
}

#content ul li, #content ol li {
	padding-bottom:7px;
	line-height:1.7em;
}

#content ul, #content ol {
	padding-left:1.5em;
	margin-top:0;
	margin-bottom:1em;
}


.sidebar_address {
	color:#d2232a;
}

/* Kleinerer Text */
.s {
	font-size: 0.7em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

p a:link, li a:link {
	color: #f89c1c;
	font-weight:bold;
	text-decoration:none;
}

p a:visited, li a:visited {
	color: #f89c1c;
	font-weight:bold;
	text-decoration:none;
}

p a:hover, li a:hover {
	text-decoration:underline;
}


#sidebar p a:link {
	font-weight:normal;
	color:black;
	text-decoration:underline;
}

#sidebar p a:visited {
	font-weight:normal;
	color: black;
}

#sidebar p a:hover {
	font-weight:bold;
}

#navigation_2nd_level a:link {
	font-weight:normal;
	color: #f89c1c;
	text-decoration:none;
}

#navigation_2nd_level a:visited {
	font-weight:normal;
	color: #f89c1c;
	text-decoration:none;
}

#navigation_2nd_level a:hover {
	color:black;
}

.nav_2nd_level_active {

	color:black;
	font-weight:bold

}

#faq_div .highlight a {
	font-weight:bold;
	color:#f9af1d;
}

#faq_div .highlight_black a {
	font-weight:bold;
	color:black;
}

#faq_answers_div {

}

.fag_show_answer {
	border: 1px solid #f9af1d;
	background:url(images/hypoxi-imagebild-1-30percent.jpg);
	padding:20px;
	width:430px;
	height:266px;
	overflow-y:auto;
}

.info_table {
	margin-left:-3px;
}

.info_table td, .info_table th {
	background: #e0e0e0;
	padding:3px;
}