/*css revised, 31-10-06, mr*/

/* background and general settings */
body { /**/
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #FFFFFF;
  	background-image: url(../images/back.gif);
	background-repeat: repeat;
 	background-position: 0px 0px;
}

/* structure */
#container { /**/
	width: 750px;
	height: 100%;
	margin-top: 0px;	
	margin-left: 0px;
	background-color: #FFFFFF;
}

/* left part of website */
#leftMainBox { /**/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height:100%;
}

#boxChosenLocation { /**/
	position: absolute;
	top: 21px;/*33px*/
	width: 137px;
	height:40px;
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 0px 0px;
	font-size: 9px;
	color:#b5b6b0; 
	text-align: right;
}

#boxMainMenu { /**/
	position: absolute;
	top: 75px;
	width: 130px;
	padding-right: 20px;
	text-align: right;
}

#boxSubMenu { /**/
	position: absolute;
	top: 155px;
	width: 130px;
	padding-right: 20px;
	text-align: right;
}

#boxLastMenu { /**/
	position: absolute;
	top: 233px;
	width: 130px;
	padding-right: 20px;
	text-align: right;
}

#boxLastMenuTO { /**/
	position: absolute;
	top: 243px;
	width: 130px;
	padding-right: 20px;
	text-align: right;
}

#boxImpressum { /**/
	position: absolute;
	top: 368px; /*327px*/
	width: 130px;
	text-align: right;
	padding-right: 20px;
}

#boxFacebook { /**/
	margin: 0;
	padding: 0;
	position: absolute;
	top: 325px;
	width: 130px;
	height: 29px;
	text-align: right;
	padding-right: 20px;
	
}

#boxFacebook a {
	float: right;
	display: block;
	width: 29px;
	height: 29px;
	background-image: url(../images/facebook_lo.jpg);	
}

#boxFacebook a:hover, #boxFacebook a:active {
	float: right;
	display: block;
	width: 29px;
	height: 29px;
	background-image: url(../images/facebook_hi.jpg);	
}

/*not yet used, 31-10-06*/
#boxLanguageChoice {
	position: absolute;
	top: 348px;
	width: 130px;
	text-align: right;
	padding-right: 20px;
}

#boxSort { /**/
/* sort team, projects */
	position: absolute;
	top: 410px;
	width: 130px;
	text-align: right;
	padding-right: 20px;
}

/*not yet used, 31-10-06*/
#boxSearch {
	position: absolute;
	top: 395px;
	width: 130px;
	text-align: right;
	padding-right: 20px;
}

/*not yet used, 31-10-06*/
#boxAdvancedSearch {
	position: absolute;
	top: 410px;
	width: 130px;
	text-align: right;
	padding-right: 20px;
	visibility: hidden;
}

/* links, fonts and colors */
/* menue */
a.menu1 {
	font-size: 14px;
	text-decoration: none; 
}

a.menu1:link, a.menu1:visited { 
	color: #27282A; 
}

a.menu1:hover { 
	color: #CCCCCC; 
	background-color: #57595B; 
}

a.menu1:active {
	color: #CCCCCC; 
	background-color: #000000; 
}

.menu1Aktiv {
 	font-size: 14px;
 	text-decoration: none;
 	color: #CCCCCC;
 	background-color: #000000; 
}

a.menu2 { 
	font-size: 11px; 
	text-decoration: none;
}

a.menu2:link, a.menu2:visited { 
		font-size: 11px; 
		color: #27282A;
}

a.menu2:hover, a.menu2:active { 
	font-size: 11px; 
	color: #CCCCCC;
	background-color: #57595B; 
}

.menu2Aktiv {
	font-size: 11px; 
	text-decoration: none;
	color: #CCCCCC;
	background-color: #000000;
}

a.menu3 { 
	font-size: 11px; 
	text-decoration: none;
}

a.menu3:link, a.menu3:visited { 
	color: #27282A;
}

a.menu3:hover, a.menu3:active {
	color: #CCCCCC;
	background-color: #57595B; 
}

.menu3Aktiv {
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #000000;
}

/* normal links underline */
a.smallTypo { /**/
/*imprint, terms of use, etc*/
	font-size: 9px;
	text-decoration: none;
	color:#b5b6b0; 
	text-align: right; 
}


/*not yet used, 31-10-06*/
#boxStartpages a:hover {
	text-decoration: none;
	color:#000000; 
}

/*not yet used, 31-10-06*/
#boxStartpages a:active {
	text-decoration: none;
	color:#000000; 
}

/* normal copy text */
.content { /**/
    margin: 0;
    padding: 0;
	color: #27282A;
	font-size: 11px;
 	line-height: 14px;
	text-align: left;
}

.contentBold { /**/
    padding: 0;
	color: #27282A;
	font-size: 11px;
	text-align: left;
	font-weight: bolder;
	line-height: 14px;
}

.contentList { /**/
/* page hd */
    padding: 0;
	color: #27282A;
	font-size: 11px;
	text-align: left;
	font-weight: bolder;
	line-height: 16px;
	list-style: square inside;
}

a.content {
	color: #27282A;
	text-decoration: underline;
}

a.content:hover, a.content:active {
	color: #CCCCCC;
	background-color: #57595B;
	text-decoration: none;
}

.contentHeader { /**/
	color: #27282A;
	font-size: 16px;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 24px;
}

