body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a:link, a:visited, a:active {
	color: #0078B3;
}
a:hover {
	color: #00B789;
	text-decoration: none;
}

a.textlink:link, a.textlink:visited, a.textlink:active, a.textlink:hover {
	color: #000;
	text-decoration: none;
}

a.big_link:link, a.big_link:visited, a.big_link:active {
	padding: 10px 15px 11px 40px;
	font-weight: bold;
	font-size:13px;
	background-image: url(pfeil.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	background-color: #edf6fb;
	border: 1px dotted #069bd2;
	text-decoration: none;
}
a.big_link:hover {
	background-position: 12px 6px;
	border-style: solid;
	color: #069bd2;
	background-color: #FFFFFF;
}
.blue {
	color:#045ECA;
}
.msg {
	clear: both;
	color: #069bd2;
	font-weight: bold;
	border: 1px solid #069bd2;
	padding: 4px 30px;
	margin: 20px 55px;
	background-image: url(icon_info_back.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.msg div {
	padding: 5px 0px 5px 40px;
	background-image: url(icon_info.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.achtung {
	clear: both;
	color: #990000;
	font-weight: bold;
	border: 1px solid #990000;
	padding: 4px 30px;
	margin: 20px 55px;
	background-image: url(icon_fehler_back.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.achtung div {
	padding: 5px 0px 5px 40px;
	background-image: url(icon_fehler.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.erfolg {
	clear: both;
	color: #339900;
	font-weight: bold;
	border: 1px solid #339900;
	padding: 4px 30px;
	margin: 20px 55px;
	background-image: url(icon_ok_back.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.erfolg div {
	padding: 5px 0px 5px 40px;
	background-image: url(icon_ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#layer_msg {
	position: absolute;
	top: 65px;
	left: 250px;
	width: 530px;
}

h1 {
	font-size: 18px;
	color: #0078B3;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
h2 {
	font-size: 14px;
	color: #0078B3;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
h3 {
	font-size: 12px;
	color: #069bd2;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
ol {
	margin-top: 0px;
}
.formbox {
	padding: 10px;
	border: 2px solid #069bd2;
	width: 470px;
	background-color: #edf6fb;
}
form {
	padding: 0px;
	margin: 0px;
}
.normtable {
	border-collapse: collapse;
	border: 1px solid #069bd2;
}
.normtable th {
	border: 1px solid #fff;
	background-color: #069bd2;
	color: #FFFFFF;
	font-size: 12px;
}
.normtable td {
	border: 1px solid #069bd2;
}

#main {
	position: relative;
	width: 958px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 84px;	
}
#login_box{
	position:absolute;
	top:35px;
	left:450px;	
}
#stats {
	position: absolute;
	top: 15px;
	right: 13px;
	font-size: 10px;
	color: #888;
	text-align: left;
}
#such_gruppen_select option {
	background-color: #fff;
}
#such_gruppen_select optgroup {
	background-color: #d8eaf4;
	color: #333333;
}
#such_gruppen_select optgroup option {
	background-color: #fff;
}
#fachgebiet_select option {
	background-color: #d8eaf4;
}
#fachgebiet_select optgroup {
	background-color: #d8eaf4;
	color: #333333;
}
#fachgebiet_select optgroup option {
	background-color: #fff;
}
ul {
	list-style-image: url(list.gif);
	margin-top: 10px;
}
#no_script {
	position: absolute;
	top: 15px;
	left: 0px;
	padding: 3px 6px;
	font-size: 11px;
	color: #990000;
	border: 1px solid #990000;
	background-color: #fbefef;
}

/* Navi =============================== */
#navi {
	height: 70px;
	background-image: url(navi_back.gif);
	background-repeat: repeat-x;
	margin-bottom: -8px;
}
#navi a:link, #navi a:visited, #navi a:active {
	display: block;
	float: left;
	margin-bottom: 5px;
	padding: 15px 14px 5px 14px;
	background-image: url(navi_button_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}
#navi a:hover, #navi a.aktiv:link, #navi a.aktiv:visited, #navi a.aktiv:active {
	background-image: url(navi_button_back_over.gif);
	color: #00B789;
}
#navi a.my_research:link, #navi a.my_research:visited, #navi a.my_research:active {
	background-position: left top;
	padding: 11px 14px 9px 14px;
}
#navi a.my_research:hover {
	background-image: url(navi_button_mein_back_over.gif);
}

/* mit Subnavi =============================== */
#content_subnav_container {
	float: left;
	width: 490px;
}
#content_subnavi {
}
#right_nav {
	float: right;
}
#subnav_container {
	background-image: url(subnavi_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 13px 14px 13px;
}
#subnavi {
	position: relative;
	width: 160px;
	border: 2px solid #0078B3;
	background-image: url(subnavi_verlauf.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 0px 5px 0px;
	margin-top: 1px;
}
#subnavi_titel {
	position: absolute;
	background-color: #FFFFFF;
	padding: 0px 6px;
	top: -9px;
	left: 6px;
	font-weight: bold;
	color: #0078B3;
}
#subnavi a:link, #subnavi a:visited, #subnavi a:active {
	display: block;
	padding: 3px 5px 3px 20px;
	margin: 1px 0px 4px 0px;
	background-image: url(link_punkte_rechts.gif);
	background-repeat: no-repeat;
	background-position: 12px 7px;
	text-decoration: none;
	font-size: 11px;
}
#subnavi a:hover, #subnavi a.aktiv:link, #subnavi a.aktiv:visited, #subnavi a.aktiv:active {
	background-color: #0078B3;
	background-position: 12px -43px;
	color: #FFFFFF;
}

