body {
  margin: 0;
  padding: 0;
  background-color: #050845;
  color: white;
  background-image: url(Bilder/bg-blue-1.gif);
  background-repeat: repeat;
  font: small Verdana, Calibri, "Times New Roman", Times, serif;
}
#wrapper {
  background-color: #fdf8f2;
  color: black;
  margin: 30px 40px 30px 40px;
  padding: 10px;
}
#header {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 125px;
  background-color:#FFFFFF;
  background-image:url(Bilder/logo-1-6.png);
  background-repeat:no-repeat;
  background-position: left;
  padding-left: 200px;
}
#tagline {
  font-weight: bold;
  background-color: #fdf8f2;
  color: #050845;
  font-style: italic;
  margin: 0;
  padding: 0 0 0 20px;
  width: 600px;
  height:140px;
  float: left;
}
#main {
	position: relative;
	top:0;
	left:  0;
	width: 100%;
	margin-top: 10px;
	visibility: inherit;
}
#content {
	border: 1px solid #b9d2e3;
	background-color: white;
	color: black;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1em;
}
#content .table {
	padding-left:25px;
	padding-top:2px;
	font-size: 80%;
	line-height: 1.6em;
}	
.liste {
	font-size: 80%;
	line-height: 1.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	list-style:none;
	margin-bottom:10px;
}
.liste img {
	margin-bottom:10px;
	margin-top:10px;
	display:block;	
}	
#albumlist {
	list-style-type:none;
	width:800px;
}
#albumlist li {
	width:310px;
	margin-right:25px;
	margin-bottom:10px;
	color:#333;
	float: left;
}
#albumlist img {
	display:block;
	border:1px solid #333333;		
}
#mainfeature {
	background-color: #112236;
	color: white;
	padding: 1em 2em 3em 2em;
	height: 1%;
}
#mainfeature h2 {
	margin-bottom: 2em;
	font-weight: normal;
	font-size: 140%;
	color:#FFFFFF;
}
#mainfeature p {
  font-size: 110%;
  color:#FFFFFF;
}
#table {
	padding-left:20px;
	display:table-row;
}	
h1 {
	font: 180% Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding-left: 5px;
	font-weight: bold;
}
h2 {
font: 150% Georgia, "Times New Roman", Times, serif;
color: #333;
padding-left:10px;
margin-bottom:-10px;
}
p {
font: 100% Verdana, Arial, Helvetica, sans-serif;
color:#151515;
padding-left:15px;
padding-right:5px;
}
#sidebar {
	position: absolute;
	top: 0px;
	left:0px;
	width: 220px;
	background-color: #fdf8f2;
	color: black;
	margin: 0;
	margin-top:210px;
	padding: 0;
	list-style:none;
	height: 0px;
}
#sidebar h3 {
  font-size: 110%;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  list-style-image: url(img/more-bullet.gif);
  margin-left: 0;
  padding-left: 20px;
  list-style:none;
}
#sidebar p, #sidebar li {
  font-size: 90%;
  line-height: 1.4em;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}
#nav {
	position: absolute;
	top: 200px;
	left: 20px;
	width: 15%;
	visibility: inherit;
	font-weight: normal;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
	padding-top: 5px;
	padding-bottom:5px;
}
#nav li {
	font-size: 120%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}
#nav ul ul li {
font-size: 90%;
padding-top: 2px;
padding-bottom:2px;
}
#nav a:link {
	text-decoration: none;
	color: #000066;
	background-color: transparent;
	font-weight: normal;
}
#nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
	font-weight: normal;
}
#nav a:hover {
	color: #003399;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#footer {
	font-size: 90%;
	color: #000066;
	background-color: transparent;
	padding-top: 5px;
	text-align: right;
	clear:both;
}
#clearone{
	clear:both;
	height:1px;
}		
