@CHARSET "UTF-8";

/* set the standards */
html,address,blockquote,body,div,dl,dt,dd,fieldset,form,h1,h2,h3,h4,h5,h6,ol,p,ul,li,center,hr,pre,table,tr,td,th,thead,tbody,tfoot,caption
	{
	font-family: inherit;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	text-decoration: none;
	padding: 0;
	margin: 0;
	float: none;
	border: 0px;
	display: block;
	cursor: default;
}

span,a,img,abbr,code,em,strong,b,i,textarea,legend,button,input,object,select,var,tt,kbd,samp,small,sub,sup
	{
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	color: inherit;
	display: inline;
	float: none;
	border: 0;
}

li {
	display: list-item;
}

table {
	display: table;
	border-spacing: 0;
	border-collapse: collapse;
}

tr {
	display: table-row;
}

th,td {
	display: table-cell;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

caption {
	display: table-caption;
}

colgroup {
	display: table-column-group;
}

col {
	display: table-column;
}

head {
	display: none;
}

button,textarea,input,object,select {
	display: inline-block;
}

/* 
 * main frame size: 950px
 * colors:	dark-gray	#959595
 *			light-gray	#bfbfbf
 *			white/gray	#e5e5e5
 *
 *			dark-green	#007f7b
 *			light-green	#6abbbf
 *			white/green	#aee0ec
*/ 
body {
	background-color: #959595;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6c6c;
}

/* links */
a {
	text-decoration: none;
	color: #007f7b;
}

a:hover {
	text-decoration: underline;
	color: #6abbbf;
}

/* bold (for firefox?) */
strong,b {
	font-weight: bold;
}

/* nice (r) */
sup {
	font-size: 0.6em;
}

/* wrapper */
#wrapper {
	margin: auto;
	width: 950px;
}

/* container*/
.container {
	width: 100%;
	float: left;
}

/* logo */
#logo {
	position: absolute;
	top: 127px;
	left: 50%;
	z-index: 10;
	margin-left: 50px;
	width: 350px;
	height: 140px;
	background: url("/img/visudoc.png") no-repeat transparent;
}
#logo.partner {
	top: 50px;
}

/* header */
#header {
	height: 280px;
	background: url(../img/backgrounds/header.png) #bfbfbf;
}

/* content */
#content, #content.admin, #content.partner {
	height: 100%;
	min-height: 430px;
	padding: 20px 230px 50px 230px;
	background: url(../img/backgrounds/content.png) #bfbfbf;
	font-size: 12px;
	line-height: 1.3em;
}

#content.admin {
	padding: 20px 230px 50px 50px;
}

#content ul, #content ol {
	margin-left: 20px;
}


#content ul {
	list-style: url(../img/more.png) circle outside;
}
#content li {
	margin-top: 10px;
}


ul#sitemap {
	margin: 20px 0px 0px 0px;
	list-style: none;
}


ul#sitemap li {
	margin: 5px 0px 5px 0px;
}

ul#sitemap li a.actions {
	font-size: 10px;
	font-weight: normal;
}

ul#sitemap li.level0 {
	font-weight: bold;
}

ul#sitemap li.level1 {
	font-weight: bold;
	padding-left: 20px;
}
ul#sitemap li.level2 {
	padding-left: 40px;	
}

/* modified content for partner area */
#content.partner {
	background: url(../img/backgrounds/content-partner.png) #ffffff;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#content h1 {
	padding-top: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #6abbbf;
	line-height: 1.3em;
}

#content h2 {
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #6abbbf;
}
#content h3 {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #6abbbf;
}

#content h4 {
	padding-top: 10px;
	font-size: 13px;
	border-bottom: 1px solid #959595;
}

#content p {
	padding-top: 10px;
}
#content p.nopadding {
	padding-top: 0px;
}

#content img.leftimage {
	float: left;
	margin: 5px 10px 10px 0;
	border: 1px solid  #959595;
}

/* map points */
#content div.mappoint {
	z-index: 20;
	color: white;
	vertical-align: middle;
}
#content div.mappoint img {
	float: left;
	padding-right: 5px;
}
#content img.map {
	position: absolute;
	top: 540px;
	left: 50%;
	z-index: 10;
	margin-left: -250px;
}