/* Links =============================== */
#links {
	float: left;
	width: 260px;
	margin-bottom: 30px;
}

/* Most Searches =============================== */
#most_searches {
	position: relative;
	margin: 0px 16px 20px 15px;
	padding: 16px 8px 7px 8px;
	border: 2px solid #0078B3;
	background-image: url(subnavi_verlauf.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#most_searches_title {
	position: absolute;
	top: -11px;
	left: 6px;
}
#most_searches a:link, #most_searches a:visited, #most_searches a:active {
	display: block;
	padding: 1px 5px 1px 15px;
	margin: 0px;
	background-image: url(link_punkte_rechts.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	text-decoration: none;
	font-size: 11px;
}
#most_searches a:hover {
	background-color: #0078B3;
	background-position: 7px -45px;
	color: #FFFFFF;
}

/* normaler Content =============================== */
#content_container {
	float: right;
}
#content {
	padding: 12px 0px 30px 15px;
}
#content_links_container {
	float: left;
	width: 228px;
	
}
#content_links {
	padding: 0px 15px 0px 15px;
	background-image: url(sub_links_back_oben.jpg);
	background-repeat: repeat-x;
}
#content_links_container .unten {
	height: 106px;
	background-image: url(sub_links_back_unten.jpg);
	background-repeat: repeat-x;
}
#content_rechts {
	float: right;
	width: 450px;
}
#content_register_right {
	width: 630px;
	display:block;
	float:left;
}
#search_container {
	margin: 0px 0px 0px 0px;
	background-image: url(search_block.jpg);
	background-repeat: no-repeat;
}
#suche {
	width: 260px;
	height: 300px;
}
#suche td {
	color: #069bd2;
}

