/*body {
	background-color:#112f4d;
	margin:0 auto;
	text-align:center;
}
*/
body {
	background-color:#112f4d;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px auto;
	text-align:center;
}
a img {
	color:#235;
}
a:link {
	color:#369; text-decoration:none
}
a:visited {
	color:#369; text-decoration:none
}
a:hover {
	color:#58B; text-decoration:none;
}
a:active {
	color:#DDD; text-decoration:underline
}

#wrapper {
	width:750px;
	margin:0 auto;
	border:1px solid #69B;
	background-color:#FFF;
}
#header {
	height:88px;
	width:750px;
	border-bottom:1px solid #000;
	background-image: url(images/logotitle.jpg);
	background-repeat:repeat-x;
}
#body {
	height:400px;
	width:750px;
	background-color:#FFF;
	background-image: url(images/title.jpg);
	background-repeat:repeat-x;
}
#links {
	padding-top:10px;
}
#links a:link {
	padding-left:14px;
	padding-right:1em;
	text-decoration: none;
	color: #E4DAC5;
	background: url(images/pfeiltop.gif) no-repeat left;
}
#links a:visited {
	padding-left:14px;
	padding-right:1em;
	text-decoration: none;
	color: #E4DAC5;
	background: url(images/pfeiltop.gif) no-repeat left;
}
#links a:hover {
	padding-left:14px;
	padding-right:1em;
	text-decoration: underline;
	color: #E1D6C0;
	background: url(images/pfeiltophover.gif) no-repeat left;
}
#links a:active {
	padding-left:14px;
	padding-right:1em;
	text-decoration: none;
	color: #7699B1;
	background: url(images/pfeiltophover.gif) no-repeat left;
}
#footer {
	width:100%;
	background-color:#D8CEB9;
	border-top:1px solid #000;
	font-size:0.7em;
	text-align:center;
	clear:both;
}
.invisible {
	display: none;
}
.mitsegeln {
	display:inline;
	font-size:30px;
	font-weight:bold;
	text-align:left;
	padding-left:0px;
}
.dasschiff{
	display:inline;
	font-size:30px;
	font-weight:bold;
	text-align:left;
	padding-left:60px;
}