.contentHeaderNoBg { /**/
	color: #27282A;
	font-size: 16px;
	text-decoration: none;
}

.contentHeaderInverted { /**/
 	color: #CCCCCC;
	font-size: 16px;
	text-decoration: none;
	background-color: #000000;
	line-height: 24px;
}

.spacer { /**/
	height: 5px;
	font-size: 5px;
	line-height: 1px;
}

.dottedline	{ /**/
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: #27282A 1px dotted;
    margin: 5px 0px 5px 0px;
}

/* right part of website */
#rightMainBox { /**/
	position: absolute;
	top: 0px;
	left: 150px;
	width: 600px;
 	height:auto;
	background: #E5E7E0;
}

#boxStartpages { /**/
 	position: absolute;
	top: 21px; /*33px*/
	left: 0px;
	width:400px;
	font-size: 9px;
	color:#b5b6b0; 
/* 	visibility: hidden; */ /*changed 07-06-07*/
}

#boxOptix { /**/
	position: absolute;
	top: 18px;
	left: 420px;
}

#boxImage { /**/
/*header image*/
 	position: absolute;
	top: 75px;
	width: 600px;
	height: 280px;
}

#boxContentLeft { /**/
	position: absolute;
	top: 355px;
	left:0px;
	width: 290px;
	height: auto;
	background: #E5E7E0;
	color: #27282A;
	font-size: 11px;
 	line-height: 14px;
 	text-decoration: none;
	text-align: left;
	padding: 10px 0px 20px 0px;
}

#boxContentRight { /**/
	position: absolute;
	top: 355px;
	left:310px;
	width: 290px;
	height: auto;
	background: #E5E7E0;
	color: #27282A;
	font-size: 11px;
 	line-height: 14px;
	text-decoration: none;
	text-align: left;
	padding: 10px 0px 20px 0px;
}

#boxContentLeft { /**/
	position: absolute;
	top: 355px;
	left:0px;
	width: 290px;
	height: auto;
	background: #E5E7E0;
	color: #27282A;
	font-size: 11px;
 	line-height: 14px;
 	text-decoration: none;
	text-align: left;
	padding: 10px 0px 20px 0px;
}

#boxContentDubaiProjects { /**/
	position: absolute;
	top: 405px;
	left:0px;
	width: 290px;
	height: auto;
	background: #E5E7E0;
	color: #27282A;
	font-size: 11px;
 	line-height: 14px;
 	text-decoration: none;
	text-align: left;
	padding: 10px 0px 20px 0px;
}


#boxContentFull { /**/
/* page imprint */
	position: absolute;
	top: 355px;
	left:0px;
	width: 600px;
	height: auto;
	background: #E5E7E0;
	color: #27282A;
	font-size: 11px;
 	line-height: 14px;
 	text-decoration: none;
	text-align: left;
	padding: 10px 0px 20px 0px;
}

#boxContentFullPictures { /**/
/* page location */
	width: 600px;
	height: auto;
	background: #E5E7E0;
	font-size: 11px;
 	line-height: 14px;
	text-decoration: none;
	text-align: left;
	padding: 10px 0px 20px 0px;
}

/* begin, infobox on homepage */
#infobox { /**/
	position:absolute; 
	top: 80px;
	left: 430px;
	width: 150px;
	padding: 7px;
 	color: #FFFFFF;
 	background-color: #8F9B92;
 	z-index:3; 
}

#infobox a { /**/
	text-decoration:none;
	display:block;
	margin:0;
}

#infobox a:hover { /**/
	width:150px;
}

#infobox a .info { /**/
	display:none;
}

#infobox a:hover .info { /**/
	display:block;
	padding: 0px;
 	color: #FFFFFF;
	height: auto;
}
/* end, infobox on homepage */

.field { /**/
/* inputfield newsletter */
	background-color: #FFFFFF;
	border: 1px solid #666666;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.button { /**/
/* submit-button newsletter */
	background-color:#CCCCCC;
	color: #57595B;
	border: 1px solid #57595B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
}

.pulldown { /**/
/* people, projects sort by */
	padding: 0px;
	background-color:#FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #999999;
}

/* begin, lists on projects & people */
#boxListContent { /**/
	width: 600px;
	top: 75px;
	left: 0px;
	position: absolute;
	text-align: left;
}

#listContainer { /**/
	float: left;
	width: 112px;
	height: 160px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #57595B;
	text-decoration: none;
	line-height: 12px;
	overflow: hidden;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
}

#listContainerGrey { /**/
	float: left;
	width: 112px;
	height: 160px;
	background: #E5E7E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #57595B;
	text-decoration: none;
	line-height: 12px;
	overflow: hidden;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
}
/* end, lists on projects & people */

/* begin, page location */
#locationcontainer { /**/
	float: left;
	width: 146px;
	overflow: hidden;
    margin: 0px 0px 2px 0px;
}

#locationcontainerrechts { /**/
	float: right;
	width: 144px;
	overflow: hidden;
    margin: 0px 0px 2px 0px;
}
/* end, page location */

/* begin: staff */
a.list { /**/
	font-size: 11px; 
	line-height: 11px;
	text-decoration: underline;
}

a.list:link, a.list:visited { /**/
	color: #27282A;
}

a.list:hover, a.list:active { /**/
	color: #CCCCCC;
	background-color: #57595B;
	text-decoration: none;
}
/* end: staff */
