/* 
 *  20090623/gj
 *  20090625/gj		Anpassungen IE
			versteht kein // -> //xfoo
 *  20090908/gj		#conten p a
 *  20090918/gj		brushup
 *  20091003/gj		Schriftfarbe Logo Blau<-Schwarz
 *  20091120/gj<urj	Schriftfarbe Crimson<-Tomato
 *  20091208/gj		Class .cite
 *  20100322/gj		Navi: width 25% entfernt
 *  			Topmenu li padding: 1em -> 0.5em
 */


/* ========================================================================
 * Main
 */
body {
  margin: 0px;
  background-image: url(background.gif);
  background-repeat: repeat-y;
  background-position: center;
  background-color: #ECECEC;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

/* mother-container, contains logo, navi, content and footer */
#mother {
  margin: auto;
  padding: 0px;
  width: 820px;
  background-color: #ECECEC;
  background-image: url(background.gif);
  color: black;
  text-align: left;
}


/* ========================================================================
 * Header
 */
#header {
}

/* ------------------------------------------------------------------------
 * breadcrumb path
 */
#path {
  float:left;
  margin: 3px 20px;
}
#path:before {
  content: "> ";
  color: crimson;
}


/* ------------------------------------------------------------------------
 * Suchfeld
 */
#search {
  float: right;
  margin-right: 20px;
}

#search form {
}


/* ------------------------------------------------------------------------
 * Topmenu
 */
#topmenu {
  float: right;
  display: inline;
  margin: 3px 10px 0px 0px;
  font-size: 1em;
}

#topmenu ul {
  display: inline;
  list-style: none;
}

#topmenu li {
  display: inline;
  padding: 0 0.25em;
  border-right: 1px solid gray;
  text-decoration: none; 
}

#topmenu a {
  text-decoration: none; 
}
#topmenu a:link {
  color:black;
  text-decoration: underline;
}
#topmenu a:visited {
  color: gray;
  text-decoration: underline;
}
#topmenu a:hover {
  text-decoration: none; 
}
#topmenu .obermenuhigh {
  color: crimson;
}


/* ------------------------------------------------------------------------
 * Logo
 */
#logo {
  margin: 10px 10px 0px 10px;
  width: 780px;
  padding: 10px 10px;
}

#logo h1 {
  margin: 20px 0 0 -10px;
  padding: 10px 20px 0;
  background-image: url(verlauf.jpg);
  background-repeat: repeat-y;
  /* color: -> #logo a */
  color: #385070;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 3em;
  line-height: 1.3;
}
#logo h2 {
  margin: 0 0 0 -10px;
  padding: 0px 23px 10px;
  background-image: url(verlauf.jpg);
  background-repeat: repeat-y;
  color: #385070;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  letter-spacing: 0.3em;
  font-size: 1em;
  line-height: 1.3;
}

/* #logo h1 em {  */
#logo em { /* X im Logo */
  position: relative;
  margin-right: 0.15em;
  padding-left: 0.15em; 
  background-color: white; 
  color: crimson;
  font-style: normal;
}

#logo em em { /* &circ; im Logo */
  position: absolute;
  left: 0.15em;
  top: -0.2em;
  width: 1em;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: black;
}

#logo a { text-decoration:none; color:#385070; };
#logo a:link    { text-decoration:none; }
#logo a:visited { text-decoration:none; }
#logo a:focus   { text-decoration:none; }
#logo a:hover   { text-decoration:none; cursor: pointer;}
#logo a:active  { text-decoration:none; }


/* ------------------------------------------------------------------------
 * Navigation
 */
#navi {
  margin: 0px 10px;
  padding: 10px 10px;
  width: 780px;
  height: 80px;
  background: url('verlauf_logo_v.jpg') repeat-x;
  color: white;
  letter-spacing: 0.15em;
  font-size: 16px;
}

#navi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navi ul li {
  float: left;
  position: relative; 
  margin: 0;
  padding: 0 0 0 1em;
  white-space: nowrap;
  /* width: 23%;   90% / Menuitems */
}

#navi ul li ul {
  display: none;	/* initial hidden */
  position: absolute;
  left: 0px; top: 18px; /* must overlap a bit to keep menu displayed */
  letter-spacing: 0.1em;
  font-size: 80%;
}
#navi ul li:hover ul {
  display: block;	/* show on hover */
}

#navi ul li ul li {
  float: none;
  display: block;
  /* border: 1px solid green; debug */
  margin: 6px 0 0 0.5em;
}

