/* CSS-Datei für new-Template von CMBasic (ab Ver. 1.5)
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 */

/* Gesamtschrift und Gesamtrand festlegen */
html {
	min-height: 100.15%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 30px 0px 40px;
	cursor: default;
	background-attachment: fixed;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

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

/* Container mit dem Logo */
#logo {
	width: 857px;
	height: 100px;
	color: black;
	background-image: url(kopfback.jpg);
}

/* Titel */
#logo h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	padding-left: 15px;
	padding-top: 16px;
	padding-bottom: 0px;
	color: white;
	background-color: transparent;
	background-image: none;
	border: 0;
	margin: 0px;
	padding-right: 12px;
}

/* Suchfeld */
#search {
	float: left;
	color: black;
	width: 15%;
	background-color: transparent;
	margin-top: 8px;
	margin-left: 12px;
}

#search label {
  font-size: 0.8em;
  color: white;
  display: block;
}
.bildlinks {
	border: 1px solid #000000;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

/* Haupt-Navigationsbereich */
#navi {
	font-size: 14px;
	float: left;
	color: black;
	width: 20%;
	padding-top: 6px;
	padding-left: 12px;
	height: 100%;
}

/* Navigationspfad */
#path {
	padding: 4px 0px 0px;
	margin-bottom: 4px;
	font-weight: 900;
}

/* Inhaltsbereich */
#content {
	float: right;
	color: #FFFFFF;
	width: 72%;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	min-height: 400px;
}

/* Stilregel für Plugins, z.B. feedback 
wichtig, um die gewünschte Hintergrundfarbe festlegen
zu können */
.plugin {
  background-color: transparent;
  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: transparent;
  font-size: 14px;
  line-height: 18px;
}

/* Fußzeile */
#footer {
	color: #999999;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
	height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #000000;
}

#footer div {
	font-size: 14px;
	text-indent: 12px;
	line-height: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	color: #999999;
}

/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 11px;
}

#topmenu ul {
	font-size: 14px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	height: 20px;
	width: 100%;
}

#topmenu li {
  display: inline;
}

#topmenu a {
	padding: 3px 0px 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#topmenu a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#topmenu a:visited {
	color: #FFCC00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#topmenu a:hover {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#topmenu .obermenuhigh {
	padding: 3px 4px 2px 0px;
	color: #ffffff;
	border-bottom: 1 solid #666666;
	font-weight: 900;
	margin: 0px;
}
/* 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(pathimage.gif);
  padding-left: 10px;
  margin-left: 6px;
  }

#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 4px 0px;
  font-weight: normal;
  color: #000000;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #666666;
}

#navi ul ul li a {
	display: block;
	margin-top:1px;
	padding:4px 4px 4px 0px;
	text-indent: 0px;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	border: none;
}

a.copy:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;

}
a.copy:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #EEEEEE;
	text-decoration: none;

}
a.copy:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;

}
#navi a:link {
	display: block;
	text-decoration: none;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#navi a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#navi a:hover {
	display: block;
	width: 180px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 900;
}

#navi ul .obermenuhigh {
	list-style-type: none;
	display: block;
	width: 180px;
	margin-top: 1px;
	padding: 4px 4px 4px 0px;
	font-weight: 900;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#navi ul ul .submenuhigh {
	list-style-type: none;
	display: block;
	width: 160px;
	margin-top: 1px;
	padding: 4px 4px 4px 0px;
	font-weight: 900;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
/* ENDE Listenstile für Menüeintrag im Navibereich */

/* Überschrift 1 gestalten */
h1 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;      
  padding: 0px;
}

/* Überschrift 2 */
h2 {
	font-size: 14px;
	line-height: 18px;
	background-image: url(rotkaro.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left;
	margin-bottom: 3px;
	margin-top: 8px;
	font-weight: 900;
	padding: 0;
}

/* Überschrift 3 */
h3 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	font-weight: 900;
	color: #000000;
}

/* Absatz und div */
p, div {
	padding-right: 3px;
	color: #FFFFFF;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

p {
	margin-top: 3px;
	margin-bottom: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: #FFFFFF;
}

/* Zeichenformat strong */
strong {
  /*  color: #AF1810; */
 color: #FFFFFF;
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
	list-style-image: url(karo.gif);
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content ol {
	font-size: 1em;
	line-height: 1.4;
	margin-top: 0;
	padding-top: 0;
	color: #FFFFFF;
}

#content li {
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
}

/* Hovereffekt für Links */
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* besuchte Hyperlinks */
a:visited {
	text-decoration: none;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
	font-size: 12px;
	float: right;
	width: 184px;
	padding: 4px 4px 6px 2px;
	margin: 10px 4px 10px 10px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 14px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	text-align: right;
}

.kasten h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: 900;
	color: #FFFFFF;
	margin-bottom: 4px;
}

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

.box h3 {
  background-color: #003084;
  background-image: url("kastenhintergrund1.jpg");
  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: 14px;
	line-height: 20px;
	font-weight: 900;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding-top: 4px;
}

.lead {
	padding: 8px 0px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #FFFFFF;
	margin-top: 4px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 629px;
	background-color : #EEEEEE;
	border-style : solid;
	border-width : 1px;
	border-color : #CD3326;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 17px;
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	border-style : dotted;
	border-width : 1px;
	border-color : gray;
	padding : 5px;
	margin-top: 8px;
	margin-bottom: 10px;
	line-height: 17px;
}

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

/* Bildunterschrift */
.bu {
	margin-top: 0px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	line-height: 13px;
}

/* Linie interessant gestalten */
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #003084;
  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;
	text-decoration: none;
}

/* Format für zuletzt geändert usw. */
.datum {
 font-size: 0.8em;
}
a:link {
	text-decoration: none;
	color: #FFCC00;
}
.inputtext {
	width: 400px;
}
.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
.mainbody {
	background-color: #CCCCCC;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.logotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	padding-left: 15px;
	padding-top: 16px;
	padding-bottom: 0px;
	color: white;
	background-color: transparent;
	background-image: none;
	border: 0;
	margin: 0px;
	padding-right: 12px;
}
.searchinput {
	width: 168px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #EEEEEE;
	height: 18px;
	line-height: 13px;
	border: 1px solid #666666;
}
.searchbutton {
	width: 171px;
	margin-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	background-color: #999999;
	height: 23px;
	line-height: 13px;
	border: 1px solid #000000;
	padding-bottom: 2px;
	cursor: hand;
	cursor: pointer;
}
.klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.flaggen {
	float: right;
	margin-top: 70px;
	margin-right: 8px;
}
.flagge {
	border: 1px solid #FFFFFF;

}
.cilogo {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 2px;
}
.trans {
	background-color: transparent;
}
.weiss {
	background-color: #FFFFFF;
}
.black {
	background-color: #000000;
}
li {
	color: #FFFFFF;
}

