/* CSS-Datei für Standard-Template von CMSoft
CMSOft is free software under the GNU/GPL
Copyright Jens Hoyer 
Copyright CSS-Datei Jens Hoyer
http://www.h-msoft.de 

/* Gesamtschrift und Gesamtrand festlegen */
body        { 
color: #666; 
font-size: 90.01%; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
/*background: white url(hintergrund.gif) repeat-x; */
margin: 0px }

/* Gesamtschrift und Gesamtrand festlegen 
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90.01%;
  margin: auto;
}*/

/* Mothercontainer hier sind die Container logo, navi, content and footer enthalten */
#mother    { 
  background-color: white; 
  text-align: left; 
  margin: auto; 
  border-top: 0px; 
  border-right: 1px solid #666; 
  border-bottom: 1px solid #666; 
  border-left: 1px solid #666; width: 768px 
}
/* mother-container, contains logo, navi, content and footer 
#mother {
  text-align: left;
  margin: auto;
  width: 780px;
  border-style: solid;
  border-width: 1px;
  border-color: silver;
  color: black;
  background-color: white;
}*/

/* Container mit dem Logo */
#logo   { 
background: white url(verlauf_logo_baby+.gif) repeat-y; 
text-align: left; 
margin-bottom: 0px; 
width: 100%; 
height: 100px }

/* Container mit dem Logo 
#logo {
  text-align: left;
  height: 70px;
  width: 100%;
  color: black;
  background-color: white;
  background-image: url(verlauf_logo_baby+.gif);
  background-repeat: repeat-y;
  margin-bottom: 10px;
}*/

/* Hauptüberschrift im Logo-Container */
#logo h1 { 
font-size: 2.1em; 
color: #FF7819; 
margin: 0px; 
padding-left: 130px; 

background-image: none; 
}

/* Hauptüberschrift im Logo-Container 
#logo h1 {
  font-size: 2.1em;
  color: #FF7819;
  margin: 0px;
  margin-top: 10px;
  padding-left:130px;
  background-image: none;
}*/

/* Suchfeld */
#search {
  float: right;
  color: black;
  width: 180px;
  background-color: transparent;
}

/* Innenrand Suchform */
#search form {
  margin: 0px;
}

/* Haupt-Navigationsbereich */ 
#navi  { 
font-size: 0.8em; 
float: left; 
margin: 10px;
width: 150px }

/* Haupt-Navigationsbereich 
#navi {
  font-size: 0.8em;
  float: left;*/
/*  margin: 0px;*/
/*  width: 150px;
  color: black;
  background-color: white;

}*/

/* Navigationspfad */
#path {  padding: 2px;}

/* Inhaltsbereich */
#content   { 
font-size: 0.84em; 
line-height: 1.45em; 
background-color: white; 
float: right;
margin: 10px; 
padding-right: 30px; 
border-left: 0px ; 
width: 530px; 
border-left-color: silver; 
border-left-style: solid  }


/* Inhaltsbereich 
#content {
  float: right;
  width: 585px;
  color: #003287;
  background-color: white;
  font-size: 0.84em; 
  line-height:1.45em;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: silver;
  padding-left: 6px;
}*/

/* Fußzeile */
#footer {
  width: 100%;
  color: silver;
  padding: 2px;
  background-color: transparent;
  clear: both;
}

#footer div {
  font-size: 0.7em;
  text-indent: 120px;
}
#footer a:link, a:visited {
  color: silver;
  text-decoration: none;
  background-color: transparent;
  
}

#footer a:hover {
  background-color: transparent;
  color: #FF7819;
}



/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.84em;
  width: 100%;
  padding-left: 0px;
  text-align: right;

}

#topmenu ul {
  padding: 3px;
  border-bottom: 1px solid silver; 
  margin-bottom: 8px;
}

#topmenu li {
  display: inline;
}

#topmenu a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  text-decoration: none; 
  border-bottom: 0;
}

#topmenu a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#topmenu a:hover {
  background-color: #FF7819;
  width: 100%;
  color: white;
}

#topmenu .obermenuhigh {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: #FF7819;
  color: white;
  border-bottom: 0;
}

/* ENDE Listenstile für Menüeintrag im topmenu */

/* Listenstile für Menüeintrag im Navibereich
Dieser Abschnitt ist sehr lang */
#navi ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
}

