/* CSS-Datei für www.gewaltfrei-niederkaufungen.de / CMBasic
CMBasic is free software under the GNU/GPL
Copyright Johann-Christian Hanke 
Copyright CSS-Datei Johann-Christian Hanke
http://www.cmbasic.de 
http://cmbasic.sourceforge.net */

* {
  margin: 0;
  padding: 0;
}

/* Gesamtschrift und Gesamtrand festlegen */
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100.01%;
  margin: 0;
  padding: 0;
  background-color: white;
}

/* Mother-Container, beinhaltet logo, navcont und footer */
#mother {
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
  width: 960px;
  color: black;
  font-size: 0.9em;
  background-color: #FFCC00;
  border: 5px solid #FFCC00;
  border-top:  20px solid #FFCC00;
/*   padding: 20px 5px 5px 5px; */
}

/* Container mit dem Logo */
#logo {  
  padding: 0;
  margin: 0;
  height: 115px;
  color: black;
  border-top: 5px solid #FFCC00;
  border-bottom: 5px solid #FFCC00;
  background-color: #FFD83D; 
  background-image: url("logo-in-gelb-2010.jpg");
  background-repeat: no-repeat;
  background-position: 74px center;
}

/* Hauptüberschrift im Logo-Container */
#logo h1 {
  display: none;
}

/* Unterzeile im Logo-Container */
#logo #tagline {  
}

/* horizontales Nebenmenue */
#hmenu {
  height: 24px;
  background: url("background-4.gif") repeat-x left center;
}

/* Hauptcontainer navcont - enthaelt navi und content */
#navcont {
  background: url("background-5.gif") repeat-y left;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Haupt-Navigationsbereich */
#navi {
  float: left;
  width: 205px;
  color: black;
  background: transparent;
}

/* Inhaltsbereich */
#content {
  width: 725px;
  min-height: 400px;
  margin-left: 205px;
  color: black;
  background-color: white;
  line-height:1.6em;
  padding: 15px;
}

/* Fußzeile */
#footer {
  clear: both;
  color: black;
  padding: 5px;
  background-color: #FFCC00;
}

/* Suchfeld */
#search {
  text-align: right;
  float: right;
  color: white;
  width: 250px;
  background-color: transparent;
  padding: 0px;
  margin-top: 20px;
}

/* Innenrand Suchform */
#search form {
  margin: 0px;
  font-size: 90%;
}

#search input {
  border-style: solid;
  border-width: 1px;
  border-color: white;
}

#searchfield {
/* Umrandung */
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background: url(background-5.gif) repeat-y;
}



.pdf {
  margin-top: 10px;
  padding: 5px;
  background-color: #FFFFD7;
}

#title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  text-indent: 20px;
}

#path {
  display: none;
/*   margin-top: 3px; */
/*   padding-bottom: 7px; */
}



/* Plugins */
.plugin, .plugin td {
  color: black;
  background-color: white;
  font-size: 0.84em; 
  line-height:1.45em;
}

/* Newsletter */
.newsletter {
  color: black;
  background-color: white;
  font-size: 0.9em; 
  line-height:1.45em;
}

.warning {
  color: red;
}

div.copy {
  margin-top: 4px;
  font-size: 0.7em;
  text-indent: 10px;
  text-align: center;
}

/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu ul {
  margin-left: 220px;
}

#topmenu li {
  display: inline;
  line-height: 24px;
  padding-right: 20px;
}

#topmenu a {
  text-decoration: none;
  font-weight: bold;
  color: black;
/*   padding-top: 4px; */
  padding-left: 18px;
  background: url("listenpunkt.gif") no-repeat left -2px;
}

#topmenu a:link {
}

#topmenu a:visited {
}

#topmenu a:hover, #topmenu a:active {
  color: red;
}

#topmenu .obermenuhigh {
  color: red;
  font-weight: bold;
}
/* ENDE Listenstile für Menüeintrag im topmenu */


/* Listenstile für Menüeintrag im Navibereich 
Dieser Abschnitt ist sehr lang */
#navi ul {
  list-style-image: url(listenpunkt.gif);
  margin-left: 20px;
}

#navi ul ul {
  list-style-image: url(listenpunkt-klein.gif);
  margin-left: 2px;
  }

#navi ul li {
  margin: 12px 0px 14px 8px;
  font-weight: bold;
  padding-left: 0px;
}
#navi ul li a {
  text-decoration: none;
  color: black;
}

#navi ul ul li {
  margin: 4px 0px 4px 10px;
  padding-left: 2px;
  font-weight: normal;
}
#navi ul ul li a {
}

#navi a:link {
}

#navi a:visited {
  color: black;
}

#navi a:hover {
}

#navi ul .obermenuhigh {
  color: red;
}

#navi ul ul .submenuhigh {
  color: red;
}
/* 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 {
  font-size: 130%;
  color: #003E93;
  margin: 0px 0 12px 0;
}

/* Überschrift 2 */
h2 {
  font-size: 105%;
  color: black;
  margin: 4px 0 4px 0;
}

table h2 {
  color: #003E93;
}

/* Überschrift 3 */
h3 {
  color: red;
  margin: 4px 0 2px 0;
}