#content div.mappoint a,#content div.mappoint a:hover {
	color: white;
	text-decoration: none;
}

/* footer */
#footer {
	height: 20px;
	background: url(../img/backgrounds/header.png) #bfbfbf;
}

#footer ul {
	margin: 0 0 0 25px;
	padding: 3px 0;
}

#footer ul li {
	margin-right: 5px;
	padding: 0;
	list-style: none;
	display: inline;
	color: white;
}

/* main navigation */
.mainmenu a,#footer a {
	color: white;
}

.mainmenu a:hover,#footer a:hover {
	text-decoration: none;
	color: #007f7b;
}

.mainmenu a.active {
	color: #007f7b;
}

ul.mainmenu {
	margin: 22px 0 0 25px;
	padding: 0;
}

ul.mainmenu li {
	margin-right: 1px;
	padding: 0;
	list-style: none;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
}

/* subnavigation */
#submenu, #login, #submenu_duplicate, #partnermenu {
	position: absolute;
	top: 250px;
	left: 50%;
	z-index: 10;
	margin-left: -460px;
	width: 200px;
	height: 200px;
	background: url(../img/backgrounds/subnav.jpg) no-repeat;
}
#submenu_duplicate {
	top: 450px;
	background: url(../img/backgrounds/subnav2.jpg) no-repeat;
}
#submenu a:hover, #submenu_duplicate a:hover {
	text-decoration: none;
	color: #6c6c6c;
}
#submenu a.active, #submenu_duplicate a.active {
	color: #6c6c6c;
}
#submenu ul {
	margin: 45px 0 0 20px;
	padding: 0;
}

#submenu_duplicate ul {
	margin: 30px 0 0 30px;
	padding: 0;
}
#submenu ul li, #submenu_duplicate ul li {
	margin-right: 5px;
	padding: 0 0 5px 0;
	list-style: none;
	font-size: 12px;
	color: #959595;
}
#submenu_duplicate ul li {
	font-size: 10px;
	line-height: 1.0em;
}
#submenu2 ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#submenu2 ul li {
	padding: 0 0 2px 0;
}


/* sidebar */
#sidebar {
	position: absolute;
	top: 280px;
	left: 50%;
	z-index: 10;
	margin: 0 0 0 274px;
	width: 200px;
	padding: 0;
	line-height: 1.5em;
}

#custom_sidebar {
	position: absolute;
	top: 280px;
	left: 50%;
	z-index: 10;
	margin: 0 0 0 275px;
	padding: 0;
	line-height: 1.5em;
	width: 198px;
}

#sidebar h3 {
	margin: 15px;
	margin-bottom: 0;
	color: #007f7b;
	font-size: 11px;
	font-weight: bold;
}

#sidebar p {
	margin: 15px;
	margin-top: 0;
}

#userlist td {
	padding: 2px;
}
#userinf {
	margin: 10px;
	padding: 10px;
	border: 1px solid white;
	background-color: #e5e5e5;
}



/* login / debug */
#login {
	padding: 33px 0 0 39px;
}

#login input.text, 
#userinf input.text, 
#debuginfo input.text {
	margin: 3px 0px 5px 0px;
	padding: 1px;
	border: 1px solid black;
	background-color: white;
	width: 100px;
}

#login input.button, 
#userinf input.button, 
#debuginfo input.button,
#formfck input.button {
	border: 1px solid black;
	background-color: #dddddd;
	padding: 1px;
}

#debuginfo {
	clear: both;
	padding: 10px;
	margin: 40px auto 0px auto;
	border: 1px solid red;
	background-color: white;
	width: 930px;	
}
#debuginfo h3 {
	color: #007f7b;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}


/* form handling */
form {
  margin: 0;
  padding: 0;
  width: 100%;
}

#contactform fieldset {
  clear: both;
  border-color: #959595;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
}

#contactform fieldset legend {
  margin: 0 0 10px 0;
  padding: 0 5px 0 5px;
  font-weight: bold;
}