#navi ul ul {
  list-style-image: url(reddot.gif);
  padding-left: 10px;
  margin-left: 10px;
  }

#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: silver;
}

#navi ul ul li a {
 display: block;
 margin-top:1px;
 padding:4px 4px 4px 2px;
 text-indent: 0px;
 font-weight: bold;
 color: black;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
}

#navi a:link {
  display: block;
  text-decoration: none;
  width: 140px;
}

#navi a:visited {
  color: gray;
  text-decoration: none;
  display: block;
  width: 140px;
}

#navi a:hover {
  display: block;
  background-color: transparent;
  width: 140px;
  color: #AF1810;
}

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 140px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: red;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 130px;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: black;
  background-color: #FFFFC6;
  color: #AF1810;
}
/* ENDE Listenstile für Menüeintrag im Navibereich */

/* Ab hier wird es für Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen 
im linken Pull-down-Menü von TinyMCE! */

/* Überschrift 1 gestalten */
h1 {
  color: #0000A0;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
  background-image: url(verlauf.jpg);
  background-repeat: repeat-y;
  padding: 4px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.1em;
  line-height: 1.4;
  background-image: url(rotkaro.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Absatz und div */
p, div {
  padding-right: 3px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: black;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: black;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* Hovereffekt für Links */
a:hover {
  text-decoration: none;
}

/* besuchte Hyperlinks */
a:visited {
  color: gray;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im Auswahlmenü von TinyMCE gezeigt */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 170px;
  border-style: dotted;
  border-width: 2px;
  border-color: silver;
  padding: 3px;
  margin: 3px;
}

.kasten h3 {
  margin-top: 0px;
}

/* Beginn der neuen Newskasten-Formate, ab CMSoft 1.3 */
.boxcover {
  font-size: 0.9 em;
  margin-top: 10px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #0000A0;
}

.box h3 {
  background-color: #0000A0; 
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

/* Einführungsabsatz */
.lead, .lead p {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size:  1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em;
  width: 90%;
  background-color : #EEEEEE; 
  border-style : solid; 
  border-width : 1px; 
  border-color : #CD3326; 
  padding : 3px; 
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em; 
  width: 90%;
  border-style : dotted; 
  border-width : 1px; 
  border-color : gray; 
  padding : 3px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

.code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #FF8040;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}

/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}

/* Links innerhalb von Absätzen mit 
kleinem Zeichen versehen */
#content p a {
  display: inline;
  padding-left: 15px;
  /*background-image: url(bluedot.gif);*/
  background-repeat: no-repeat;
}
/* Kasten f&uuml;r Babys gestalten */
#babybox {
  background-color: #E9ECF3;
  color: #000000;
  border: 2px solid #E9ECF3;
}
/* Kasten f&uuml;r Babys gestalten */
.foto {
/*  float: left;*/
/*  border: 3px solid #707EA3;*/
  border-color: #707EA3;
  border-width: 3px;
  
 
}

.fotogross {
/*  float: left;*/
/*  padding: 0px 0px 0px 0px;
  margin-left: 65px;*/
  margin-left: 120px;
/*  border-style: solid;
  border-color: #707EA3;
  border-width: 3px;*/
}
/* Abs&auml;tze innerhalb von Foto*/


a:link, a:visited {
  color: #003287;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

a:hover {
  background-color: transparent;
  color: #FF7819;
}

/* Kasten f&uuml;r Babys gestalten */
.name {
/*  position: absolute;
  left: 200px;*/
  float: left;
  color: #9A3E3F;
  font-weight: bold;
  margin-left: 150px;
  margin-top: -80px;
/*  margin-top: 5px;*/
}

.datum {
/*  position: absolute;
  left: 200px;*/
  float: left;
  color: #000000;
  margin-left: 150px;
  margin-top: -60px;
}

.gross {
/*  position: absolute;
  left: 200px;*/
  float: left;
  color: #000000;
  margin-left: 150px;
  margin-top: -50px;
}

#ecard {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 2px 0px;
  width: 505px;
  background-color: #E9ECF3;
}

#ekasten {
  padding: 3px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
/* width: 513px;*/
  height: 25px;
  background-color: #003287;
  font-weight: bold;
  color: white;
  text-align: center;
}

.efoto {
/*  border-style: solid;*/
  border-color: #707EA3;
  border-width: 3px;
/*  float: left;
  padding: 0px 0px 0px 0px;
  margin: 2px 0px 0px 2px;*/
  
}

.edaten {
  float: left;
  color: #003287;
  margin-left: 270px;
  margin-top: -165px;
  font-weight: bold;
}

.anfang {
  float: left;
  color: #003287;
  margin-left: 280px;
  margin-top: -165px;
  font-weight: bold;
}
.eintrag {
  float: left;
  color: #003287;
  margin-left: 10px;
  margin-top: -75px;
}
.evorschau {
  margin-left: 20px;
  float: left;
  color: #003287;
}
.ename {
  float: left;
  color: #9A3E3F;
  margin-left: 280px;
  margin-top: -168px;
  font-weight: bold;
}
.ecardname {
  float: left;
  color: #9A3E3F;
  margin-left: 20px;
 font-weight: bold;
}
.ecarddaten {
  float: left;
  color: #003287;
  margin-left: 20px;
  font-weight: bold;
}
.erahmen {
  float: left;
  margin-left: 310px;
  margin-top: -170px;
  width: 125px;
  border-style: solid;
  border-width: 1px;
  border-color: #FF7819;
  background-color: #FF7819;
  
}
/* rote Umrandung */
input.rand, textarea.rand {
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
}

form p{
  clear: left;
  margin: 5;
  padding: 0;
  padding-top: 5px;
}
form p label{
  float: left;
  width: 15%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}

input.btn{
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
  margin-left: 16%;
}
input.btn1{
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
  margin-left: 4px;
}

.recht{

 padding: 2px 4px 2px 6px;
 margin: 0 0 10px 0;
 border: 1px dotted #b1b1b1;
 background-color: #F4F4F4;
/*  border-style: dotted;
  border-width: 1px;
  margin-left: 10px;
  padding: 3px;*/
 
}

.von{
 padding: 2px 4px 2px 6px;
 margin: 0 0 10px 0;
 border: 1px dotted #b1b1b1;
 background-color: #F4F4F4;
/*  border-style: dotted;
  border-width: 1px;
  padding: 3px;*/

}

a.button:link, a.button:visited {
  width: 100px;
  display:inline;
  text-align:center;
  text-decoration:none;
  color:#707EA;  /* Textfarbe der Links ist ein leichter blau Ton */
  background-color:#E9ECF3; /* die Hintergrundfarbe ist blau */
  border:1px solid #707EA3;
  padding: 0px 5px 0px 5px;
  
}
a.button1:link, a.button1:visited {
  width: 200px;
  display:inline;
  text-align:center;
  text-decoration:none;
  color:#707EA;  /* Textfarbe der Links ist ein leichter grau Ton */
  background-color:#E9ECF3; /* die Hintergrundfarbe ist orange */
  border:1px solid #707EA3;
  padding: 0px 5px 0px 5px;
  
}
a.button:hover, a.button:active {
      border:1px dotted #FF7819;
      color:#FF7819;
      }
a.button1:hover, a.button1:active {
      border:1px dotted #FF7819;
      color:#FF7819;
      }
.blume{
  float: left;
  margin-left: 450px;
  margin-top: -350px;
}
td, th {
	font: 0.8em Arial, Helvetica, sans-serif;
}
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 200px;
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #FF7819;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
.m{
  float: left;
  margin-left: 70px;
  margin-top: 0px;
}
.w{
  float: left;
  margin-left: 10px; 
}
#floatbox{
  float: left;
  margin-top: 30px;
  margin-left: 25px;
}
#floatbox1{
  float: right;
  margin-top:-50px;

}
#floatbox2{
 	position: absolute;
  	top: 30px;
  	left: 700px;
}
.fett{
	color: #003287;
	font-weight: bold;
}
.farbe{
	color: #003287;
}


/* * html div.galerie {height: 1%;} */

div.galerie {
	overflow: hidden;
	background-color: #E9ECF3;
	color: #003287;
	width: 500px;
	padding: 10px;
	padding-top: 15px;
	border-top: 15px;
	border: 1px solid: black;
	margin: 0 3px 3px 0;
}



div.galerie img {
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	margin-right: 15px;
	margin-bottom: 15px;
}

div.galerie b {
	color: #9A3E3F;
}

.clearing {
	clear: both;
}