/* Absatz und div */
#content p, #content object {
  margin-top: 2px;
  margin-bottom: 8px;  
}

#navi div.rss {
  line-height: 1.1em;
  margin: 5px;
  padding-left: 6px;
}

#navi div {
  line-height: 1.1em;
  padding-left: 1px;
  margin: 0;  
}


/* Tag b zusätzlich einfärben */
b {
 color: red;
}

/* Zeichenformat strong */
strong {
 color: black;
}

.bu {
  margin-top: 0px;
  font-size: 0.75em;
  font-weight: bold;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul, .plugin ul {
  margin-bottom: 12px;
  list-style-image: url(listenpunkt-klein.gif);
  line-height: 1.3em;
  margin-left: 1.2em;
  padding-left: 1.2em;
}

#content ol, .plugin ol {
  margin-bottom: 12px;  
  line-height: 1.3em;
  margin-left: 1em;
  padding-left: 1em;	
}

a:link {
}
/* besuchte Hyperlinks */
a:visited {
}
/* Hovereffekt für Links */
a:hover {
}

/* Gestaltung des rechts ausgerichteten News-Kastens */
/*div.kasten {
  float: right;
  font-size: 80%;
  margin: 10px 0px 10px 10px;
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFCC00;
  padding: 5px;
}

div.kasten h3 {
  margin-top: 0px;
} */

div.boxcover {
/*   font-size: 90%; */
  margin-top: 10px;
  margin-left: 4px;
  float: right;
  width: 200px;
  padding: 3px;
}

div.box, div.kasten {
  font-size: 80%;
  margin-top: 8px;
  margin-right: 3px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #003E93;
}

div.kasten {
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 4px;
  margin-bottom: 10px;
  width: 200px;
/*   padding: 3px; */
}
div.kasten div {
  padding: 3px;
}

div.box h3, div.kasten h3 {
  background-color: #003E93;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 0px;
}

div.box div {
  padding-left: 4px;
  padding-right: 4px;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im Auswahlmenü von TinyMCE gezeigt */

/* Einführungsabsatz */
.lead, .lead p {
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
  width: 90%;
  background-color : #EEEEEE; 
  border-style : solid; 
  border-width : 1px; 
  border-color : black; 
  padding: 5px; 
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em; 
  width: 95%;
  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;
}

/* Klasse für Schaltflächenartige Gestaltung von Links */
.button {
  background: url(background-4.gif) repeat-x;
  padding: 4px;
  border: 2px solid #FFCC00;
  text-decoration: none;
  font-weight: bold;
}

.datum {
 font-size: 0.8em;
}

/* Linie interessant gestalten */
hr#trenner {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  width: 370px;
  margin-left: 0px;
  text-align: left;
}

hr {
  border: 1px dashed #0B8A49;
  width: 95%;
  margin-left: 0px;
  text-align: left;
}

#linie {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: silver;
  padding-top: 4px;  
  padding-bottom: 8px;  
  line-height: 0.3;
}

/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}
td {
  padding-right: 20px;
  vertical-align: top;
}
#content table caption {
  text-align: left;
  font-weight: bold;
  font-size: 105%;
}
/* Der folgender Absatz ist das Schwein, dass das Editor-Layout zerhaut: */
/*#content table td {
  padding-right: 20px;
}*/
#content table td a {
  color: black;
}

/* Links innerhalb von Absätzen mit 
kleinem Zeichen versehen */
/*#content p a {
  padding-left: 20px;  
  background: url(weblink.png) no-repeat left center;
}*/
.link_extern, #content a.link_extern {
/*   display: inline; */
  padding-left: 12px;  
/*   background: url(weblink.png) no-repeat left center; */
  background: url(link-extern.gif) no-repeat left center;
}
.link_intern, #content a.link_intern {
  padding-left: 12px;  
  background: url(link-intern.gif) no-repeat left center;
}
.link_mail, #content a.link_mail {
  padding-left: 12px;  
  background: url(link-mail.gif) no-repeat left center;
}
.link_doc, #content a.link_doc {
  padding-left: 12px;  
  background: url(link-doc.gif) no-repeat left center;
}
.link_pdf, #content a.link_pdf {
  padding-left: 18px;  
  background: url(pdf.gif) no-repeat left center;
}

#content p.image {
  text-align: left;
}

/* Stile fuer Anmeldeformular-Script */
#frm_anmeldung {
	position: relative;
	width: 500px;
/* 	height: 800px; */
}
#frm_anmeldung div, #frm_anmeldung p {
	margin: 15px 0 15px 0;
}
#frm_anmeldung label {
	position: relative;
	left: 0px;
	vertical-align: top;
}
#frm_anmeldung label.checkbox {
	left: 150px;
	top: -3px;
}
#frm_anmeldung input, #frm_anmeldung textarea {
	position: absolute;
	left: 120px;
/* 	margin-top: 8px; */
	border: 1px solid #333333;
	padding: 3px;
}
#frm_anmeldung div.buttons {
	margin-top: 80px;
}
p.warnung {
	font-weight: bold;
	color: red;
	border: 2px solid red;
}

/* TinyMCE */
/*#Content_tbl {
  width: 700px;
}*/