#contactform label {
	clear: left;
	display: block;
	float: left;
	margin: 0 0 5px 5px;
	width: 130px;
	height: 20px;
}

#contactform input, select, textarea {
	display: block;
	float: left;
	margin: 0 0 5px 0;
	width: 300px;
	height: 20px;
	border: 1px solid #007f7b;
	background-color: white;
}

#contactform input[type="hidden"] {
	display: none;
}

#contactform input[type="checkbox"] {
	background-color: transparent;
	border: 0px;
}


#contactform textarea {
	height: 200px;
}

#contactform input.inputSubmit {
	border: 1px solid #959595;
	width: 150px;
	height: 25px;
	background-color: #bfbfbf;

}
.inputSubmit {
	margin: 20px 0 20px 145px;
	border: 1px solid #959595;
	width: 150px;
	height: 25px;
	background-color: #bfbfbf;

}

.inputSubmitDefault {
	border: 1px solid #959595;
	width: 150px;
	height: 25px;
	background-color: #bfbfbf;

}

div.checkboxrow label {
	clear: left;
	display: block;
	float: left;
	margin: 0 0 5px 5px;
	width: 130px;
	height: 20px;
}

div.checkboxrow input {
	display: block;
	float: left;
	margin: 0 0 5px 0;
	height: 20px;
	border: 1px solid #007f7b;
	background-color: white;
}


/* form handling */
form.admin {
  margin-top: 10px;
  padding: 0;
  width: 100%;
  
}

form.admin fieldset {
  clear: both;
  border-color: #959595;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
}

form.admin fieldset legend {
  margin: 0 0 10px 0;
  padding: 0 5px 0 5px;
  font-weight: bold;
}
input.StandardButton{
	background: #bfbfbf;
	border: 1px solid #959595;
	padding: 2px;
	font-size: 11px;
	color: #6c6c6c;
}

form.admin label {
	clear: left;
	display: block;
	float: left;
	margin: 0 0 5px 5px;
	width: 130px;
	height: 20px;
}

form.admin input, select, textarea {
	display: block;
	float: left;
	margin: 0 0 5px 0;
	width: 300px;
	height: 20px;
	border: 1px solid #007f7b;
	background-color: white;
}
form.admin textarea {
	height: 200px;
}

form.admin input.inputSubmit {
	border: 1px solid #959595;
	width: 150px;
	height: 25px;
	background-color: #bfbfbf;

}

form.admin div.formrow .formerror {
	color: red;
	margin: 0px 0px 8px 135px;
	clear: both;	
}


table.partner {
	margin: 10px 0px 10px 0px;
}

table.partner th {
	font-weight: bold;
	padding: 3px 7px 3px 7px;
}

table.partner td {
	padding: 3px 7px 3px 7px;
}

table.partner input.new {
	display: block;
	float: left;
	height: 20px;
	border: 1px solid #007f7b;
	background-color: white;
}

table.partner input.newSubmit {
	border: 1px solid #959595;
	width: 100px;
	height: 25px;
	background-color: #bfbfbf;

}


/* partner overview */
#MarkerCaption {
	white-space: nowrap;
	padding: 0 2px 0 0;
	background: url(../img/pics/map_label_bg.gif) no-repeat;
}
#MarkerCaption a {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

#MarkerCaptionSmall {
	color: white;
	font-size: 10px;
}

/* partner menu */
#partnermenu {
	top: 220px;
	background: none;
	height: auto;
}
#partnermenu ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#partnermenu ul li a, #partnermenu ul li a:visited {
	display: block; 
	text-decoration: none; 
	color: #6c6c6c; 
	width: 150px; 
	height: 20px;
	background: white; 
	line-height: 19px;
	padding: 5px 0 5px 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
#partnermenu ul li:hover a, #partnermenu ul li a.active {
	color: #ffffff;
	background: #007f7b;
}

.partnerpopup,
.standortpopup {
	padding: 5px;
	border: 1px solid black;
}

/* Glossar */
.GlossarImg {
	float: right;
	margin: 15px;
	margin-right: 0;
}


