/* Allgemeine Definitionen */

body {
	background-color: #b5d1e8;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
        border: 10px;
        border-color: #000000;
}

td, tr, p, div {
   font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}

a {
   text-decoration: none;
   font-weight: bold;
   color: #000000;
}

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

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

/* Menu Definitionen */

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

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

/* Content Definitionen */

.contentheading {
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color: #0051BA;
   font-weight: bold;
   text-align: left;
}

.small {
   font-family: arial, helvetica, sans-serif;
   font-size: 10px;
   color: #0051BA;
   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: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

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

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

.tabl2 {
   height: 0px;
   background-color: #ffffff;
}

.leftrow {
   height:100%;
   width: 150px;
   margin-right: 5px;
   background-color: #00bffe;
}

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