body{
	padding :0;
	margin :0;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#content{
	padding-top : 96px;
	padding-left : 300px;
	padding-right: 5%;
	height: 50px;
	
}
#content_referenzen{
	padding-top : 96px;
	padding-left : 300px;
	padding-right: 5%;
	height: 1976px;
	
}

#content h1 {
	font-size: 16px;
	background-color : transparent;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	background-color : transparent;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	background-color : transparent;
}

#content p{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
}

td {
	font-family: Arial;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
}
#script{
	position : absolute;
	top : 12px;
	right : 5%;
	text-align : right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-bottom:1px solid #cccccc;
	
}

#info{
	position : absolute;
	left: 200px;
	width: 100%;
	height: 50px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin: 40px;
	border-top:1px solid #cccccc;
	
	
}

#navigation{
	position: absolute;
	top : 80px;
	left : 60px;
	width : 140px;
	height: 252px;
	padding: 10px 0px 0px 0px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#navigation p {
	margin-bottom : 4px;
	margin-top : 0px;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.button a {
	background-color : #FFFFFF;
	border : 1px solid #333333;
	text-decoration : none;
	font-family: "Arial";
	font-size: 14px;
	color: #000000;
}

