﻿/* Angaben für alle standardkonformen Browser */

body {
    margin:0;
    padding:0;
    background-color:rgb(6,42,94);
    font-family: Arial;
	background-image:url(Homepage_Bilder/border.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

#contentcontainer {
	margin-top:115px;
    width:840px;
}
#header, #startheader {
	position:fixed;
    top:0px; left:-1px; right:0px;
    font-weight:bold;
    color:white;    
    text-align:center;
    height:125px;
}
#footer {
    font-size:12px;
	color:black;
    text-align:center;
    width:100%;
    }
 #footerbackground   {
	padding-top:15px;
	padding-bottom:5px;
	width:840px;
	background-color:rgb(255,255,255);
}
 #HTMLContent   {
	text-align:left;
}

#menu,#startmenu
{
	text-align:left;
	width:840px;
	background-color:rgb(6,42,94);
}	
#startmenu
{
	Margin-top:-5px;
}
#home
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0
}
.boxleft,.boxright {
	background-color:rgb(220,225,230);	
	text-align:left;
	-moz-opacity:0.7;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.boxleft,.boxright 
{
	margin:5px;
	width:48%;
}
.boxleft,.boxleft_gallery {
	padding-left:5px;
	float:left;
}
.boxright,.boxright_gallery
{
	padding-right:5px;
	float:right;
}
.center,.table	{
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin:0px auto;  }
.table {
	text-align:left;
}

/* Texformatierungen */	

h1 {
	font-size: medium;
	font-weight:bolder ;
	color: #000080;
}
h2 {
	font-size: medium;
	font-weight:bolder ;
	color: #000080;
	text-align:center;

}
h3 {
	font-size:smaller ;
	font-weight:normal ;
	color:Black;
	text-align:left;
	vertical-align:middle;

}
h4 {
	font-size:large ;
	font-weight:bold;
	color: #000080;
}	
h5 {
	font-size:smaller ;
	font-weight:bolder ;
	color:Black;
	text-align:left;
	vertical-align:middle;

}
/* Linien */
hr 
{
	border:1px;
	background-color: #d0d0d0;
	height:1px;
}
/* Angaben nur für den Internet Explorer inkl. V6 */

* HTML #contentcontainer 
{
	margin-top:0px;
    width:840px;
}
* HTML .boxleft,.boxright {
	margin:2px;
}
* HTML #startmenu{
	Margin-top:0px
}
* HTML #startheader
{
	position:fixed;
    top:0px; left:-1px; right:0px;
    font-weight:bold;
    color:white;    
    text-align:center;
    height:125px;
	Margin-top:-40px
}

* HTML .center,.table	{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin:0 auto;  }


/* Angaben nur für den Internet Explorer inkl. V7 */

*:first-child+html #contentcontainer {
	padding-top:115px;
}
*:first-child+html #startmenu{
	Margin-top:0px
}
