﻿/*Beginn*/


body {
	background-color: #000000;
	margin: 0px auto;
	padding: 0px;
	overflow:scroll
	 

}

#wrapper {

margin:5px auto;
max-width:1900px;
min-width:500px;

}


/*Überschrift und Kopfzeilen*/

h1 {
	font-size: 24px;
	color: #CC9900;
	font-weight:bold
	
}

#teaser {	
	background-color: #CA9560;
	height: 25px;
	margin: 0px 0px 10px 0px; 
	padding: 4px 4px 0px 15px;
	background-image:url('randlinks.png');
	background-repeat:repeat-x;
}
	
  
	
#header {
	background-color: #000000;
	width: auto;
	color: #CC9900;
	padding: 4px;
	text-align: center;
}


/*Navigation und Links*/

#links {
	border-color: #FFE9B9;
	float: left;
	width: 135px;
	height: 135px;
	margin-left: 20px;
	margin-bottom: 5px;
} 

#nav {

	list-style: none;
	padding: 1px;
	display: block; 
	overflow: hidden; 
	background-color: #333;
	width: 100%;
	height: 100%;
	margin:2px;
	background-image:url('randlinks.png');


}



li {
    float:left; 
    list-style: none;
    position:relative;
    color: #FFE9B9;
    border-left: 1px solid #454545;
    margin: 0;
    

}
     


li a {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 12px 12px;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #CA9560;
}

li a:hover {
	background-color: #FFE9B9;
}

li a.active {
    background-color: #FFFFFF;
    color: white;
}

ul {
	margin: 2px;

	padding: 5px;
}

.clear {clear:both}

#nav2 {

	list-style: none;
	padding: 1px;
	background-color: #333;
	margin:2px;
	background-color:#FFE9B9

}


/*Haupteil 1 mit News besteht aus 2 Textspalten und Container*/

#main {
	width: 100%;
	height:auto;
	background-color: #FFE9B9;

}

#wrappertab{
margin:5px auto;
max-width:1900px;
min-width:400px;

}
#artikel{
	float:left;
	margin:20px;
	padding:10px;
	width:50%;
	height:auto;
	font-size:large
}

#artikel06{
	margin:20px;
	padding:10px;
	width:90%;
	height:auto;
	font-size:large;
	overflow:auto
}

#cont {
	height:300px;
	left: 20px;
	position:relative;
	padding:5%;
	top: 3px;
	bottom:3px;
	width: 800px;
	background-color: #FFE9B9;
	border:3px double #996600;
	border-radius:8px;

	}

#Textspalte1, #Textspalte2 {
	height:85%;
	position:absolute;
	padding:2%;
	top:5%;
	width:38%;
	}
	
#Textspalte1 {
	left: 5%;
	background-color:#B19886;
	border-radius:20px;
	margin-left:30px;
	margin-right:30px;
	border-width: 1px;
	margin: 2px;

}	


#Textspalte2 {
	right: 20%;
	background-color:#73615B;
	background-image: url('images/top1.jpg');
	background-position:center;
	border-radius:20px;
	margin-left:30px;
	margin-right:30px;
	border-width: 1px;
	margin: 1px;
	-webkit-box-shadow: 15px 15px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 15px 15px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 15px 15px 5px 0px rgba(0,0,0,0.75);

	
}	
	
/*Haupteil 2 auf Startseite mit Info und Öffnungszeiten und Tabelle mit Öffnungszeiten*/	


}
#main2 {
	width: auto;
	height: 100%;
	overflow:scroll
}



#cont2 {
	height: 200px;
	right: 0px;
	position: relative;
	padding: 5%;
	top: 3px;
	width: 850px;
	background: #504040;
	
	}

#Textspalte3, #Textspalte4 {
	height:50%;
	position:absolute;
	padding:2%;
	top:5%;
	width:45%;
	}
	
	#Textspalte3 {
	right: 8%;
	background-color:#B19886;

}

	#Textspalte4 {
	left: 8%;
	background-color:#73615B;
	font-size:small;
	}
	
	

/*Hauptteil 3 mit Bildleiste*/

	#main3 {
	background-color: #504040;
	height: 95%;
	width: auto;

}

/*Bildbeschriftungen für Hauptteil 3*/

figure{
  margin: 3px;
}

figure.einzel {
  display: inline-block;
  padding: 10px;
  width: 30%;
  font-weight:bold;
  font-size:x-large;
  color: #CC9900;
  font-family: "Milasian Circa PERSONAL", "Milasian Circa Thin PERSONAL", Tahoma, "Trebuchet MS"
}
/*Bildunterschrift für Hauptteil 3*/

#caption{
	font-size:large;
	text-align:center;
	font-weight: bold;
}
  
 /*Fusszeile mit Anfahrtsplan*/
 
#footer {
	background-color: #674c47;
	height: 20px;
	width:auto;
	top:3px;
	margin:2px;
	color: #CC9900;
	padding: 8px;
	background-image:url('bXNypJ.jpg');
	color:black;
	font-size: large;
	text-align:left


}

/*Fusszeile mit Impressum AGB Datenschutz und Copyrighthinweisen*/

#footerend {
	font-style: italic;
	font-weight: bold;
	font: italic normal normal 100% serif;
	background-color: #333333;
	height: 20px;
	color: #CC9900;
	font-size: large;
	text-align:left;
	padding:8px;
}