@charset "utf-8";

body {
	width: 101%;
	padding: 0px;
	margin: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:100%;
	background-color:#ffffff;
	}

table, td, tr {margin: 0px; padding: 0px; border-spacing: 0px;}

h1 {
	font-size: 20px;
	font-weight:bold;
	color:#003d8f;}

h2 {
	font-size: 18px;
	font-weight:bold;
	color:#003d8f;}

h3 {
	font-size: 16px;
	font-weight:bold;
	color:#003d8f;}

h4 {
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	line-height:170%;}


#header { 
	width: 1050px 
	height: 250px;
  	margin: 0px auto ;
	background:#FFFFFF;
	font-size: 22px;
	font-weight: bold;
	color:#333333;
	line-height:300%;
	text-align:left;	}
	

#shadow { 
	width: 1050px ;
  	margin: 0px auto ;
	padding: 0px;

	-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
	-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
	box-shadow:1px 1px 6px #292929; /* CSS3 */
}


#copyright {
	width: 100% ;
  	margin: 0px auto ;
	font-size: 11px;
	text-align:center;
	}
a.copyright:link {color: #000000;text-decoration:underline;}
a.copyright:visited {color: #000000;text-decoration:underline;}
a.copyright:hover {color: #003d8f; text-decoration:underline;}
a.copyright:active {color: #000000; text-decoration:underline;}

.navibox {
	font-size:13px;
	background-color:#f4f4f4;
	width: 250;
	height: 33;
	text-align: left;
	vertical-align:middle;
	padding-left:15px; 
	border-bottom:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#808080; /*#f4f4f4;*/
}

.naviboxwhite {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	color:#003d8f;
	background:#ffffff;
	padding: 7 15 7 15px;
	border-bottom:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#808080; /*#f4f4f4;*/
}

a.naviboxwhitelink:link {color: #003d8f;text-decoration:none;}
a.naviboxwhitelink:visited {color: #003d8f;text-decoration:none;}
a.naviboxwhitelink:hover {color: #000000; text-decoration:none;}
a.naviboxwhitelink:active {color: #003d8f; text-decoration:none;}

.img-right {
	width: 300;
	float:right;
	text-align:left;
	font-size:11px;
	padding:7px;
	margin-left:30px; 
	margin-top:52px;
	-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
	-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
	box-shadow:1px 1px 6px #292929; /* CSS3 */
}

.Text-left {width: 400;	float:left;}

.Line {
	width: 750;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
}


.Text {
	font-size: 13px;
	color:#333333;
	line-height:250%;
	text-align:justify;
	/*automatische Silbentrennung*/
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
	/*automatische Silbentrennung END*/
}
a.Text:link {color: #003d8f;text-decoration:underline;}
a.Text:visited {color: #003d8f;text-decoration:underline;}
a.Text:hover {color: #000000; text-decoration:underline;}
a.Text:active {color: #003d8f; text-decoration:underline;}
	
	
.Text16 {
	font-size: 16px;
	color:#333333;
	font-weight:bold;}


.Text-Small {
	font-size: 11px;
	color:#333333;
	text-align: center;}


a.topnavi:link {text-decoration: none; color:#333333;}
a.topnavi:visited {text-decoration: none; color:#333333;}
a.topnavi:hover {color: #003d8f; text-decoration: none;	font-weight:bold;} 
a.topnavi:active {text-decoration: none; font-weight:bold; color: #333333;}

a.activelinktext:link{	color:#333333;	font-weight:normal;	text-decoration:underline;}
a.activelinktext:visited{	color:#333333;	font-weight:normal;	text-decoration:underline;}
a.activelinktext:hover{	color:#003d8f;	font-weight:bold;	text-decoration:underline;}

a.linknavi:link{	color:#333333;	font-weight:normal;	text-decoration:none;}
a.linknavi:visited{	color:#333333;	font-weight:normal;	text-decoration:none;}
a.linknavi:hover{	color:#003d8f;	font-weight:bold;	text-decoration:none;}


