html, body {
	margin:0;
	padding:0;
	background: #fff;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
}
.intlink {
	margin:0 0 4px 0;
}
/* Navigation */
#navcontainer {
	position: absolute;
	top: 250px;
	left: -10px;
	height: 100%;
	margin-left: 30px;
	z-index: 3;
}
#nav2 {
	position: absolute;
  	top: 550px;
  	left: 10px;
  	width: 180px;
  	z-index: 1000;
}
#nav2 p {
  	line-height: 8px;
}
#nav2 a {
  	color: #FFF;
}
#nav2 a:hover {
  	text-decoration: underline;
}
/* Inhaltsbereich */
div#breadcrumb {
	position:absolute;
	left:350px;
	top:20px;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #708090;
}
div#breadcrumb a {
  	font-size: 11px;
  	color: #4D5B5F;
}
#breadcrumb a:hover {
	color: #000;
  	text-decoration: underline;
}
#left {
  	position:absolute;
  	display:block;
  	margin:0px 0px 0px 0px;
  	width:334px;
  	height:100%;
  	padding:0px 0px 0px 0px;
  	line-height:10px;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
  	z-index:1; left0px;
  	top:0px;
  	background-image:url(layout/left_bg.jpg);
  	vertical-align:top;
}
div#head {
	position:absolute;
	right:20px;
	top: 20px;
	height: 100px;
}
#content {
  	position:absolute;
  	z-index:1;
  	left: 350px;
  	top: 60px;
  	right:20px;
}
#content, a, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D5B5F;
	margin-right: 0px;
	text-decoration: none;
	border: 0 0 0 0;
	border-color: #FFF;
	line-height: 16px;
}
#content h1 {
  	font-size: 18px;
  	color: #00008B;
}
#content h3 {
	margin: 30px 0px -10px 0px;
  	font-size: 14px;
	color: #00008B;
}
#content li {
	margin:0px 0 4px 0px;
}
#content a{
	font-weight:bold;
}
#content a:hover {
	color: #000;
  	text-decoration: underline;
}
.picleft{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D5B5F;
}
.picleft img{
	float: left;
}
