html,body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin:0;
	border:0;
	text-align:left;
	height:100%;
	line-height:2.2em;
    font-size:11px;
    color:#414C2C;
}
h1 { 
	font-weight:bold;
	line-height:2.2em;
    font-size:0.88em;
    color:#414C2C;
}

p {
	line-height:2.2em;
	font-size:0.88em;
    color:#414C2C;
}
a:link { 
	font-weight:bold;
	line-height:2.2em;
    font-size:0.95em;
    color:#414C2C;
	text-decoration:none;
	}
a:visited { 
 	font-weight:bold;
	text-align:left;
	line-height:2.2em;
    font-size:0.95em;
    color:#414C2C; 
	text-decoration:none;
}
a:focus {
 	font-weight:bold;
	text-align:left;
	line-height:2.2em;
    font-size:0.95em;
    color:#414C2C;
	text-decoration:none;
}
a:hover { 
 	font-weight:bold;
	text-align:left;
	line-height:2.2em;
    font-size:0.95em;
    color:#FFFFFF;
	text-decoration:none;
}
a:active { 
 	font-weight:bold;
	text-align:left;
	line-height:2.2em;
    font-size:0.95em;
    color:#414C2C;
	text-decoration:none;
}

#container {
	float:left;
	margin:0 auto;
	text-align:left;
	width: 825px;
	height: 100%;
}
#leftofnavi {
   float:left;
   width:73px;
   height:100%;
   background-color:#ffffff;
}
#navi {
   float:left;
   width:102px;
   height:100%;
   background-color:#ffffff;
}
#content {
   float:left;
   width:425px;
   height:100%;
}

#contenttext{
	position:absolute;
	top:0px;
	left:175px;
	width:325px;
	height:600px;
	padding:0px 60px 0px 40px;
	margin:0px;
}
#referenzen{
	position:absolute;
	top:60px;
	left:800px;
	width:150px;
	height:330px;
	padding:0px;
	margin:0px;
}
#team{
	position:absolute;
	top:50px;
	left:830px;
	width:120px;
	height:500px;
	padding:0px;
	margin:0px;
}
#contextlogo{
	float:left;
	width:425px;
	height:100%;
	text-align:left;
	margin:0px 0px 0px 0px;
}

#info {
	float:left;
	width:195px;
	height:100%;
	padding:0px 15px 0px 15px;
	/*min-height:508px;*/
	background-color:#AFC26E;
	/*background-image:url(../img/info/info_logohorizontal.gif);*/
	/*background-repeat:no-repeat;*/
	/*background-position:bottom;*/
	overflow:hidden;
}

#inforeferenzen {
	float:left;
	width:175px;
	height:100%;
	padding:0px 30px 0px 15px;
	/*min-height:508px;*/
	background-color:#AFC26E;
	/*background-image:url(../img/info/info_logohorizontal.gif);*/
	/*background-repeat:no-repeat;*/
	/*background-position:bottom;*/
	overflow:hidden;
}

#pictures{
	width:150px;
	margin-left:110px;
	margin-top:20px;
}
#video{
	/*position:relative;*/
	width:400px;
	height:300px;
	margin-left:-25px;
	margin-top:87px;
}
#leftofinfotext{
	float:left;
	height:600px;
	width:1px;
}
#popupContainer {
	width:120px;
	margin-left:0px;
	margin-top:0px;
	visibility:hidden;
}
#popupHeader {
	width:100px;
	height:15px;
	float:left;
	background-color:#FFFFFF;
}
#popupClose {
	width:20px; 
	height:15px;
	float:left;
	background-color:#FFFFFF;
	cursor:pointer;
	background-image:url(../img/popup_close.gif);
	background-repeat:no-repeat;
}
#popupContent {
	width:120px; /*netto 240px*/
	float:left;
	background-color:#FFFFFF;
	padding:0px ;
}
#popupContent p {
	line-height:1.5em;
	font-size:0.88em;
	
}
#openpopup {
	cursor:pointer;
	font-weight:bold;
	color:#414C2C; 
}
#sideElement {
	width:200px;
	height:400px;
	margin-left:20px;
	margin-top:0px;
	background-color:#d6e0b5;
	visibility:hidden;
}
#sideElementContent {
	width:150px; /*netto 200px*/
	float:left;
	background-color:#d6e0b5;
	padding:40px 25px 20px 25px;
}