#rahmen {
	background-color: White;
	margin: 0px;
	padding: 3px;
	width: 100%;
}
body {
	background-color: rgb(255,210,100);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	text-align: center;
	color: #000066;
	background-image: url(button/bgr-m.gif);
	background-position: 0 265;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000066;
	text-align: left;
	border-bottom: 1px solid rgb(0,147,221);
	border-bottom-color:  rgb(0,147,221);
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	text-align: left;
	border-bottom: 1px solid;
	border-bottom-color:  rgb(0,147,221);
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-align: left;
}
div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-align: justify;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
hr {
	height: 1px;
	color: rgb(0,147,221);
}
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	border: solid 1px #000066;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	border: solid 1px #000066;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	border: solid 1px #000066;
}
a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;

	
}
a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background-color: rgb(20,167,241);
}

a:link{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}

a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
a#rollover1{
	width: 131px; /* Breite */
	height: 19px; /* Hoehe */
	display: block; /* Element wird als Block-Element dargestellt */
	/* background: url(button/button2.png) no-repeat; /* Hintergrundgrafik */
	background-color: #000066;
	color: #ffffff;
	text-align: center;
	padding-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
	color: rgb(255,255,255);
}
a#rollover1:hover { 
	/* background: url(button/button1.png) no-repeat; /* Hintergrundgrafik */
	background-color: rgb(20,167,241);
	text-align: center;
	color: #000066;
	border: 1px solid rgb(0,0,153);
}
#boot {
	margin: 0px;
	padding: 3px;
	width: 100%;
	background-image: url(Bilder/Boot_s.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

