body {
  	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff; }

#mainTable {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	height: 100%;
	width: 100% }


/* Kopfbereich */
#header {
	padding: 0px;
	margin: 0px;
	height: 90px;
	background-color: #3569cc;
	border-bottom: 1px solid #999999; }
	
#logoimg { 
 }
	
	
	
/* Navigation links */	
#sidebar {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 179px;
	height: 100%;
	padding: 20px 0px;
	vertical-align: top;
	background-color: #f0f0f0;
/*	background-image: url(images/bg-menu.gif);
	background-repeat: no-repeat; */
	border-top: 1px solid #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; }

#sidebar .breaker {
	height: 2px;
	overflow: hidden;
	margin: 20px 0px;
	padding: 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;}
	
#sidebar div {
	margin: 2px 5px; }

#sidebar div img { margin: 0px 6px;}
	
#sidebar a {
	color: #666666;
	padding: 2px 2px 3px 2px;
	margin: 0px;
	display: block;
	border: 1px solid #f1f1f1;
	text-decoration: none;
	line-height: 12px;
	width: 169px; }
	
#sidebar a:link, #sidebar a:visited { }
	
#sidebar a:hover, #sidebar a:active {
	background-color: #e1e1e1;
	border: 1px solid #cccccc; }

#current a {
 	background-color: #e1e1e1;
 	border: 1px solid #cccccc; }



/* Inhaltsbereich */
#maincontent {
	font-size: 13px;
	padding: 10px 60px;
	vertical-align: top;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100%; }
	
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/

h1 { 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding: 10px 0px 4px 0px;
	border-bottom: 1px dotted #999999;}

h2 { 
	color: #333350;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0px 4px 0px; }

h3 { 
	color: #333350;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0px 4px 0px; }

.text li  { padding-bottom: 4px; }

ul { list-style-type: disc; }


/* Bilder */
#maincontent .right {
	float: right;
	margin: 0px 0px 10px 20px;
	border: 1px solid #666666; }
#maincontent .left {
	float: left;
	margin: 0px 20px 10px 0px;
	border: 1px solid #666666; }

.mini { 
	line-height: 12px;
	font-size: 11px; }


/* Fußbereich */
#footer {
	height: 20px;
	color: #aec3eb;
	font-size: 11px;
	line-height: 12px;
	background-color: #3569cc;
	border-top: 1px solid #ffffff;
	padding: 5px 10px; margin: 0px; }

a:link { 
	text-decoration: underline;
	color: #2A52A0; }
a:visited {
	text-decoration: underline;
	color: #333350; }
a:hover {
	text-decoration: underline;
	color: #94450A; }
a:active {
	text-decoration: underline;
	color: #94450A; }
	
#footer a { color: #aec3eb; text-decoration: none; }
#footer a:hover { color: #ffffff; text-decoration: underline; }

.aysberg {font-size: 11px; color:#CC0000}