@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;	
}

html {
	height:101%;
}

body {
	background-image: url(../bilder/hintergrund_blau.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #13274A;
}

html, body {
	scrollbar-base-color:#A4BDDB; 
	scrollbar-3d-light-color:#fff;
	scrollbar-arrow-color:#E0E9F3; 
	scrollbar-darkshadow-color:#E0E9F3; 
	scrollbar-highlight-color:#A4BDDB;
	scrollbar-shadow-color:#A4BDDB;
	scrollbar-track-color:#E0E9F3; 
}

#alles_box {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bilder/grosssegler.jpg);/*geaendert*/
	height: 900px;/*geaendert*/
	width: 1350px;/*geaendert*/
	border: 3px solid #FFF;
	margin-top: 10px;
	position: relative;
}

#navi_leiste {
	background-color: #13274a;
	height: 40px;/*geaendert 32*/
	width: 1350px;/*geaendert*/
	z-index:2;
	position: absolute;
	left: 0px;
	top: 56px;/*geaendert 60*/
}

#navigation {
	/*list-style-type:none;*/
	margin-left:580px;/*geaendert 380*/
	padding:0;
}

#navigation li {
	float:left;
	margin-right:54px;/*geaendert 40*/
	margin-top:9px;/*geaendert 7*/
	font-size: 16px;/*geaendert 14*/
}

#navigation li a {
	padding-top: 1px;
	padding-bottom: 2px;
	text-decoration:none;
	color: #FFF;
}

#navigation a:hover {
	color:#fff;
	text-decoration:underline;
}

#navigation a.aktiv {
	color:#c00;
}

#logo {
	background-color: #13274A;
	height: 98px; /*geaendert 90*/
	width: 280px;/*geaendert 250*/
	-moz-box-shadow:#CCC 1px 1px 2px;
	-webkit-box-shadow:#ccc 1px 1px 2px;
	box-shadow:#ccc 1px 1px 2px;
	z-index:3;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position: absolute;
	left: 140px;/*geaendert 65*/
	top: 24px;/*geaendert 30*/
}

#logo h1 {
	font-size: 32px;/*geaendert 30*/
	color: #FFF;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
}
#logo h2 {
	font-size: 20px;/*geaendert 18*/
	font-weight: normal;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
}
.rot {
	color: #C00;
}

.endefloat { 
	clear:left;
}

#textkasten {
	width:600px;/*geaendert 500*/
	height:auto;
	background-color: #EEF3F9;
	padding-bottom:20px;
	opacity: 0.9;
	-moz-box-shadow:#13274A 2px 2px 4px;
	-webkit-box-shadow:#13274A 2px 2px 4px;
	box-shadow:#13274A 2px 2px 4px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position: absolute;
	left: 575px;/*geaendert 450*/
	top: 200px;/*geaendert 150*/
}


p {
	font-size: 14px;/*geaendert 12*/
	padding-right: 20px;
	padding-left: 20px;
	line-height:130%;
	padding-top: 15px;
}
a {
	color: #C00;
	text-decoration: none;
}

table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;/*geaendert 12*/
	margin-left: 20px;/*geaendert 20*/
	margin-top: 20px;/*geaendert 10*/
}
table tr td img {
	padding-right: 20px;
}
.abstandbild {
	padding-top: 15px;
}

a:hover {
	text-decoration: underline;		
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h3 {
	font-size: 16px;/*geaendert 14*/
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}
.fett {
	font-weight: bold;
}

#textkasten .zitat {
	font-style: italic;
	text-align: center;
	font-size: 13px;/*geaendert 11*/
	margin-top: 10px;
	margin-bottom: 10px;
}
#textkasten .autor {
	font-size: 11px;/*geaendert 9*/
}
#textkasten ul {
	font-size: 14px;/*geaendert 12*/
	margin-top: 20px;
	margin-left: 40px;
	list-style-type: circle;
	list-style-image: url(../bilder/leuchtturm_klein_12.png);
}
#textkasten ul li {
	padding-top: 5px;
}

#impressum {
	position: absolute;
	bottom: -25px;
}

#impressum p {
	font-size: 11px;/*geaendert 9*/
	color: #8197BC;
	padding-left: 5px;
}

#impressum a {
	text-decoration: none;
	color: #8197BC;
}

#impressum a:hover {
	text-decoration: underline;
	color: #C00;
}

#haftung {
	height: 250px;
	width: 560px;/*geaendert 460*/
	margin-left: 20px;
	overflow-y: scroll;
	overflow-x:hidden;
	border: 1px solid #A4BDDB;
	margin-top: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#haftung p{
	padding-left:10px;
}

