/*
Stylesheet für Projekt: RunkelDent
-------------------------------------------
*/

/* basics */
html, body {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
	border: 0;
	background: url('../upload/layout/mainbgr1.gif') repeat-y;
}

h1, h2, h3, h4, h5 {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}
h1 { 	
	font-size:12px;
	color: #005093;
}
h2 { 	
	font-size:16px;
	color: #005093;
}
h3 { 	
	font-size:16px;
	color: #005093;
}
h4 { 	
	font-size:18px;
	color: #005093;
}
h5 { 	
	font-size:20px;
	color: #005093;
}
h6 { 	
	font-size:22px;
	color: #005093;
}

ul ol {padding:0;margin:0;list-style-type:none; }

/* layout */
#header, #maincontainer {
	clear: both;
	width: 952px;
}
#logo, #bluescreen {
	width: 690px;
}
#bluescreen {
	border-bottom: 1px solid #004f93;
}
#metanav {
	margin-left: 170px;
	margin-top: 11px;
}
#headerlinks { float: left; }
#keyvisual {
  float: right;
  height: 173px;
  background: #fff url('../upload/layout/keyvisual.jpg') no-repeat;
  border-bottom: 1px solid #004f93;
  border-right: 1px solid #004f93;
  border-left: 1px solid #004f93;
}
#subnav {
	float: left;
	width: 150px;
	margin: 18px 15px 0 10px;
}
#infocontainer {
	float: right;
	width: 260px;
	background: #f4f4f4 url('../upload/layout/bgr_rightpane1.jpg') no-repeat;
	text-align: right;
	min-height: 600px;
	height: 600px;
	border-right: 1px solid #004f93;
}
#content {
	float: left;
	width: 450px;
	margin: 20px 20px 0 20px;
	line-height: 1.8em;
}
#footerline {
	width: 100%;
	text-align: right;
	margin-top: 80px;
	border-top: 1px solid #f2f2f2;
	color: #c3c3c3;
}
#servicecenter {
	width: 221px;
	margin-right: 4px;
	margin-left: 35px;
	background: url('../upload/layout/servicecenter_bgrcontent.jpg') no-repeat;
}
#servicecenter .header {
	width: 221px;
	height: 51px;
	background: #f4f4f4 url('../upload/layout/servicecenter_bgrheader.jpg') no-repeat;
}
#servicecenter .content {
	width: 174px;
}
#servicecenter .footer {
	width: 221px;
	height: 15px;
	background: #f4f4f4 url('../upload/layout/servicecenter_bgrfooter.jpg') no-repeat;
}
#infohotline {
	margin-top: 26px;
        margin-right: 4px;
}
.infobuttona {
	margin: 49px 4px 9px 0;
}
.infobuttonb {
	margin: 0 4px 50px 0;
}
.logo {
	margin: 20px 0 0 10px;
}

/* Kopfnavigation */

#vpnavigation {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	z-index: 1000;
	position:static;
	float: left;
}
#vpnavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#vpnavigation ul li {	/*mainentries*/
	padding-left: 10px;
	background: url('../upload/layout/nav_bgr.jpg') repeat-x;
	border-right: 4px solid #fff;
	float: left;
}
#vpnavigation ul li a {
	display: block;
	width: 80px;
	color: #00367B;
	padding-top: 8px;
	text-decoration: none;
	float: left;
}
#vpnavigation ul li.activepath a {
	color: #000;
	text-decoration: none;
}
#vpnavigation ul li.activepath li a {
	color: #000;
	font-weight: bold;
}
#vpnavigation a:hover {
	color: #c2007a;
}
#vpnavigation li ul { /* Listen 2. Ebene */
	position: absolute;
	background: #fff;
	text-align: left;
	width: 97px;
	left: -999em; /* durch "left" außerhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: -10px;
	border-left: 1px solid #c4c4c4;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
#vpnavigation ul li li {	/* subentries*/
	margin: 0px 0px 0px 0px;
	padding: 1px;
	width: 80px;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	background: none;
	padding-left: 10px;
	border-top: 1px solid #f2f2f2;
}
#vpnavigation ul li li a, a:active, a:visited {
	font-weight: normal;
	font-size: 11px;
	color: #065695;
}
#vpnavigation ul li li a:hover {
	color: #000;
	text-decoration: underline;
}
#vpnavigation ul li li a.daddy, a.daddy:active, a.daddy:visited {
	font-weight: bold;
	color: #065695;
}
#vpnavigation ul li li a.daddy:hover {
	color: #000;
	text-decoration: underline;
}
#vpnavigation li ul ul { /* Listen 3. Ebene und weiter */
}
#vpnavigation li:hover ul ul, #vpnavigation li.sfhover ul ul {
	left: -999em;
}
#vpnavigation li:hover ul, #vpnavigation li li:hover ul, #vpnavigation li.sfhover ul, #vpnavigation li li.sfhover ul { /* Listen, die unterhalb von "gehoverten" Menüpunkte liegen */
	left: auto;
}
#vpnavigation li#active { /* Listen zur aktuellen Kategorie */
}
#vpnavigation .activepath {
}
#vpnavigation ul ul ul {
	display: none;
}
*:first-child+html #nav {
	height: 1%;
}
*:first-child+html #nav li {
	height: 1%;
}
.clearing {
	width: 0;
	padding: 0;
	margin: 0;
	height: 0;
	clear: both;
	font-size: 1;
}

