/* Allgemeine Definitionen */

body {
	font-size: 12px;
	font-family: sans-serif, arial, helvetica, ;
	color: #000000;
	background: #AF1F1F url(../images/bg.jpg) bottom left no-repeat;
}

td, tr, p, div {
   font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
}
.contentpageon {color: #ffffff; text-align: justify;}
a {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
}

a:link, a:visited {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
}

a:hover {
   color: #C43C03;	
   text-decoration: underline;
   font-weight: bold;
}

/* Menu Definitionen */

table.moduletable {
   width: 100%;
   table-layout: auto;
}

table.moduletable th {
   background-color: #000000;
   color: #ffffff;
   width: 100%;
   border-bottom: 1px;
   border-color: #000000;
}

/* Content Definitionen */

.contentheading {
   font-family: arial, helvetica, sans-serif;
   font-size: 16px;
   color: #ffffff;
   font-weight: bold;
   text-align: left;
   text-indent: 50px;
   padding-bottom: 15px;
   font-style: oblique;
}

.small {
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}

.createdate {
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
   text-align: left;
}

.modifydate {
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
}

/* Klassen Definitionen */

.footer {
	font-family: Helios, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
.b {
	color: #ffffff;
}
.footer a:link, .footer a:visited {
   text-decoration: none;
   font-weight: bold;
   color: #000000;
}

.tabl1 {
   height: 8px;
   background-color: #000000;
}

.tabl1 a {color: #ffffff; padding: 0px 10px; font-family: "comic sans-serif"; font-weight: bold; font-size: 14px; text-transform: uppercase;}

.tabl2 {
   height: 8px;
   background-color: #AF1F1F;
}

.leftrow {
   width: 150px;
   margin-right: 5px;
}

.rightrow {
   width: 150px;
   margin-left: 5px;
}