#kontaktbox {
	width: 500px;/*geaendert 440*/
	/*background-color: #E4E4E4;*/
	font-size: 12px !important;/*geaendert 10*/
	margin-top: 10px;
	/*margin-left: 20px;*/
	padding-top: 10px;
	padding-right: 10px;
	/*padding-bottom: 10px;*/
	padding-left: 10px;
}

.felder {
	background-color: #FFF;
}

.laenge {
	width: 100px;
	display: inline-block;
	font-size: 14px;/*geaendert 12*/
}
#sendenphpbox #inhaltlayer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;/*geaendert 12*/
	margin-top: 20px;
	margin-left: 20px;
}


/* CSS-Definitionen für Tablet und Mobil */

@media (max-width: 1024px) { /* Breite beträgt höchstens 1024px */ 
	

* {
	margin:0px;
	padding:0px;	
}

html {
	height:101%;
}

body {
	background-image: url(../bilder/hintergrund_blau.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #13274A;
}

html, body {
	scrollbar-base-color:#A4BDDB; 
	scrollbar-3d-light-color:#fff;
	scrollbar-arrow-color:#E0E9F3; 
	scrollbar-darkshadow-color:#E0E9F3; 
	scrollbar-highlight-color:#A4BDDB;
	scrollbar-shadow-color:#A4BDDB;
	scrollbar-track-color:#E0E9F3; 
}



#alles_box {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bilder/segler.jpg);
	height: 700px;
	width: 1050px;
	border: 3px solid #FFF;
	margin-top: 10px;
	position: relative;
}

#navi_leiste {
	background-color: #13274a;
	height: 32px;
	width: 1050px;
	z-index:2;
	position: absolute;
	left: 0px;
	top: 60px;
}


#navigation {
	/*list-style-type:none;*/
	margin-left:455px;/*geaendert 380*/
	padding:0;
}

#navigation li {
	float:left;
	margin-right:40px;
	margin-top:7px;
	font-size: 14px;
}

#navigation li a {
	padding-top: 1px;
	padding-bottom: 2px;
	text-decoration:none;
	color: #FFF;
}


#navigation a:hover {
	color:#fff;
	text-decoration:underline;
}

#navigation a.aktiv {
	color:#c00;
}

#logo {
	background-color: #13274A;
	height: 90px;
	width: 250px;
	-moz-box-shadow:#CCC 1px 1px 2px;
	-webkit-box-shadow:#ccc 1px 1px 2px;
	box-shadow:#ccc 1px 1px 2px;
	z-index:3;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position: absolute;
	left: 65px;
	top: 30px;
}



#logo h1 {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
}
#logo h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
}
.rot {
	color: #C00;
}

.endefloat { 
	clear:left;
}

#textkasten {
	width:500px;
	height:auto;
	background-color: #EEF3F9;
	padding-bottom:20px;
	opacity: 0.9;
	-moz-box-shadow:#13274A 2px 2px 4px;
	-webkit-box-shadow:#13274A 2px 2px 4px;
	box-shadow:#13274A 2px 2px 4px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	position: absolute;
	left: 450px;
	top: 150px;
}


p {
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
	line-height:130%;
	padding-top: 15px;
}
a {
	color: #C00;
	text-decoration: none;
}

table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 20px;
}
table tr td img {
	padding-right: 20px;
}
.abstandbild {
	padding-top: 15px;
}

a:hover {
	text-decoration: underline;		
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
}
.fett {
	font-weight: bold;
}
#textkasten .zitat {
	font-style: italic;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#textkasten .autor {
	font-size: 9px;
}
#textkasten ul {
	font-size: 12px;
	margin-top: 20px;
	margin-left: 40px;
	list-style-type: circle;
	list-style-image: url(../bilder/leuchtturm_klein_12.png);
}
#textkasten ul li {
	padding-top: 5px;
}

#impressum {
	position: absolute;
	bottom: -25px;
}

#impressum p {
	font-size: 9px;
	color: #8197BC;
	padding-left: 5px;
}

#impressum a {
	text-decoration: none;
	color: #8197BC;
}

#impressum a:hover {
	text-decoration: underline;
	color: #C00;
}

#haftung {
	height: 250px;
	width: 460px;
	margin-left: 20px;
	overflow-y: scroll;
	overflow-x:hidden;
	border: 1px solid #A4BDDB;
	margin-top: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#haftung p{
	padding-left:10px;
}

#kontaktbox {
	width: 440px;
	/*background-color: #E4E4E4;*/
	font-size: 10px !important;
	margin-top: 10px;
	/*margin-left: 20px;*/
	padding-top: 10px;
	padding-right: 10px;
	/*padding-bottom: 10px;*/
	padding-left: 10px;
}

.felder {
	background-color: #FFF;
}

.laenge {
	width: 100px;
	display: inline-block;
	font-size: 12px;
}
#sendenphpbox #inhaltlayer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 20px;
}

	
}.schutztext {
	display: none;
}