/* Partnerdetail */
/* damit's immer scrollbalken gibt -> die seite nicht springt */
/* von ag => wirklich n�tig ??? */
html {
  overflow-y: scroll;
}

.clearer {
    clear:both;
}

#content.partnerdetail {
    width:950px;
	height: 100%;
	min-height: 430px;
	padding: 0px;
	background: url(../img/backgrounds/content.png) #bfbfbf;
	font-size: 12px;
	line-height: 1.3em;
}

#content.partneruebersicht {
    width: 950px;
	height: 100%;
	min-height: 750px;
	padding: 0px;
	background: url(../img/backgrounds/content_partner1.gif) #bfbfbf;
	font-size: 12px;
	line-height: 1.3em;
}

#breadcrumbs {
    width:auto;
    height:23px;
    background:#D4D4D4 url(../img/backgrounds/breadcrumbs.png);
    padding:10px 0 0 30px;
}


.trennlinie {
    width:auto;
    height:1px;
    clear:both;
    margin:10px 0 10px 0;
    border-bottom:1px solid #ffffff;
}

#adresse {
    width:auto;
    padding:15px 20px 20px 30px;
    min-height: 40px;
}

#partnertabs {
	height: 25px;
    clear: both;
    /*border-bottom:1px solid #ffffff;*/
}

#partnertabs a, #partnertabs div {
	float: left;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #6C6C6C;
    background-color: #d4d4d4;
}

#partnertabs a.tab_start {
	width: 93px;
    border-left: 0px;
	color: #007e76;
	background: url('/img/backgrounds/tab_bg.jpg') no-repeat;
}
#partnertabs a.tab_start_active {
	width: 93px;
    background-color: #e5e5e5;
    background: url('/img/backgrounds/tab_bg_active.jpg') no-repeat;
    border-left: 0px;
    border-bottom: 0px;
}

#partnertabs a.tab_klinik {
	width: 145px;
	color: #007e76;
}

#partnertabs a.tab_klinik_active {
	width: 145px;
    background-color: #e5e5e5;
	border-bottom: 0px;
}

#partnertabs a.tab_augenaerzte {
	width: 123px;
	color: #007e76;
}

#partnertabs a.tab_augenaerzte_active {
	width: 123px;
    background-color: #e5e5e5;
	border-bottom: 0px;
}

#partnertabs a.tab_leistungen {
	width: 126px;
	color: #007e76;
}
#partnertabs a.tab_leistungen_active {
	width: 126px;
    background-color: #e5e5e5;
	border-bottom: 0px;
}

#partnertabs div.empty {
	width: 458px;
	height: 21px;
	background-color: transparent;
    border-top: 0px;
    border-right: 0px;
}

#adresse p {
    width:230px;
    float:left;
    margin:0px;
    padding:0px;
}

#spalte_links {
    width: 190px;
    height:100%;
    float:left;
    padding: 35px 20px 20px 30px;
}

#spalte_links_breit {
    width: 699px;
    height:100%;
    float:left;
    padding: 12px 20px 20px 30px;
}

#spalte_bild_gross {
    width: 509px;
    height: 100%;
    float: left;
    margin-bottom: 40px;
}

#spalte_rechts {
    width: 199px;
    height: 100%;
    float: left;
}

#hauptspalte {
    width:440px;
    height:100%;
    min-height: 300px;
    border-right:1px solid #ffffff;
    float:left;
    padding:10px 20px 20px 30px;
}

#nebenspalte {
    width:259px;
    float:left
}

#nebenspalte ul.hidden {
	display: none;
}


#nebenspalte div.nebenspaltenmodul {
    width:239px;
    padding:10px;
    clear:both;
    border-bottom:1px solid #ffffff;
}

#spalte_rechts div.nebenspaltenmodul {
    width:179px;
    padding:10px;
    clear:both;
    border-bottom:1px solid #ffffff;
}

#spalte_rechts div.nebenspaltenmodul.active {
    width:179px;
    padding:10px;
    clear:both;
    border-bottom:1px solid #ffffff;
    background:#EFEFEF;
}
#nebenspalte div.nebenspaltenmodul.active {
    width:239px;
    padding:10px;
    clear:both;
    border-bottom:1px solid #ffffff;
    background:#EFEFEF;
}

