﻿/* CSS-Layout */
body{
	font-family: Arial,sans-serif;
	color: #FFFCFC;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	width: 100%;
	background-color: #182C58;
}
#masthead {
	padding-left: 30px;
	width: 770px;
}
#top_nav {
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 2px #FF6600 solid;
	border-bottom: 2px #FF6600 solid;
	margin-bottom: 15px;
	width: 770px;
	color: #FF6600;
	text-align: center;
}
#top_nav a{
	color: #DBD562;
	text-decoration: underline;
}
#container {
	position: relative;
	width: 775px;
	left: 30px;	
}
#page_content {
	width: 585px;
	padding-left: 185px;
}
#right_col-start {
	width: 200px;
	position: absolute;
	left: 590px;
	top:0px;
	border-left: 2px #FF6600 solid;
	padding-left: 10px;
}
#right_col {
	width: 165px;
	position: absolute;
	left: 590px;
	top:0px;
	border-left: 2px #FF6600 solid;
	padding-left: 10px;
}
#left_colohne {
	width: 165px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
#left_col {
	width: 165px;
	position: absolute;
	top: 0px;
	text-align: center;
	padding-right: 10px;
	border-right: 2px #FF6600 solid;
}
#right_col a {
	color: #DBD562;
	font-size: 10pt;
	text-decoration: underline;
	line-height: 18px;
	padding-left: 10px;
}
#right_col b{
	font-size: 13pt;
}
#right_coler {
	width: 160px;
	position: absolute;
	left: 800px;
	top: 15px;
	border: 1px #FF6600 solid;
	padding: 5px;
	font-size: 12pt;
}
#footer {
	text-align: center;
	margin-top: 50px;
	width: 585px;
	font-size: 8pt;
	padding-left: 185px;
}
#footer a {
	color: #FFFCFC;
	text-decoration: none;
	font-size: 8pt;
}
h1 {
	font-size: 13pt;
	padding-top: 10px;
}
h2 {	
	padding-top: 0px;	
	font-size: 12pt;
}
h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10pt;
	text-align: center;
	padding-right: 30px;
}
h4 {
	background-color: #DBD562;
	color: #183061;
	padding-top: 2px;
	padding-bottom: 2px;	
	font-size: 11pt;
	text-align: center;
}
a {
	color: #DBD562;
	text-decoration: underline;
}
p {
	font-size: 10pt;
	text-align: center;
	padding-right: 30px;
}
.foto {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.foto-rechts {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 30px;
}
.fotogalerie {
	padding: 0;
	margin-top: 30px;
	text-align: center;
}
.style3 {
	padding: 0;
	margin-left: 35px;
	text-align: center;
	margin-bottom: 30px;
}
.style4 {
	text-align: center;
}
.style5 {
	text-align: right;
}
.style6 {
	text-align: left;
	font-weight: bolder;
	font-size: x-large;
}
.style7 {
	padding-bottom: 30px;
	text-align: center;
}
.style8 {	
	text-align: center;
	
}
.style9 {
	text-align: justify;
	padding-top: 0px;
}
.style9 a{
	text-decoration: none;
	color: #FFFCFC;
	font-weight: bold;
}

.style10 {
	border-width: 0;
}

