@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;	
}

html {
	height: 100%;
}


#alles_box {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bilder/segler.jpg);
	height: auto;
	width: 1050px;
	/*border: 3px solid #FFF;
	margin-top: 10px;*/
	position: relative;
}

#navi_leiste {
	visibility: hidden;
}



#logo {
	visibility: hidden;
	
}


.rot {
	color: #C00;
}


#textkasten {
	width:500px;
	height:auto;
	background-color: #fff;
	position: absolute;
	left: 20px;
	top: 20px;
}


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: 10px;
}
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: 20px;
}
#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 {
	visibility: hidden;	
}


#haftung {
	height: auto;
	width: 460px;
	margin-left: 20px;
	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;
	overflow: auto;
}



#kontaktbox {
	visibility: hidden;	
}


#sendenphpbox #inhaltlayer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-left: 20px;
}
.unsichtbar {
	visibility: hidden;
}
