@import url("rte_formate.css");

body {
	font-family: Arial, Verdana, sans-serif;
	background-color: Snow;
	padding: 0 0 0 0;
	margin: 0;
	min-width: 800px;
	font-size: 13px;
	color: Black;
}

/*-------------------- Gesamt-Rahmen --------------------*/

div#All {
	position: absolute;
	left: 50%;
	margin-left: -444px;
}

/*-------------------- header --------------------*/

.titel {
	font-size: 13px;
	text-align: center;
	color: #914f19;
}

.Sprechst {
	font-size: 12px;
	color: #914f19;
	text-align: center;
	background-color: #e1a6a4;
}

/*-------------------- top navigation bar --------------------*/

#topnonav {
	font-size: 11px;
	line-height: 21px;
	background-color: #768ec3;
	border-top: solid 5px #914f19;
	border-bottom: solid 2px #914f19;
}

#topnav {
	font-size: 11px;
	line-height: 19px;
	color: #FFF;
	background-color: #768ec3;
	border-top: solid 5px #914f19;
	border-bottom: solid 2px #914f19;
	clear: both;
}

#topnav ul {
	list-style-type: none;
	height: 21px;
	border-left: solid 1px #914f19;
	margin: 0 0 0 142px;
	padding: 0 0 0 0;
}

#topnav li {
	font-size: 11px;
	width: 100px;
	float: left;
	border-right: solid 1px #914f19;
	text-align: center;
}

#topnav li a {
	color: black;
	text-decoration: none;
	padding: 0 0 0 0;
	display: block;
}

#topnav li a:hover {
	background-color: #e1a6a4;
}

#topnav li.act a {
	font-weight: bold;	
	background-color: #e1a6a4;
}

/*-------------------- left-column --------------------*/

#left-column {
	width: 202px;
	height: 395px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/stethoskop/st_4.gif);
}

/*-------------------- sub-navigation menu left --------------------*/

div#sub-nav {
	width: 110px;
	height: 160px;
	margin: 185px 0px 0px 0px;
	float: right;
	padding: 0 0 0 0;
}

table#sub-nav {
	background-color: #768ec3;
	width: 100%;
	border: 0px;
	text-align: center;
}

div#sub-nav a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: black;
	text-decoration: none;
	display: block;
}

div#sub-nav a:hover {
	background-color: #e1a6a4;
}

div#sub-nav a.act {
	font-weight: bold;
}

div#sub-nav ul#sub-level1 {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: -3px 3px 0px 3px;
	vertical-align: middle;
}

div#sub-nav ul#sub-level1 li {
	margin: 0 0px 0 0px;
	padding: 1px 0 1px 0;
	border-top: solid 3px Snow;
	text-align: center;
}

/*-------------------- sub-navigation menu cloud --------------------*/

div#cloud-nav {
	position: absolute;
	top: 180px;
	width: 195px;
	height: 133px;
	background-image: url(../images/wolke.gif);
}

div#sub-level2 {
	position: absolute;
	top: 16px;
	left: 30px;
	width: 135px;
	height: 65px;
	text-align: center;
}

div#cloud-nav a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

div#cloud-nav a:hover {
	color: #914f19;
	font-weight: bold;
}

div#cloud-nav a.act {
	font-weight: bold;
}

/*-------------------- center-column --------------------*/

#center-column {
	width: 676px;
	height: 385px;
	margin: 5px 0 0 0;
	overflow: auto;
	float: right;
	border-bottom: 1px none;
	border-top: none 1px;
	border-left: none 1px;
	border-right: none 1px;
	padding: 0 0 0 10px;
	scrollbar-base-color: Snow;
}

/*-------------------- bottom area --------------------*/

div#Bottom {
	width: 888px;
	height: 95px;
	font-size: 9pt;
	background-image: url(../images/stethoskop/st_5.gif);
}

/*-------------------- Tafel-News --------------------*/

div#Tafel {
	position: absolute;
	bottom: -20px;
	right: 5px;
	width: 171px;
	height: 151px;
	background-image: url(../images/tafel.gif);
}

div#TafelText {
	position: absolute;
	top: 10px;
	left: 13px;
	width: 146;
	height: 92;
	clip: rect(0px 146px 92px 0px);
	font-size: 10pt;
	color: #FFFFFF;
	border: none;
}

#TafelText a {
	color: #FFFFFF;
}