/* initial set up */
html { 
  padding:0px;
  margin:0px;
  height:100%;
}
body {
  	background: #000 ;
  	color:#000;
 	font-size: 18px;
	font-family: courier;
  	padding:0px ;
  	margin:0px;
  	height:100%;
}
/* defining font-size relations */
h1 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 140%;
	color: #E9D0B4;
	width: 210px;
	top: 30px;
	position: absolute;
	font-weight: 700;
}
h1 a, h1 a:hover{
	color: #E9D0B4;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color:#D95C47;
	display: inline;
}
p {
	line-height: 1.4em;
	padding:0px;
	margin: 0px;
}
a { 
	color: #000;
	text-decoration: none; 
	font-style: italic;
	font-family: georgia;
	border-bottom: 1px solid #98AA4E;
	
}
a:hover {
	color: #98AA4E;
	border-bottom: 1px solid #000;
	
}
/*  container */
#container {
	background: url('../media/header/burlesque/header_burlesque.jpg') no-repeat center 0px;
  	width: 953px;
  	margin:0px auto 0px auto;
  	height: 100%;
}

#flower_wrap {
  	width: 754px;
	padding: 0 100px 0 100px;
  	height: 100%;
  
	
}

/* layout elements and associated styling of their contents*/
#header {
	margin: 0;
	height: 328px;
	position: relative;
}
#headerthemen {	
	height: 103px;

}
#specials{
	background: #98AA4E;
	width: 40%;
	padding: 0.4em;
	margin: 0px 0 0 0;
	top: 70px;
	left: 0px;
	position: absolute;
 /*	display: none; */
}
#specials p{
	
	color:#fff;
	font-size: 70%;
	padding:0px;
	margin: 0px;
	display: block;
}
#aktuellesthema {
	color:#000;
	background: #E9D0B4;
	padding: 0.8em 0.8em 1.4em 0.8em;
	border-bottom: 0px dashed #000; 
	
}
#aktuellesthema p{
	display: inline;
	
}

#themenliste {
	background: #98AA4E;
	padding: 14px 24px 4px 24px;
	margin: 0 0 10px 0;
	float: left;
	overflow: auto;

}
#themenliste a {
	color: #27607F;
	text-decoration: none;
	font-size: 65%;
	margin: 0px;
	padding: 0px;
}
#themenliste a:hover {
	color: #27607F;
	border-bottom: 1px solid #D95C47;
	text-decoration: none;
	font-size: 65%;
}
#themenliste dt a:hover {
	border: 0px;
}


#themenliste dl {
	
	margin: 0px 7px 5px 0px;
	padding: 0px 0px;
	width: 134px;
	float: left;
	border-bottom: 1px solid #27607F;
	
}
#themenliste dt {
	display: block;
	width: 130px;
	height: 65px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px 0;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
	
}
#themenliste dt a {

}
#themenliste dd {
	height: 2.2em;	
	padding:0;
	margin: 0px 0px 0px 0px;
}	
#footer {
	padding: 0.8em ;
	background: #D95C47;
	
	
}
#footer p {
	color: #E9D0B4;	
	padding: 0px;
	margin: 0.7em 0;
	display: block;
	
}
.end {
	height: 100px;
	color: #333;
	border-top: 1px solid #BE9E55; 
	font-size: 100%;
	padding: 5px 0 100px 0;
	display: none;
	
}

.shadow {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
