@charset "utf-8";
html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #484848;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #ededed;
	height: 100%;
}
body.alben {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #999999;
	color:#ffffff;
}
a {
	color:#999999;
}
a:hover {
	color: #ffcc00;
	text-decoration: none;
}
.main #container { 
	/*width: 80%;*/
	max-width: 1200px;
	min-width: 760px;
	background: #000000 url(../image/rechts_o.jpg) no-repeat right 210px                                ;
	margin: 10px auto; 
	border: 1px solid #999999;
	text-align: left;
} 
.main #header { 
	background: black url(../image/kopf.jpg) no-repeat right; 
	padding: 0px;
	height: 210px;
} 
.main #header h1 {
	margin: 0;
	padding: 185px 30%;
	font: bold 1.3em "Courier New", Courier, monospace;
	color: #7b7b7b;
	text-align: right;
}
.main #sidebar1 {
	float: right; 
	width: 14em;
	background: transparent;
	border-top:0px;
	padding: 10% 0; 
	height: auto;
}
.main #sidebar1 ul{
	float: left;
	width: 100%;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom:0;
	margin: 0px;
	border-left: 0px solid #666666;
	display: block;
	/*height: 100%;*/
}
.main #sidebar1 li {
	margin-left:0px; 
	margin-right:0px;
	border-bottom: 0px dotted #999999;
	border-top: 0px dotted #999999;
	border-left: 0;
	margin-top:2px;
	display: block;
	height: auto;
	width: 98%;
	font: normal normal 1.2em "Courier New", Courier, monospace;
	color: #cccccc;
	list-style: none inside none;
	padding-left: 2%;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: transparent;
}
.main #sidebar1 li.aw {
	margin-left:0px; 
	margin-right:0px;
	border-bottom: 1px dotted #ff9900;
	border-top: 0px dotted #ff9900;
	border-left:0;
	margin-top:2px;
	display: block;
	height: auto;
	width: 98%;
	font: normal normal 1.2em "Courier New", Courier, monospace;
	color: #ababab;
	list-style: none inside none;
	padding-left: 2%;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: transparent;
}
.main #sidebar1 li:hover {
	color: #cccccc;
	background-color: #575757;
}
.main #sidebar1 li a {
	color: #e4e4e4;
	background-color: transparent;
	font-size: 1em;
	text-decoration: none;
}
.main #sidebar1 li a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

.main #mainContent {
  	margin: 0 14em 0 10px;
  	height: auto;
	min-height: 500px;
	padding: 1%;
/*	overflow: hidden;*/
}
 .main #mainContent h1 {
   font: bold 1.5em "Courier New", Courier, monospace;
   color: #f46200;
   display: block;
   border-bottom: 1px solid #f46200;
   width: 97%;
} 
 .main #mainContent h2 {
   font: bold 1.1em "Courier New", Courier, monospace;
   color: #f46200;
} 
.main #mainContent p {
	margin: 0;
	height: auto;
	text-align: justify;
	font-weight: normal;
	font-size: 0.9em;
	color: #dcdcdc;
} 
.main #footer { 
	padding: 4px 0 4px 0;
	color: white;
	font-size: 0.8em;
	background-color: #666666;
	max-width: 1200px;
	min-width: 760px;
	margin: -8px auto; 
	border: 1px solid #999999;
} 
.main #footer a { 
	color: black;
	text-decoration: none;
}
 .main #footer a:hover { 
	color: #ff9900;
	text-decoration: underline;
}
.main #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}