#navi ul li a {
  padding: 1px 4px;
  background-color: transparent;
  color: white;
}

#navi ul li ul li a {
}

#navi ul li ul li:before {
  content: ">";
  color: crimson;
}


#navi a:link {
  text-decoration: underline;
}
#navi a:visited {
  text-decoration: underline;
}
#navi a:hover {
  color: gray;
}
#navi .obermenuhigh {
  padding: 1px 4px;
  color: crimson;
}
#navi .submenuhigh {
  padding: 1px 4px;
  color: crimson;
}

#navi > div { /* fuer Edit-Modus */
  margin-left: 800px;
}

/* ========================================================================
 * Header
 */
#content {
  float:none;
  margin: 0px 40px;
  font-size: 105%;
  text-align:justify;
  line-height: 175%;
}


/* Stilregel für Plugins, z.B. feedback 
wichtig, um die gewünschte Hintergrundfarbe festlegen
zu können */
.plugin {
  background-color: #F8F8F8;
  font-size: 1em;
  line-height: 1.3em;
}

/* Stilregel für Frontend-Einloggbereich, 
wichtig, um die gewünschte Hintergrundfarbe festlegen zu
können */
.login {
  background-color: #F8F8F8;
  font-size: 1em;
  line-height: 1.3em;
}

/* Überschrift 1 gestalten */
h1 {
  margin: 30px 0 0 -10px;
  padding: 4px 10px;
  background-image: url(verlauf.jpg);
  background-repeat: repeat-y;
  color: #385070;
  font-family: "Georgia",Arial,Serif;
  font-size: 1.4em;
  line-height: 1.4;
  letter-spacing: .1em;
}

/*
content h1:before{
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-style: normal;
  content:"X";
  margin-right: 0.3em;
  padding-left: 0.08em; 
  background-color: white; 
  border: solid 2px gray; 
  color: crimson;
}
*/


/* Überschrift 2 */
h2 {
  font-family: "Georgia",Arial,Serif;
  font-size: 1.1em;
  line-height: 1.4;
  background-image: url(verlauf.jpg);
  background-repeat: repeat-y;
  margin-left: -4px;
  padding: 3px 0px 1px 4px;
  color: #385070;
}
/*
h2:before{
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-style: normal;
  content:"X";
  margin-right: 0.3em;
  padding-left: 0.08em; 
  background-color: white; 
  border: solid 2px gray; 
  color: blue;
}
*/

/* Überschrift 3 */
h3 {
  font-family: "Georgia",Arial,Serif;
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
  color: #385070;
}

/* Absatz und div */
p, div {
  padding-right: 3px;
}

p + p {	/* nur ab zweitem Absatz, d.h. p nach p */
  margin-top: 3px;
  margin-bottom: 5px;
  text-indent: 1em;
}

/* Tag b zusätzlich einfärben */
b {
 color: crimson;
}

/* Zeichenformat strong */
strong {
 color: crimson;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

#content li {
  margin-bottom: 0.3em;
}


#content p a {
  color:crimson;
}

#content p a:before {
  content: "> ";
  color: crimson;
}


/* 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 */
/* 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 CMBasic 1.3 */
.boxcover {
  font-size: 0.9em;
  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: #003084; 
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

/* Einführungsabsatz */
/* .lead, .lead p { */
.lead {
  text-indent: 0;
  letter-spacing: 0em;
  font-size:  1em;
  line-height: 1.5em;
  margin-top: 5px;
  margin-bottom: 10px;
  color: crimson;
}

/* .lead img { */
img {
  padding: 4px 14px;
}

/* 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;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* 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; 
}

/* Zitat */
.cite
{
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 90%;
  line-height: 140%;
  /*width: 90%;*/
  font-style: italic; 
  border-style : dotted; 
  border-width : 1px; 
  border-color : gray; 
  padding : 8px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

code, .code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Bildunterschrift */
.bu {
  margin-top: 0px;
  font-size: 0.75em;
  font-weight: bold;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #385070;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}

/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}

/* Format für zuletzt geändert usw. */
.datum {
 font-size: 0.8em;
}


/* ========================================================================
 * Footer
 */
#footer {
  margin: 20px 10px;
  color: black;
  background-color: transparent;
  clear: both;
}

#footer div {
  display:inline;
  margin: 0 0px 0 40px;
  font-size: 0.7em;
}

#footer a {
  color:crimson;
}

