﻿/* =======================================
basis für gesamte page
======================================== */
body 
{
	color: #112770;
	font-family: Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.0em;
	margin: 0;
	background-color: #ffffff;
}

/* =======================================
standard link
======================================== */	
a, a:visited, a:active
{
	color: #0000FF;
}
a:hover 
{
	color: #1D60FF;
}

/* =======================================
link-rot normal
======================================== */	
a.rLink, a.rLink:visited, a.rLink:active
{
	color: #FF0000;
}
a.rLink:hover 
{
	color: #CC6699;
}



/* =======================================
header definitions
======================================== */	
h1, h2, h3, h4, h5, h6
{
	color: #FF0000;
	font-variant: normal;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
}

h1
{
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
}

h2
{
    font-size: 1.6em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* =======================================
tabelle für content
======================================== */	
table.Content
{
	margin: 4px;
	width: 852px;
}
td.ContentLinks
{
	vertical-align: top;
	text-align: left;
}
td.ContentMitte
{
	vertical-align: top;
	text-align: center;	
}
td.ContentRechts
{
	vertical-align: top;
	text-align: right;	
}




.MaxWidth
{
	width: 100%;
}

































/* =======================================
system-styles für content-system
======================================== */	
table.PageTable
{
	border: 4px solid #cccccc;
	width: 860px;
	height: 550px;
}
.MainContent
{
	background-color: #FFFFFF;
	vertical-align: top;
	height: 550px;
}
.Header {
	border: 1px #FFFFFF solid;
	background-color: #000066;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.Menue
{
	background-color: ButtonFace;
}
.Footer
{
	border-style: solid none none none;
	border-width: 4px;
	border-color: #000066;
	font-size: .8em;
	color: #666666;
	text-align: center;
}
a.lFooter, a.lFooter:visited, a.lFooter:active
{
	color: #666666;
	text-decoration: none;
}
a.lFooter:hover 
{
	color: #CC6699;
}

body.Real
{
	color: #112770;
	font-family: Calibri, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.0em;
	margin: 0;
	background-color: #CCCCCC;
}
