/* !!! stylesheet fuer zahnarztpraxis dr. koelln (hamburg), erstellt von www.arztpraxis-heute.de !!! */


/*
Farben:
dunkelgrau: #545557;
blau (h2): #5C5BF9;

*/


html, body {
	font-family: Verdana, Helvetica, Arial, Lucida, sans-serif;
	color: #000;
	font-size: 100.01%;
	text-align: center; /* fuer IE Zentrierung*/
	background:url(../images/seite_bg.jpg) repeat-x;
	background-color: #ffffff;
}

* {
	padding: 0;
	margin: 0;
}



/* ##### Definition der div-container ##### */
/* ######################################## */
#seite {
	width:960px;
	margin:0px auto;
	text-align:left; /* Zentrierung rueckgaengig */
	background-color: #ffffff;
}
* html #seite {

}
#head_li {
	width:199px;
	height:199px;
	float:left;
	background: url(../images/head_li_bg.jpg) no-repeat top;
	color: #000000;
}
#head_re {
	width:761px;
	height:199px;
	float:left;
	background: url(../images/head_re_bg.jpg) no-repeat top;
	color: #000000;
}
* html #head_re {

}
#subnavi {
	float:left;
	width:199px;
	min-height:329px; /* original 429px */
	height:auto !important;
	height:329px; /* original 429px */
	background-color:#ffffff;
	font-size:70%;
	color: #000000;
}
* html #navi {

}
#inhalt {
	float:left;
	width:741px; /* war 761 */
	min-height:329px; /* original 429px */
	height:auto !important;
	height:329px; /* original 429px */
	background-color: #ffffff;
	color: #000000;
}
* html #inhalt {

}
.clearer {
	clear:both;
}
#footer {
	margin-top: 0;
	width:960px;
	height:21px;
	background:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}


/* ##### ab hier Formatierungen der einzelnen div-Inhalte ##### */
/* ############################################################ */

/* ##### HEAD LI (Adresse) ##### */
#head_li p {
	white-space:pre;
	font-size:80%;
	padding-top: 20px;
	padding-left: 10px;
	color: #58595D;
}

	
/* ##### NAVI im HEAD RE ##### */
div#head_re ul  {
	list-style-type:none;
	position: relative;
	top: 71px;
	left:150px;
	width: 520px;
	text-align: center;
}
div#head_re li {
	display: inline;
	line-height:20px;
	font-size: 90%;
}
div#head_re a {
	text-decoration: none;
	color: #545557;
	padding-right: 50px;
}

/* ## NAVI im HEAD RE ## */
div#head_re ul li.NO a:link {
	text-decoration: none;
}
div#head_re ul li.NO a:visited {
	text-decoration: none;
}
div#head_re ul li.NO a:hover {
	text-decoration: underline;
}
div#head_re ul li.NO a:active {
	text-decoration: underline;
}
div#head_re ul li.NO a:focus {
	text-decoration: underline;
}
div#head_re ul li.CUR a,div#head_re ul li.ACT a {
	text-decoration: underline;
}

/* ##### SUBNAVI ##### */
div#subnavi ul {
	list-style-type:none;
}
div#subnavi li {
	font-size: 100%;
	line-height:20px;
}
div#subnavi a {
	text-decoration: none;
	color: #5A5B5F;
	padding-left: 20px;
}


/* ## SUBNAVI erster Ordnung ## */
div#subnavi ul li.NO_sub a:link {
	font-weight:normal;
	color: #5A5B5F;
}
div#subnavi ul li.NO_sub a:visited {
	font-weight:normal;
	color: #5A5B5F;
}
div#subnavi ul li.NO_sub a:hover {
	font-weight:bold;
	color: #5A5B5F;
}
div#subnavi ul li.NO_sub a:active {
	font-weight:bold;
	color: #5A5B5F;
}
div#subnavi ul li.NO_sub a:focus {
	font-weight:bold;
	color: #5A5B5F;
}
div#subnavi ul li.CUR_sub a,div#subnavi ul li.ACT_sub a {
	font-weight:bold;
	color: #5A5B5F;
}

/* ## SUBNAVI zweiter Ordnung ## */
div#subnavi ul li.NO_sub2 a:link {
	font-weight:normal;
	padding-left: 40px;
	color: #5A5B5F;
}
div#subnavi ul li.NO_sub2 a:visited {
	font-weight:normal;
	padding-left: 40px;
	color: #5A5B5F;
}
div#subnavi ul li.NO_sub2 a:hover {
	font-weight:bold;
	padding-left: 40px;
	color: #5A5B5F;
}
div#subnavi ul li.NO_sub2 a:active {
	font-weight:bold;
	padding-left: 40px;
	color: #5A5B5F;
}
div#subnavi ul li.NO_sub2 a:focus {
	font-weight:bold;
	padding-left: 40px;
	color: #5A5B5F;
}
div#subnavi ul li.CUR_sub2 a,div#subnavi ul li.ACT_sub2 a {
	font-weight:bold;
	padding-left: 40px;
	color: #5A5B5F;
}

/* ##### CONTENT ##### */
#inhalt h1 {
	font-size:80%;
	color:#5A5B5F;
	margin-bottom:5px;
}
#inhalt h2 {
	font-size:70%;
	color:#5C5BF9;
	font-weight:bold;
	margin-bottom:15px;
}
#inhalt h3 {
	font-size:70%;
	color:#5A5B5F;
	font-weight:bold;
	margin-bottom:8px;
}
#inhalt p {
	font-size:80%;
	color:#5A5B5F;
	line-height:150%;
	margin-bottom:10px;
}
#inhalt ul{
	list-style-position: inside;
	font-size:80%;
	color:#5A5B5F;
	line-height:170%;
	margin-bottom:10px;
}
#inhalt a {
	color:#5A5B5F;
  	text-decoration:underline;
}
#inhalt a:hover {
	color:#5C5BF9;
  	text-decoration:none;
}
strong {
	font-weight: normal;
}


/* ##### FOOTER ##### */
#footer p {
	text-align:center;
	white-space:pre;
	font-size:70%;
	padding-top: 3px;
}
#footer a {
	color:#000000;
	text-decoration:none;
}

/* ##### TABELLE SPRECHSTUNDE ##### */
.contenttable td {
	width: 130px;
}
.contenttable p {
	margin:0 !important;
	line-height: 120% !important;
}	

/* ## GoogleMaps ## */
.tx_lumogooglemaps_pi1_infobox {
	font-size: 10px;
	color: #3d3310;
	}
.tx_lumogooglemaps_pi1_infobox img {
	position: absolute;
	left: 1px; top: 40px;
	z-index: 11;
	}
.gmapDir {
	font-size: 10px;
	color: #3d3310;
	}
.gmapDirHead {
	font-size: 10px !important;
	margin-bottom: 2px !important;
	color: black;
	}
.tx_lumogooglemaps_pi1_sidebar ul{
	list-style-position: inside;
	}
.tx_lumogooglemaps_pi1_sidebar a {
	color:white;
	}
	
/* ## Kontaktformular ## */
.csc-mailform {
 	border: 0;
 }
.csc-mailform-field {
	font-size:70%;
	color:#5A5B5F;
 }
 .csc-mailform-field label{
 	display: block;
 	margin-bottom: 2px;
 }
.csc-mailform-submit {
 	margin-top: 10px;
 }
 
/* ## slideshow ## */
.rgslideshow {
  border: 0 !important;
}