/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein 
Element auf der Seite nach rechts fließen lassen. 
Das floatende Element muss vor dem Element stehen, neben dem es auf der 
Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach 
links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    line-height: 0px;
}
span.fo {
	color: #cccccc;
	font-size: 0.8em;
}
div.sp1 {
	width: 47%;
	padding: 0px;
	border: 1px solid #666666;
	height: auto;
	min-height: 250px;
	float: left;
	color: #999999;
	font-size: 0.9em;
}
div.sp2 {
	width: 47%;
	padding: 0px;
	border: 1px solid #666666;
	height: auto;
	min-height: 250px;
	margin-left: 3%;
	float: left;
	font-size: 0.9em;
	color: #999999;
}
div.spus{
	width: 98%;
	height: 25px;
	background-color: #666666;
	color: #cccccc;
	font-size: 1.1em;
	text-align: left;
	padding-left: 2%;
}
a.link {
	font-size:1em;
	font-weight: bold;
	color: #9f9f9f;
	text-decoration: none;
}
a.link:hover {
	color: #ff9900;
	text-decoration: underline;
}
a.text {
	font-size: 1em;
	font-weight: bold;
	color: #9f9f9f;
	text-decoration: none;
}
a.text:hover {
	font-size: 1em;
	font-weight: bold;
	color: #ffcc00;
	text-decoration: underline;
}
a.albfo { 
	color: black;
	text-decoration: none;
}
a.albfo:hover { 
	color: #ff9900;
	text-decoration: underline;
}
.main #mainContent div.sp1 p,.main #mainContent div.sp2 p,.main #mainContent div.sp3 p {
	margin-left:2%;
	margin-right: 2%;
	text-align: left;
	display: block;
	font: normal 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.sp3 {
	width: 97%;
	padding: 10px 0 10px;
	margin-top: 14px;
	border: 1px solid #666666;
	height: auto;
	color: #999999;
	font-size: 0.8em;
	text-align: justify;
}

.main #mainContent div.ab {
	width: 10px;
	padding: 0;
	margin:0;
	border:none;
	height:10px;
	clear: left;
}
.main #mainContent ul  {
	margin-left:3%;
	padding:2%;
	text-align: left;
	display: block;
	font: normal 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: square outside none;
}
.main #mainContent ul li  {
	line-height: 1.7em;
}
img.einl {
	border: 1px dotted #999999;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-left: 0;
}
#gal_footer {
	color: white;
	font-size: 0.9em;
	background-color: #666666;
	max-width: 1200px;
	min-width: 760px;
	height: auto;
	margin: 0 auto 0 auto; 
	border: 1px solid #999999;
	padding: 4px 0 4px 0;
}
div.gal_main{
	max-width: 1200px;
	min-width: 760px;
	height: 98%;
	background: #333333 none;
	margin: 10px auto; 
	border: 1px solid #b8b8b8;
}
.main #mainContent img.start {
	margin-left:20px;
	margin-right: 0;
	margin-bottom: 20px;
	border:1px solid #ccc;
	float: right;
}
div.claear {
	clear: both;
	height: 1px;
	background: transparent;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
div.bild1, div.bild2{
	width: 96%;
	height: 280px;
	border: 1px solid #4c4c4c;
	margin: 20px 0 20px 0;
	padding: 0;
	background: transparent url(../image/boot.jpg) no-repeat;
}
div.bild2{
	background: transparent url(../image/kaefer.jpg) no-repeat;
}
div.htext {
	width: 96%;
	height: auto;
	border: 0px solid #4c4c4c;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: justify;
}
/* Mailform */
input.mailbut{
	width: 140px;
	padding: 2px;
	margin: 0 0 0 4%;
	float: right;
}
table.mail{
	width: 75%;
	float: right;
}
table.mail td.mailbez{
	width: 5%;
	text-align: right;
	border-bottom: 1px dotted #a0a0a0;
}
table.mail td.mailinput{
	width: auto;
	text-align: left;
}
input.mailinhalt,textarea.mailinhalt{
	width: 100%;
	border: 1px solid #ccc;
	padding: 2px;
	
}
input.mailinhalt:hover,textarea.mailinhalt:hover{
	background-color: #ffffa8;
}
.main #mainContent hr{
	height: 1px;
	color: #666666;
	border-top: 1px solid #666666;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 99%;
	background: transparent;
	display: block;
}
