/* 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: 270px;
	border-style: dotted;
	border-width: 2px;
	border-color: silver;
	padding: 10px;
	margin: 3px;
	background-color: Silver;
}

/* 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: 1.1em;
	margin-top: 10px;
	padding: 10px;
	float: left;
	width: 50%;
	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 */

/* 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: 90%;
	text-align: left;
	margin: 5px 10px 5px 30px;
}

/* Runder Bereich */

.impressum
{
	margin-left: 20px;
}

.impressum h2
{
	text-align: left;
	margin: 10px;
}

.impressum h1, .impressum h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.impressum p:first-letter
{
	font-size: 1.0em;
}

.rugr, .rukl, .obenrund, .rueng
{
	margin: 0px;
}

.rukl
{
	width: 290px;
}

.rukl p
{
	margin: 0;
	padding: 20px;
	background: #86AD2C;
}

.rukl .e-oben *, .rukl .e-unten *
{
	background: #86AD2C;
}


.rugr
{
	width: 190px;
}

.rueng
{
	width: 100px;
}

.rugr p, .rukl p, .obenrund h1
{
	margin: 0;
	padding: 20px;
	background: #86AD2C;
}

.rueng p
{
	margin: 0;
	padding: 2px;
	background: #86AD2C;
	text-align: center;
}

.rugr p
{
	padding-bottom: 10px;
	background: #86AD2C;
}

.obenrund
{
	width: 190px;
left: 190px;
top: 60px;
}

.obenrund h1
{
	padding-bottom: 10px;
	background: #F74312;
}

.obenrund .e-oben *
{
	background: #F74312;
}

.e-oben, .e-unten {
display: block;
}

.e-oben *, .e-unten * {
display: block;
font-size: 1px;
height: 1px;
overflow: hidden;
}

.rugr .e-oben *, .rugr .e-unten *
{
	background: #86AD2C;
}

.rueng .e-oben *, .rueng .e-unten *
{
	background: #86AD2C;
}

.e-oben .e1, .e-unten .e4 {
margin: 0 5px;
}

.e-oben .e2, .e-unten .e3 {
margin: 0 3px;
}

.e-oben .e3, .e-unten .e2 {
margin: 0 2px;
}

.e-oben .e4, .e-unten .e1 {
height: 2px;
margin: 0 1px;
}

/* 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%;
	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
{
	font-weight: bold;
}

li.suc
{
	font-weight: bold;
}

li.imp
{
	font-weight: bold;
}

li.alls
{
	font-weight: bold;
}

li.mails
{
	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;
}

#editform
{
	border-style: solid;
	border-width: 5px;
	border-color: Fuchsia;
}