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

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

div, p
{
	padding:0px;
	margin:0px;
}

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

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
ul {
  list-style-image: url(karo.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
  margin-top: 0;
  padding-top: 0;
}

li {
  margin-bottom: 0.2em;
}

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

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

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

/* Linie interessant gestalten */
hr {
	border-style: solid;
	border-width: 2px;
	border-color: #003084;
	width: 85%;
	margin-left: 0px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

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

.ul.link-hor 
{
	line-height: 1.25;
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	margin: 6px 1px;
	font-family: Arial, Helvetica, sans-serif;
}

ul.link-hor li 
{
	background: url(tab-links.gif) no-repeat;
	border-bottom: 1px solid #8FB52D;
	cursor: pointer;
	float: left;
	padding-left: 9px;
}

ul.link-hor li a 
{
	background: url(tab-rechts.gif) no-repeat top right;
	color: #5D7913;
	display: block;
	font-weight: bold;
	padding: 5px 8px 3px 0px;
	text-decoration: none;
}

ul.link-hor li a:hover, ul.link-hor li a:focus
{
	color: blue;
}

impressum li
{
	margin-left: -20px;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
}

/*  Fuss-Leiste  */

#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #D4D4D4;
	color: #FFFFFF;
	border-top: #778899;
	font-size: 14px;
	height: 20px;
}

html > body #footer
{
  position: fixed;
}

#footer li
{
	display: inline;
}

#footer a:link, #footer a:visited
{
	color: #FFFFFF;
	background-color: transparent;
}

#footer a:hover
{
	text-decoration: none;
}
/*  Fuss-Leiste  */

li.ueb
{
	background-color: Olive;
	font-weight: bold;
}

li.suc
{
	background-color: Navy;
	font-weight: bold;
}

li.imp
{
	background-color: Black;
	font-weight: bold;
}

li.alls
{
	background-color: Green;
	font-weight: bold;
}

li.mails
{
	background-color: #514E24;
	font-weight: bold;
}

.heid
{
	position: absolute;
	left: -3000px;
}

.ie6
{
	display: none;
}

input#bearbeiten
{
	width: 110px;
	cursor: pointer;
	font-weight: bold;
	color: #E3004F;
	background-color: Yellow;
	margin-left:9px;
	font-size: 19px;
}

input#bearbeiten:hover
{
	background: #E3004F;
	color: White;
}



