body
	{
		margin: 0px;
		padding:0px;
	}

	#horizon
	{
		background: transparent;
		position: absolute;
		left: 0px;
		width: 100%;
		height: 1px;
		overflow: visible;
		visibility: visible;
		display: block
	}

	#content
	{
		background: transparent;
		margin-left: -500px;
		position: absolute;
		left: 50%;
		width: 1000px;
		height: 650px;
		visibility: visible;
	}
	#leftnav{
		width:192px;
		float:left;
		margin-top:0px;
		padding-left:28px;
		background:url(img/back_nav.gif);
		background-repeat: repeat-y;
	}
	#rightCo{
		float:left;
		width:780px;
		height:644px;
		
		background-repeat: repeat-y;
	}
	#bottomCo{
		clear:both;
		height:106px;
		width:780px;
		float:bottom;
	}
	img{
		margin:0px;
		padding:0px;
	}
	
	#schatten{
		float:left;
	}
	#inhalt{
		float:left;
		padding-top:15px;
		padding-left:30px;
		
		margin-top:-4px;
		margin-left:0px;
		color:#000000;
		font-size: 15px;
		font-family: Arial;
		width:700px;
		background:url(img/backCo.gif);
		height:423px;
	}
	
	h1{
		color:#06377C;
		font-size: 18px;
		font-weight: bolder;
		padding-top:0px;
		padding-left:0px;
		margin-top:0px;
		padding-bottom:0px;
		margin-bottom:10px;
	}
	h2{
		color:#06377C;
		font-size: 16px;
		font-weight: bolder;
		padding-top:0px;
		padding-left:0px;
		margin-top:0px;
		padding-bottom:0px;
		margin-bottom:0px;
		padding-left:14px;
		background: url("img/header.gif") top left no-repeat;
	}
	p{
		margin-top:5px;
	}
	p.lp{
		margin-bottom:-10px;
	}
	.linie{
		margin-bottom:20px;
		margin-top:15px;
		hight:2px;
		width:700px;
		background-color:#e1eef5;
	}
	.mehr{
		color:#06377C;
		margin-left:640px;
		padding-left:20px;
		background: url("img/pfeil.gif") top left no-repeat;
	}
	.zuruck{
		color:#06377C;
		margin-left:640px;
		padding-left:20px;
		background: url("img/pfeilZu.gif") top left no-repeat;
	}
	a{
		text-decoration:none;
		color:#06377C;
	}
	p.spacer{
		margin:25px;
	}
