body{
	color: black;
	font-family: 'Verdana', Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div{
	padding:0;
	margin:0;
}

h1{
	font-size: 18px;
	margin-bottom: -5px;
}

h2{
	font-size: 12px;
	margin-bottom:-10px;
}

p{
	padding-left: 5px;
}

.inhalt{
	position: absolute;
	top: 260px;
	left: 560px;
	width: 200px;
	padding-left:10px;	
	font-size: 10pt;
	color: black;
	background-image: url(/img/transparent4.png);
	background-repeat: repeat;
	background-position:   top left;
	display: none;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

.inhalt p{
	padding-bottom: 0px;	
	padding-right:10px;
}

.inhalt a{
	font-weight: bold;
	text-decoration: none;
	color: #7A211E;
}

.inhalt a:hover{
	text-decoration: underline;
}

.inhalt ul{
	list-style-type:circle;
	margin-left:20px;
	padding-left: 0px;
}

.inhalt ul li{
	padding-bottom: 5px;
}

#schriftzug{
	position: absolute;
	height: 150px;
	width: 424px;
	top: 10px;
	left: 80px;
}

#schriftzug img{
	border: none;
}

#menu{
	position: absolute;
	width: 530px;
	height: 20px;
	top: 170px;
	left: 80px;
	background-color: #7A211E;
}

#menu a, #belowpicbar a{
	color: white;
	text-decoration: none;
}

.navigation{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.navigation li{
	float: left;
	padding: 3px 10px;
	margin: 0px;
	color: white;
}

.navigation a, .jqlink{
	cursor: pointer;
}

#logo{
	position: absolute;
	height: 140px;
	width: 136px;
	top: 73px;
	left: 654px;
	background: url(/img/logo.jpg) no-repeat top left;
}

.mittelbox{
	position: absolute;
	top: 260px;
	left: 110px;
	width: 380px;
	padding: 0px 12px;
	font-size: 10pt;
	color: black;
	background-image: url(/img/transparent4.png);
	background-repeat: repeat;
	background-position:   top left;
	display: none;
	border-top: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
}

.mittelbox img{
  width: 80px;
  border: 2px solid grey;
}

#mainpic{
	position: absolute;
	height: 470px;
	width: 704px;
	top: 200px;
	left: 80px;
}

#contentpic{
	border: 0px solid white;
	padding: 0px;
}

#belowpicbar{
	position: absolute;
	width: 430px;
	height: 20px;
	top: 676px;
	left: 350px;
	background-color: #7A211E;
}

#belowpicbar ul{
	margin-left: 230px;
}