/* Subnavigation */
#subnavbox {
	width: 138px;
	background: #fff url('../upload/layout/subnav_bgr.jpg') repeat-x;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
}

#subnavbox ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.8em;
}
#subnavbox ul li {
	padding: 0 0 0 10px;
}
#subnavbox a, a:active, a:visited {
	font-family: arial, helvetica, sans-serif;
	color: #004F93;
	font-size: 12px;
	text-decoration: none;
}
#subnavbox a:hover {
	color: #000;
	text-decoration: underline;
}
.subnavpointer {
	margin-right: 10px;
}

/* standard-links */
a, a:active, a:visited {
	font-family: arial, hevetica, sans-serif;
	color: #00367B;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	color: #000;
}

/* servicecenter links */
a.servicecenterlink, a.servicecenterlink:active, a.servicecenterlink:visited {
	font-family: arial, helvetica, sans-serif;
	color: #004F93;
	font-size: 12px;
	text-decoration: none;
	line-height: 19px;
}
a.servicecenterlink:hover {
	color: #c2007a;
	text-decoration: underline;
}

/* footer-links */
a.footer, a.footer:active, a.footer:visited {
	font-family: verdana, geneva, sans-serif;
	color: #c3c3c3;
	font-size: 11px;
	text-decoration: none;
}
a.footer:hover {
	color: #333;
	text-decoration: underline;
}

/* news-sektion */
.newsentry {
	margin-bottom: 10px;
	border-right: 1px solid #f2f2f2;
	padding-right: 10px;
}
.newsheader {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	display: block;
}
.newsread {
	display: block;
	text-align: right;
	width: 100%;
}
a.newsteaser, a.newsteaser:active, a.newsteaser:link, a.newsteaser:visited {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
a.newsteaser:hover {
	color: #00367B;
	text-decoration: underline;
}

.newstext {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

/* formulare */
#forminfo {
	width: 95%;
	background: #fff url('../upload/layout/bgr_formular.jpg') repeat-x;
	padding: 10px;
	padding-left: 30px;
	border: 1px solid #f2f2f2;
}
.formtextstd {
  width: 380px;
  height: 17px;
  font-family: verdana, geneva, sans-serif;
  font-size: 12px;
  color: #003869;
  border: 1px solid #c9c9c9;
}
.formtextareastd {
  width: 380px;
  height: 200px;
  font-family: verdana, geneva, sans-serif;
  font-size: 11px;
  color: #003869;
  border: 1px solid #c9c9c9;
}
.submitbt {
  width: 150px;
  height: 19px;
  font-family: verdana, geneva, sans-serif;
  font-size: 12px;
  color: #003869;
  border: 1px solid #c9c9c9;
  background: #F0F5F9;
}
#forminfo label {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  margin-bottom: -5px;
}

/* user-formats */
.schmuckbild {
	border: 1px solid #0F2169;
}
.blau {
	color: #0E5999;
}
.rot{
	color: #c2007a;
}
.klein {
         font-size: 9px;
}
.bildtextfluss {
         float: left;
         border: 1px solid #0F2169;
         margin-right: 10px;
         margin-bottom: 10px;
}


/* preisbeispiele */
#preisbeispiele {
	width: 380px;
	height: auto;
	font-family: arial,helvetica,sans-serif;
	background-color: #ffffff;
	color: #000000;
	border: 0;
}
#preisbeispiele td.pbheader {
	height: 30px;
    background-color: #E7EEF4;
	font-size: 12px;
	text-align: left;
	padding: 5px;
}
#preisbeispiele td.pbprodukt {
	height: 30px;
	text-align: left;
	font-size: 11px;
	padding: 5px;
}
.pbblau { color:#1f6bb8;font-weight:bold; }
#preisbeispiele td.pbpreis {
	height: 30px;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	vertical-align: center;
}
#preisbeispiele td.pbinfo {
	background-image: url('../upload/layout/pbcorner.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	border-bottom: 1px solid #1f6bb8;
	text-align: left;
	height: 22px;
	width: 175px;
}
#preisbeispiele td.pbsparen {
	background-color: #1f6bb8;
	background-repeat: no-repeat;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #1f6bb8;
	text-align: right;
	padding-right: 20px;
	height: 22px;
}
#tblleistungen {
	width: 400px;
	height: auto;
	font-family: arial,helvetica,sans-serif;
	background-color: #ffffff;
	color: #000000;
	border: 0;
	margin-bottom: 30px;
}

/* galerie fernost */
.galfo {
	border: 1px solid #0F2169;
	margin-right: 3px;
	margin-top: 3px;
}