/*Styles fuer html-auszeichnung

verwendet für die Site zahnarztwalter.de
by visiontech 2

*/

html {
  height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	/* setzt die Hintergrund-Farbe und gegebenfalls ein Bild */
  
    /*background: #660000 url('../images/bg/bk1.jpg') top left;*/
    background-image:url(../images/img01.gif);
	background-repeat:repeat;
	color: #5C6070;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	font-size:0.8em;
	font-family:verdana, arial, sans-serif;
	width: 99.9%;
	background-color: #3333FF;
}

h1 {   
  clear: both;
  font: 600 1.4em "verdana", serif;
  color: #5C6070;
}

h2 {
  font: 400 1.3em "verdana", serif;
  color: #5C6070;
}

/*fuer link styles in h headlines*/

h2 a {
  color: #5C6070;
  text-decoration: underline;
}

h2 a:visited {
  color: #5C6070;
  text-decoration: none;
} 

h2 a:hover {
  color: #5C6070;
}

/* Ueberschriften normal */

h3 {
  font: 400 1.2em "verdana", serif;
  color: #5C6070;
}

h4 {
  font: 300 1.1em "verdana", serif;
  color: #5C6070;
}

h5 {
  font: 300 1.0em "verdana", serif;
  color: #5C6070;
}

h6 {
  font: 300 0.85em "verdana", serif;
  color: #5C6070;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0px 5px 0px;
}

dl{
  margin: 0;
  padding: 10px 0px 0px 0px;
  }
  
hr {
  clear: both;
  height:1px;
  margin:10px 30px;
  color: #999;
  background-color: #999;
  border: none;
    }

/* Hiermit richtet sich die Spalte ganz links sauber am Header aus. 
   Wenn der Spalte die Klasse bgFarbe oder bgSolid (layout.css) zugewiesen wird, braucht man diese Klasse nicht. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl,
.leftColumn {
  padding-left: 0px;
}

/* Wie oben, fuer Spalte ganz rechts */
.rightColumn h1,
.rightColumn h2, 
.rightColumn h3,
.rightColumn h4,
.rightColumn h5,
.rightColumn h6,
.rightColumn p,
.rightColumn dl {
  padding-right: 0px;
}

/* Generelles Styling von Links ausschalten zugunsten von div-class basiertem Styling */

.bgFarbe a {
  color: #666699;
  font-weight: bold;
  text-decoration: underline;
}

/*fuer visited links */

.bgFarbe .bgSolid a:visited {
  color: #666699;
  text-decoration: none;
} 

.bgSolid .bgFarbe a:hover {
  color: #666699;
}

/* Styling Links, kann innerhalb von span oder div mit anderen Klassen kombiniert werden */

.txLink a {
  color: #666699;
  font-weight: bold;
  text-decoration: underline;
}

/* Links innerhalb der Klasse .txLink sollen keine Rahmen um Images machen */

.txLink a img {
 border: 0;
 }

.txLink a:visited {
  color: #666699;
  text-decoration: none;
} 

.txLink a:hover {
  color: #666699;
}


b {
  color: #5C6070;
}

ol {
  color: #5C6070;
}

ol span {
  color: #5C6070;
}


/* Fuer die Anzeige einer Farbe oder eines Farbverlaufs im Background eines Div-Containers */

.bgFarbe {
  margin-bottom: 0.8em;
  /*background:  url('../images/bg/grauverlauf2.gif') repeat-x top left;*/
}

.bgFarbe img {
  /*margin: 1em;*/
  border: 2px solid #320000;
}

/* einfarbiger Background */

.bgSolid {
background-color: #320000;
}

/* Bei Verwendung der Backgrounds fuer den Fliesstext werden 
Listen-Elemente der ersten Ebene mit dem Bild gestylt */

.bgFarbe li {
  list-style-image: url('../images/bg/bullet.gif');
}

.bgFarbe li li{
  list-style-image: none;
  list-style-type: circle;
}

.bgSolid ul {
  list-style: url('../images/bg/bullet.gif');
}

.bgSolid ul li ul li {
  list-style-type: circle;
}
/*
.bgFarbe ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}
*/
.bgSolid ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

del {
  color: #aaa;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;  
  font: 600 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  color: #fff;
  background-color: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #555;
}

dt {
  font-weight: bold;
  color: #ffb323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

/* Form Elements */

/*kann leer bleiben, wird hier nur benoetigt, um Form der Suche im print.css auszublenden*/
.search form {
}

fieldset {
  margin: 0.5em auto 0.5em auto;
  display: block;
  border: 0px solid #c2c2c2;
  clear: both;
}

label {
  display: block;
}

input,
textarea,
select {  
  font: 300 .9em verdana, sans-serif;
  color: #000;
  border: 1px solid #777;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #FFFFFF;
  background-color: #000099;
  border: 1px solid #c2c2c2;
}

input.button {  
  font: 400 1.1em "verdana", serif;
  color: #FFFFFF;
  background-color: #000099;  
}

/* Blockquote und die verwendeten icons */

blockquote {
  margin: 10px 15px;
  padding-left: 27px;  
  background-color: #f7f7f7;  
  background-image: url('../images/icons/quote.gif');
  background-repeat: no-repeat;
  background-position: 5px 50%  
}

blockquote.exclamation {
  background-image: url('../images/icons/exclamation.gif');
}

blockquote.stop {
  background-image: url('../images/icons/stop.gif');
}

blockquote.go {
  background-image: url('../images/icons/go.gif');
}


/* Images */

img.floatRight {
  margin: 5px 0px 10px 15px;
  border: 0px,
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
  border: 0px,
}

.search img {
   border: 0;
}

/* indexed_search konfigurieren */

.tx-indexedsearch-info {
    display:none;
}


/* Mail-Formular */
/*  
tr.required td.lbl {background-color: #DE5754; border-left: 0.5em solid #CC0000;}
td.lbl {background: #CFC; border-left: 0.5em solid green;}
div#mailArea {display: none;}
input.writein:focus {background: yellow;}
*/
tr.required td.lbl {
	font-size: 0.8em;
	color: #FF3300;
	background-color:#000099;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.lbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000099;
	background-color:#A0A9FA;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#mailArea {display: none;}
inp.writein:focus {background-color: #FF9900;}

#FBform{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	}
.tipp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 0.85em;
}



/* unsichtbares fuer die Barrierefreiheit */

dfn, .usb {
    position: absolute;
    left: -1000em;
    width: 20em;
}

/* allgemeine Styles */

.cleaner {
    clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
	}

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #a1ff45;
}

.red {
  color: #c00000;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #6699ff;
}
