﻿body {
	font-family:Verdana;
	font-size:12px;
	background-color:#FFFFFF;
	margin:15px 60px;
}

img {
	border:0px;
}

h1 {
	font-size:18px;color:#ffffff;margin:0px;
}

h2 {
	font-size:14px;color:#ffffff;
}

a:link, a:visited, a:active, a:hover {	
	text-decoration:none;
	font-weight:bold;
	color:#5B7B9D;
	font-size:12px;
}
a:active, a:hover {
	color:#a0a0a0;
}

a.login:link, a.login:visited, a.login:active, a.login:hover {	
	color:#ffffff;
	font-size:x-small;
}

.head {
	padding:10px 0px 10px 10px;	 
}

.topTable {
	margin:20px auto;
}

.colorTable td {
	width:10px; 
	height:10px; 
	font-size:1px; 
}

.button {
	background-color:#3B5494;
	color:#FFFFFF;
	font-weight:bold;	
	border:1px solid #000;
	padding:0px 6px;
	font-family:Arial;
}

.smallHeader {
	font-weight:bold; 
	text-decoration:underline; 
	letter-spacing:2px;
}

#divHelp
{	
	width:300px;
	color:#FFFFFF;
  background-color:#3B5494; 
  border:1px solid #8EA3B9; 
  font-size:x-small; 
  padding:8px; 
  visibility:hidden;
  position:absolute;
  left:320px;
  top:500px;
}

.nochLoseLabel {
  color:#dd0000;
  font-weight:bold;
  text-align:center; 
}

.lbStatus 
{
  text-align:center; 
  width:400px;
  color:#dd0000;
}

.lbInfo
{
  border:2px dotted #dd0000;
  padding:10px;
}

#divHelp
{	
	width:300px;
	color:#FFFFFF;
    background-color:#3B5494; 
    border:1px solid #8EA3B9; 
    font-size:x-small; 
    padding:8px; 
    visibility:hidden;
    position:absolute;
    left:400px;
    top:300px;
}

/* Die Titelzeile */
#titel {
	color:#000000;
	padding-top:15px;
	height:24px;
	padding-left:30px;
	font-family:Verdana;
	letter-spacing:10px;
}
#untertitel {
	padding-top:15px; 
	padding-left:65px; 
	margin:0px;
}

/* Die Seitenüberschrift */
#pageHeader {
	background-color:#3B5494; 
	color:#FFFFFF; 
	padding:5px; 
	border-bottom:1px solid #000; 
	margin:0px; 
	font-weight:bold;
}

/* Der Sichere Zurück-Link */
#goBack {
	color:#DD0000; 
	font-weight:bold; 	
	font-size:13px;	
}

/* Das Menü */
.menutitle {
	font-weight:bold;
	text-align:center;
	margin:2px;
}
.menucontainer {
	border:1px solid #000;
	background-color:#fff;
	margin-bottom:12px;
}
a.menu {
	display:block;
	padding:3px;
	border-top:1px solid #000;
	background-color:#3B5494;
	text-align:center;
	color:#eeeeee;
	text-decoration:none;
}
a.menu:link, a.menu:visited { 
	color:#eeeeee;
	background-color:#4C6CBE;
	text-decoration:none; 
	font-weight:bold;
}
a.menu:active, a.menu:hover { 
	color:#FFFFFF;
	font-weight:bold;
	background-color:#5E77B8;
}

/* Der Content */
#content {
	border:1px solid #000000;
	width:100%;
	margin-top:40px;
	margin-bottom:20px;	
	background-color:#F7FBFB;
}

.transBox {
  border:1px solid #000;
  height:34px;  
  margin:15px 20px;
  padding:5px;
  overflow:auto;
}

/* DAS MENÜ */
.bereich {
  display: block;
  color: #FFFFFF;
  background-color: #3B5494;
  text-align: center;
  padding:3px;
}

a.link {
  display: block;
  color: #FFD700;
  font-family: Verdana, Arial;
  font-size: 13px;
  text-decoration: None;
  border-bottom: solid 1px #3B5494;
}

a.link.bereich {
  display:block;
  background-color:#000000;
  padding:3px;
  height:25px;
}

a.link:hover {
  display: block;
  color: #000000;
  background-color: #FFD700;
}
/* ENDE MENÜ */

/* Statistik-Table */
div.stat {
  margin:20px 40px;
}
table.stat {
  border:2px solid #3B5494;
  border-collapse:collapse;
  width:100%;
  font-weight:bold;
}
table.stat th {
  color:#ffffff; 
  background-color:#EE0000;
}
table.stat td {
  border-top:1px solid #3B5494;
  width:50%;
  background-color:#eeeeee;
}
/* Statistik-Table Ende */


/* Startseite: Bereich-Überschrift */
.startHeader {
	border:1px solid #3B5494; 
	border-bottom:0px; 
	width:200px; 
	padding:5px; 
	font-weight:bold;
	margin-top:20px;
}

/* Startseite: Bereich */
.startContent {
	border:1px solid #3B5494; 
	padding:10px;
}
.startContent td {
	width:150px;
}

/* News */
.newsblock {
	border-collapse:collapse;
	margin:3px 75px;
	width:80%;
}

.newstitleblock {
}

.newstitle {
	font-size:12px;
	color:#dd0000;
	padding:5px;
	text-align:left;
}

.newsdate {
	font-size:x-small;
	color:#dd0000;
	text-align:right;	
	padding:5px;
}

.newscontentblock {
}

.newscontent {
	border-top:1px solid #000;
	padding:5px 20px;
	color:#000000;
}

.newscontent li {
	color:#5B7B9D;
	font-weight:bold;
}

a.newslink {
	color:#5B7B9D;
	font-weight:bold;
}
