*{margin:0; padding:0;}

body{
	margin:0; padding:0;
	background-color:#64748B;
	font-family:Times New Roman, Times, serif;
}

#page
{
	margin:0; padding:0;	
	background-color:#D3DCE6;
	text-align: left;
	width: 950px; margin: 0 auto;          /*feste Breite*/
}

#header
{
	margin:0; padding:0;	
	width: 950px;                          /*feste Breite*/
	height: 245px;
	background-color: #26354A;
	border-bottom: 4px solid #FF6600;
}

.logo-bild{
	float:right;
	margin-right: 30px;
	position:relative;
	top:24px;
}


.logo-bild img{
	border:1px solid #000000;
}

.logo {
	margin-left: 120px;
	position:relative;
	top:34px;
	background-image:url(Logo.gif);
	background-repeat:no-repeat;
	width: 535px;
	height: 182px;
}

#content
{
	padding:20px 0 20px 0;
	border-top: 4px solid #FF6600;
}

#content p {
	text-align:justify;
	margin: 1em 5%;
	line-height:22px;
	color:#26354A;
	letter-spacing:.05em;
}

table.normal {
	margin: 1em 5%;
	line-height:22px;
	color:#26354A;
	letter-spacing:.05em;
}

table.normal th{
	font-weight:bold;
	padding: 10px;
}

table.normal td{
	padding: 10px;
}

#content p.center_strong{
	margin: 20px 0 3px 0;
	text-align:center;
	font-weight:bold;
	line-height:10px;
}

#content p.center{
	text-align:center;
}

h1 {
	margin: 0 5%;
	padding:0;
	text-align:left;
	font-size:170%;
	color: #FF6600;
	letter-spacing:.2em;
	line-height:50px;
}

h2 {
	text-align:left;
	font-size:130%;
	color: #26354A;
	letter-spacing:.2em;
	line-height:30px;
	margin: 10px 5%;
}

.graueZeile{
	background-color: #E4EAEF;
	padding: 5px 1%;
	margin-left: 4%;
	margin-right: 4%;
}


.dunkelZeile{
	background-color: #ffffff;
	padding: 5px 1%;
	margin-left: 4%;
	margin-right: 4%;
}

h3 {
	font-size:110%;
	margin: 1em 5%;
	text-align:left;
	color:#26354A;
	letter-spacing:.1em;
	font-style:italic;
}

a {
	color: #FF6600;
	/*font-weight:bold;*/
	text-decoration:underline;
}

ul, ol{
	margin-left: 5%;
	margin-right: 5%;
}
	
li {
	margin-left: 5%;
	margin-right: 5%;
	text-align:justify;
	line-height:22px;
	color:#26354A;
	letter-spacing:0.05em;
}

a:hover {
	color: #FFBA00;
}

/* ----------- footer ------------ */

#footer{
	font-family:Arial, sans-serif;
	padding: .5em 0;
	text-align:center;
	color:#fff;
	background-color: #26354A;
	font-size: small;
	border-top: 4px solid #FF6600;
	clear:both;
}

.CR{
	display:inline;
	margin-left: 150px;
	margin-right: 150px;
	letter-spacing: .1em;
}

/* ------------- Kontakt --------------- */

#right{
	float:right;
	display:block;
	width: 350px;
}

#kontaktformular{
	margin-left: 5%;
	margin-top: 1em;
	display:block;
	width: 500px;
}

#kontaktformular td{
	padding: .3em 1em 0 .3em;
}

/* ------------- Navigation --------------- */

#navi{
	margin: 0 auto;
}

#navi a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	color: #26354A;
	text-decoration: none;
	line-height:16px;
	padding: 0px 15px;
	border-right: 1px dotted #26354A;
	letter-spacing:.05em;
}

#navi a.firstItem {
	border-left: 1px dotted #26354A;
}

#navi a.new_section{
	border-right: 1px solid #26354A;
}

#navi a.new_section_2{
	border-left: 1px solid #26354A;
}

#navi a:hover {
	text-decoration: underline;
}

#navi a.sel1 {
	color:#ffffff;
	background: #ff6600;
	border-right: 1px solid #ffcc00;
	text-decoration: none;
}

#navi a.sel2 {
	color:#ffffff;
	background: #26354A;
	border-right: 1px solid #ffcc00;
	text-decoration: none;
}

#navi-zeile{
	background-color:#ffcc00;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 6px 0;
}

/*------------------ Sprache ----------*/

#de a, #en a{
	position:relative;
	display: block;
	text-decoration:none;
	width: 20px;
	height: 14px;
	top:40px; 
	left:55px;
}

#de a{
	background:url("deutsch-ani.gif") no-repeat;
}

#en a{
	background:url("english-ani.gif") no-repeat;
}

/*------------ Bilder auf Startseite --------------*/

.homeGallery{
	margin:0 5%;
	width: 90%;
	text-align:center;
}

.homeGallery img{
	border: 1px solid #000000;
	margin-bottom: 10px;
}
