


body {
	color:#94BADE;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	background-color: #14285F;
}

img
{
border: 0px;
}
p
{
padding: 0 0 0 0;
margin: 0 0 0 0;
}


#rahmen
{
text-align: center;
margin-top: 10px;
border: 1px solid #94BADE;
width: 800px;
}

table
{
 background-color:#14285F;
}

.tdContact
{
background-color: #14285F;
color:#94BADE;
}

td {
	/* no inheritance of the font-size (and family, size in NS4) from body, so repeat it here */
	color: #94BADE;
	/* ns4 */
	font-family:Georgia, Times New Roman, Times, serif;
	/* ns4 */
	font-size: 12px;
	text-align: left;
	vertical-align:top;
	
}



/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	color: #CC3300;
	font-size: 18px;
	font-weight : bold;
	margin-bottom: 18px;
	margin-top: 8px;
	border-bottom: 1px dotted silver;
	padding:0px;
	

}
h2 {
	color: #CC3300;
	font-size: 14px;
	font-weight : bold;
	margin-bottom: 3px;
	margin-top: 8px;
	border-bottom: 0px dotted silver;
	padding:0px;
}
h3 {
	
	font-size: 11px;
	font-weight : bold;
	margin-bottom: 4px;
	margin-top: 14px;
}


ul {
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}


li {
	padding-bottom: 2px;
	list-style-type: circle;
}

.content {
	color: #94BADE;
	border-left: solid 4px #94BADE;
	background-color:#14285F;
	padding: 6px;
	padding-top: 4px;
	padding-left: 8px;
	width: 600px;
	margin-top: 20px;
	padding-bottom: 42px;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 10px;


	
}

.doSel
{
margin-top: 6px;
border: 1px solid #14285F;
padding:4px;
}

a.doSel:link, a.doSel:active, a.doSel:visited
{
margin-top: 6px;
border: 1px solid #CC0033;
padding:4px;
text-decoration:none;
font-weight: bold;
}

a.doSel:hover
{
margin-top: 6px;
border: 1px solid #CC0033;
padding:4px;
font-weight: bold;
color: #666666;
}


/* links */
a:link			{
	text-decoration: none;
	color : #94BADE;
}
a:visited		{
	text-decoration: none;
	color : #94BADE;
}
a:hover		{
	text-decoration: underline;
	color : #94BADE;
}
a:active 		{
	text-decoration: none;
	color : #94BADE;
}




.footer		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	font-size: 11px;
	color: #CC3300;
	font-weight : normal;
	padding: 4px;
	padding-right:0px;
	background: #14285F;
	padding-left: 170px;
	padding-top: 14px;
	padding-bottom: 14px;
}

	
.linkFooter		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	
	margin-top: 8px;
	font-size: 10px;
	color: silver;
	font-weight : normal;
	
}

a.linkFooter:link, a.linkFooter:hover, a.linkFooter:active, a.linkFooter:visited
{

	font-size: 10px;
	color: silver;
	font-weight : normal;
	text-decoration:none;
}


.bgz1
	{
	background-color: #eeeeee;
	border-bottom: solid 1px silver;
	}

.bgz2
	{
	background-color: #E2ECF6;
	padding: 2px;
	border-bottom: 1px solid silver;
	}
	
#input
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #977517;
font-size: 10px;
}

/* positioning the navigation items in all 4 levels (#0-#3, any level below #3 will be set on level #3) */
.nav0			{
	font-size:13px;
	margin-left:0px;	
	padding-top:10px; /* distance between als level #0 headlines */ 
}
.nav1			{
	font-size:12px;
	margin-left:8px;
}
.nav2			{
	font-size:11px;
	margin-left:16px;
}
.nav3			{
	font-size:10px;
	margin-left:24px;
}

/*  colors etc. of the 3 navigation modes 
text-decoration doesn´t work as class in gecko, so you have to specify this in the navigation.html file */
.open			{
	color : ;
}
.closed	{
	color : ;
	
}
.active		{
	color : #000000;
	
}
a:hover.closed, a:hover.open {
	color: ;
	background-color : ;
	display:block; 
}
/* ------------------ add individual styles below ----------------- */
.footer_distance {
	padding:4px;
}

/* navigation */
.navigation a:link, .navigation a:visited {
	color: #94BADE;
	font-size: 14px;
	font-weight:bold;

}
.navigation a:hover, .navigation a:active {
	color: #CC0033;

	display:block;
}

.level_0 {

	text-indent : 12px;
	line-height : 36px;
	border-top : 0px solid #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
}
.level_1 {
	text-indent : 14px;
	font-size : 10px;
}
.level_2 {
	text-indent : 18px;
	font-size : 9px;
}
.level_3 {
	text-indent : 33px;
	font-size : 9px;
}


.level_0active {
	text-indent : 12px;
	color: #000000;
	line-height : 36px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #94BADE;
	
}

.level_0active a:link, .level_0active a:visited{
	text-indent : 12px;
	color: #000000;
	line-height : 36px;
	background-color: #94BADE;
	
}