img.arzt {
    float:left;
    margin:0 10px 0 0;
}

#spezialisierungspalte {
    width:189px;
    height:auto;
    padding:0px 20px 20px 0px;
    margin:0;
}

#spezialisierungspalte ul {
    list-style-image:url('../img/haken.gif');
    padding:0;
    margin:0 0 0 20px;
}

#spezialisierungspalte ul li {
    padding:0;
    margin:0px;
}

#impressionenspalte {
    padding: 12px 0px 20px 15px;   
    margin: 0;
}

#impressionenspalte img {
    margin:0 4px 4px 0;
}

#plzsuche {
    background:#ffffff;
    padding:3px;
    margin:10px 2px 0 0;
    height:16px;
    vertical-align:bottom;
    font-weight:bold;
}

#plzsubmit {
    vertical-align:bottom;
}



#nebenspalte ul.partner_list, #nebenspalte ul.partner_list ul {
    list-style: none;
    margin:0;
    padding:0;
}

#nebenspalte ul.partner_list li {
    width:259px;
    margin:0;
    padding:0px;
    border-bottom:1px solid #F1F1F1;
}

#nebenspalte ul.partner_list li ul li {
    border-bottom:1px solid #ffffff;
}

#nebenspalte ul.partner_list li a {
    width:239px;
    display:block;
    margin:0;
    padding:4px 10px;
    background:#E5E5E5 url('../img/pfeilrunter.gif') 239px 10px no-repeat;
}

#nebenspalte ul.partner_list li #no_partner_link {
    width:239px;
    display:block;
    margin:0;
    padding:4px 10px;
    background:#E5E5E5 239px 10px no-repeat;
}


#nebenspalte ul.partner_list li a:hover {
    background:#EEEEEE url('../img/pfeilrunter.gif') 239px 10px no-repeat;
}

#nebenspalte ul.partner_list li a.active {
    background:#ffffff url('../img/pfeilhoch.gif') 239px 10px no-repeat;
}

#nebenspalte ul.partner_list li ul li a {
    width:229px;
	font-size: 11px;
    display:block;
    margin:0;
    padding:2px 10px 2px 20px;
    background:#EEEEEE url('../img/more.png') 10px 7px no-repeat;
}


#nebenspalte ul.partner_list li ul li a:hover {
    background:#F5F5F5 url('../img/more.png') 10px 8px no-repeat;
}

table.profil {
	margin-top: 10px;
}
table.profil td {
    vertical-align:top;
	padding: 3px 5px 10px 0;
}

table.profil td.ub {
	padding-bottom: 5px;
    font-weight:bold;
}

#PartnerLogo {
 float:right;
 padding:40px;
}


.PartnerContent {
	width:950px;
}
.PartnerContent td {
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	vertical-align: top;
} 
.PartnerContent p {
	padding:10px;
}
 
	#MainColumn {
		width:490px;
		border-left:0;
		padding: 0 10px 10px 20px;
	}
	#FirstColumn{
		width:245px;
		border-left:0;
	}
	#SecondColumn{
		width:245px;
	}
	#ThirdColumn{
		width:260px;
	}
	#FourthColumn{
		width:200px;
		border-left:0;
	}
		.Module {
			border-bottom: 1px solid white;
			padding:10px;
		}
		.profile td {
			border:0;
			text-align:right;
			padding-right: 20px;
		}

.PartnerMainImage {
	background: url(/img/backgrounds/content-overlay.png) repeat-y;
	border:1px solid red;
}

.PopupContent {
	height: 80px;
	padding: 10px;
	background: transparent;
}
.PopupContent img {
	float: left;
	border: 0;
	margin-right: 20px;
}
.PopupContent p {
	font-size:12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}
.PopupBorder {
	background: #e5e5e5;
	border: 1px solid #959595;
}

#suchergebnis {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid white;
}

#suchergebnis .entfernung {
	float: left;
	width: 50px;
}

#suchergebnis p {
	float: left;
	padding: 0 0 0 50px;
	width:300px;
}