/* CSS Document */



body {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0066CC;
	background-color: #DBE7FB;
}


* { padding: 0; margin: 0; }

#wrapper-out {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 960px;
	background-color: #FFFFFF;
	border: 1px solid #0066CC;
}
#header-bild {
	width: 960px;
	margin-top: 0px;
	margin-left: 0px;
	height: 300px;
	float: left;
}

.form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 3px;
	border: 1px solid #F27E03;
	padding: 3px;
	color: #263d9a;
}

#top {
	height:30px;
	float: left;
	width: 960px;
	background-color: #0E2170;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#left {
	width: 200px;
	float: left;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#left ul{
	margin: 0;
	padding: 0;
}
#left ul li{
	display: inline;
}

#left ul li a{
	float: left;
	width: 150px;
	height: 30px;
	text-decoration: none;
	color: #0E2170;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFC46A;
	padding-top: 15px;
	padding-bottom: 3px;
	background-image: url(bilder/strandkorb_gelb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: 20px;
}

#left ul li .active{
	color: #FA9D3A;
}

#left ul li a:hover{
	color: #FA9D3A;
	background-image: url(bilder/strandkorb_blau.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#left ul li .submenue{
	color: #FA9D3A;
	border-bottom-color: #263d9a;
	font-style: italic;
	background-image: none;
}

#text {
	line-height: 20px;
	width: 720px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
}

#text hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FA9D3A;
	height: 1px;
	background-color: #FFFFFF;
}

#text td {
	text-align: left;
}

#text a {
	text-decoration: none;
	color: #F27E03;
}

#text a:hover{
	color: #FA9D3A;
	text-decoration: underline;
}

#text h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FA9D3A;
	padding-bottom: 5px;
}
#text h3 {
	font-size: 24px;
	color: #FA9D3A;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-style: italic;
}
#text h4 {
	font-size: 32px;
	color: #0066CC;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#innenbilder {
	text-align: right;
}
.bilder {
	float:left;
	width:351px;
	text-align:center;
	background-color:#DBE7FB;
	color: #0066CC;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#footer {
	height:30px;
	width: 940px;
	background-color: #0066CC;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
}

#footer a:hover{
	text-decoration: none;
	color: #FA9D3A;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}


label {
	padding: 5px;
	float: left;
	width: 100px;
	margin-left: 5px;
}
fieldset {
	border: 1px solid #FA9D3A;
	padding: 4px;
}
legend {
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FA9D3A;
}

pre {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1A5AA1;
}

.button {
	color: #FFFFFF;
	border: 1px solid #F27E03;
	background-color: #F27E03;
	margin: 3px;
	padding: 3px;
}

table {
	border-spacing:5px;
	width:300px;
}