#map_container {
	position: relative;
	margin-bottom: 12px;
}
#map {
	width: 681px;
	border: 1px solid #069bd2;
}
a.max_min1:link, a.max_min1:visited, a.max_min1:active {
	display: block;
	position: absolute;
	width: 150px;
	height: 26px;
	top: 8px;
	right: 8px;
	background-image: url(map_max-min.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.max_min1:hover {
	background-position: 0px -26px;
}
a.max_min2:link, a.max_min2:visited, a.max_min2:active {
	display: block;
	position: absolute;
	width: 150px;
	height: 26px;
	top: 33px;
	right: 8px;
	background-image: url(map_max-min.gif);
	background-repeat: no-repeat;
	background-position: 0px -52px;
}
a.max_min2:hover {
	background-position: 0px -78px;
}

.bewerten_frage {
}
.bewerten_frage h3 {
	margin: 15px 0px 0px 0px;
	padding: 3px 4px 3px 6px;
	background-image: url(bewerten_frage_back.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

.bewertung_head {
	clear: both;
	padding: 14px 0px 15px 7px;
	margin-bottom: 10px;
	background-image: url(detail_frage_headback.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #069bd2;
}
.bewertung {
	clear: both;
	padding: 3px 0px 6px 7px;
	background-image: url(detail_frage_back.gif);
	background-repeat: repeat-x;
}
#bewerten_optionale_fragen {
	position: relative;
	border:2px solid #069bd2;
	padding: 15px;
}

.balken {
	float: left;
	width: 75px;
	background-image: url(balken_back.gif);
	background-repeat: no-repeat;
}
.balken img {
	margin: 3px 0px 2px 3px;
}
.schnitt_head {
	display: inline;
	padding: 6px 5px 9px 5px;
	background-image: url(ergebnis_durchschnitt_back.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
.schnitt {
	float: left;
	width: 54px;
}
.eintrag_merken {
	display: inline;
}

/* ERGEBNISLISTE =============================== */
#waiter {
	position: absolute;
	top: 144px;
	width: 380px;
	margin: 0px 160px;
}
table.sort_header {
	margin: 15px 0px 10px 0px;
}
table.sort_header td {
	font-size: 11px;
	background-image: url(list_sort_back.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sort_header td a:link, .sort_header td a:active, .sort_header td a:visited {
	display: block;
	padding: 3px 15px 2px 5px;
	margin-right: 6px;
	background-image: url(pfeil_down_grau.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #6995a9;
	text-decoration: none;
}
.sort_header td a:hover, .sort_header td a.aktiv:link, .sort_header td a.aktiv:active, .sort_header td a.aktiv:visited {
	margin-right: 0px;
	padding-top: 2px;
	background-image: url(list_sort_back_over.gif);
	background-position: right top;
	color: #fff;
}
.sort_header .spalte1 {
	width: 28px;
}
.sort_header .spalte2 {
	width: 160px;
}
.sort_header .spalte3 {
	width: 220px;
}
.sort_header .spalte4 {
	width: 124px;
}
.sort_header .spalte5 {
	width: 140px;
}
.sort_header .spalte6 {
	width: 104px;
	background-position: left top;
}

div.ergebnis {
	height: 64px;
	background-image: url(ergebnis_back.jpg);
	background-repeat: no-repeat;
	margin-top: 6px;
}
.dist_marker {
	width: 22px;
	padding: 5px 0px 20px 0px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(dist_marker.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
}
.ergebnis .spalte1 {
	width: 44px;
	font-size: 10px;
	padding: 7px 0px 0px 0px;
	line-height: 11px;
}
.ergebnis .spalte2 {
	width: 165px;
	padding: 10px 0px 0px 0px;
}
.ergebnis .spalte2 a {
	display: block;
	margin-bottom: 6px;
}
.ergebnis .spalte3 {
	width: 245px;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
}
.ergebnis .spalte4 {
	width: 124px;
	padding: 9px 0px 0px 0px;
}
.ergebnis .spalte5 {
	width: 136px;
	padding: 15px 0px 0px 0px;
	color:#069bd2;
}
/* Liste: Paging ================================================================== */
.num_results img {
	margin-left: 4px;
}
#contentLoading{	
	margin:4px;
	display:none;
	
}
#content_paging {
	text-align: center;
	vertival-align: center;
	font-size: 10px;
}
#content_paging a.page_num:link, #content_paging a.page_num:active, #content_paging a.page_num:visited {
	padding: 0px 4px;
	text-decoration: none;
}
#content_paging a.page_num:hover, #content_paging a.aktiv:link, #content_paging a.aktiv:active, #content_paging a.aktiv:visited {
	color: #ffffff;
	background-color: #069bd2;
}
#content_paging a.prev:link, #content_paging a.prev:active, #content_paging a.prev:visited {
	padding: 0px 9px;
	background-image: url(pfeil_links_blau.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content_paging a.next:link, #content_paging a.next:active, #content_paging a.next:visited {
	padding: 0px 9px;
	background-image: url(pfeil_rechts_blau.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#content_paging a.no_prev:link, #content_paging a.no_prev:active, #content_paging a.no_prev:visited {
	padding: 0px 9px;
	color: #b5cad3;
	text-decoration: none;
	background-image: url(pfeil_links_grau.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content_paging a.no_prev:hover {
	cursor: default;
	color: #b5cad3;
}
#content_paging a.no_next:link, #content_paging a.no_next:active, #content_paging a.no_next:visited {
	padding: 0px 9px;
	color: #b5cad3;
	text-decoration: none;
	background-image: url(pfeil_rechts_grau.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#content_paging a.no_next:hover {
	cursor: default;
	color: #b5cad3;
}

/* STARTSEITE =============================== */
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
}
#noflash_logo {
	position: absolute;
	left: 411px;
	top: 19px;
}
#noflash_bild {
	position: absolute;
	left: 610px;
	top: 127px;
}

#flashspacer {
	height: 205px;
	padding-left: 25px;
}
#start_subnavi a:link, #start_subnavi a:visited, #sstart_ubnavi a:active {
	display: block;
	float: left;
	margin-top: 20px;
	padding: 7px 24px 6px 24px;
	background-image: url(subnav_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	font-size: 11px;
}
#start_subnavi a:hover {
	background-position: 0px -28px;
}
.subnav_content {
	clear: both;
	margin: 0px 0px 0px 58px;
	color: #666;
}

#header_start {
	height: 64px;
}
#start_content {
	height: 322px;
	background-image: url(home_leiste.gif);
	background-repeat: repeat-x;
}
#start_news {
	margin: 41px 6px 0px 6px;
	padding: 25px 8px 8px 8px;
	border: 1px solid #c2c2c2;
	font-size: 10px;
	color: #666;
}
#start_news h3 {
	display: inline;
	font-weight: normal;
}
#start_news h3 a:link, #start_news h3 a:visited, #start_news h3 a:active {
	font-size: 11px;
	color: #555;
	text-decoration: none;
}
#start_search_container {
	margin: 26px 8px 0px 8px;
	float: left;
	background-image: url(suchen_back.gif);
	background-repeat: no-repeat;
}
#start_suche {
	width: 420px;
	height: 296px;
}
#start_suche td {
	color: #069bd2;
}
#start_arzt {
	margin: 41px 6px 0px 6px;
	padding: 8px;
	border: 1px solid #c2c2c2;
	color: #666;
}

/* Footer =============================== */
#footer {
	clear: both;
	margin-top: 20px;
	padding: 5px;
	color: #666666;
	border-top: 1px solid #999;
	font-size: 10px;
	text-align: center;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #333333;
}

/* Sitemap =============================== */
ul.sitemap a:link, ul.sitemap a:visited, ul.sitemap a:active {
	text-decoration: none;
}
ul.sitemap {
	list-style-image: url(list.gif);
	margin: 0px 0px 0px 20px;
}
ul.sitemap li {
	padding: 0px 0px 3px 5px;
	margin: 3px 0px 0px 0px;
	font-weight: bold;
}
ul.sitemap ul {
	list-style-image: url(list.gif);
	margin-top: 3px;
	margin-bottom: 6px;
}
ul.sitemap ul li {
	padding: 0px 0px 2px 5px;
	font-weight: normal;
}

table.reg label {
	width:200px; display:block; text-align:right;
}
table.reg input{
	width:230px
}
table.reg span {display:inline}