/* global frame/div setting */
body{
	font-family: Geneva, Arial, Sans-serif;
	margin-top:20px;
 	background:white;
}

#outerwrap{
	width:1100px;
	text-align:left;
}

#wrap{ 
	width:1100px;
	background:#f9f9f9;

	border-top:1px solid #999888;
	border-left:1px solid #999888;
	border-right:1px solid #999888;
	border-bottom:1px solid #999888;
}

#logo{
	width:600px;
	height:40px;
}
/* ********************************************* */




/* navigation */
#menu{
	width:580px;
	height:30px;
	margin:15px 0 0 15px;
	border:1px solid #ccc;
	padding:0;
}
#menu .innermenu{}

#menu ul{
	list-style:none;
	padding:0;
	margin:0;
}
#menu li{
	float:left;
}
#menu li a
{
/*	height: 30px;*/
	display: block;
	font: 12px Geneva, Arial, Sans-serif;
	color: #666;
	text-decoration: none;
	vertical-align: middle;
	line-height: 30px;
	padding:0 10px 0 10px;
}
#menu li a:hover{ color:#000;	background:#ddd;}
#menu li a.aktiv{ color:#000; 	background:#ccc;}

/* ********************************************** */




/* CONTENT AND ALL PAGE-SPECIFIC CSS */

#content{width:1100px; min-height:450px;}
#content p, td{font-size:8pt; margin:0 0 10px 0; color:#222;}
#content a{ color:#900;}
#content a:hover{ color:#000;}
#content a.active{ color:#000;text-decoration:none;}
#content h1{ font-weight:normal; margin:0 0 20px 0; padding:0; font-size:10pt; color:#999888; }
#content .inner{ padding:50px 60px 10px 60px; }




#footer{width:1100px; height:40px;padding-top:3px;text-align:right;font-size:6pt; font-weight:bold; color:#999888;}
#footer a{color:#999888; text-decoration:none;}
#footer a:hover{color:black;}




#content .trespalt{
	float:left;
	width:220px;
	margin-right:30px;
}
#content .trespalt_img{
	float:left;
	width:230px;
}
#content .trespalt_img img{
	width:226px;
	border:2px solid white;
}
#content .start_text{
	float:left;
	width:240px;
	margin-right:30px;
}
#content .start_projects{
	float:left;
	width:420px;
	margin-right:20px;
}
#content .start_cds{
	float:left;
	width:240px;
	
	border-left:1px dotted #ccc; /*#999888;*/
	padding-left:20px;
}
#content .start_cds img{
	width:200px; 
}
#content .start_cds p{
	font-size:7.5pt;
	color:#999888;
}



#curr_proj{
	width:420px;
	margin:0;
	padding:0;
}

#curr_proj td{
	padding-right: 20px;
	padding-bottom: 10px;
}

#curr_proj td p{
	font-size: 8pt;
	color:#999888;

	margin:0;
	padding:0;

}
#curr_proj td img{
	width:196px;
	border:2px solid white;
}


#content .start_projects p.bildtexten{

	font-size: 8pt;
	color:#999888;

	margin:0;
	padding:0;
}




#content .contact_text{
	float:left;
	width:240px;
	margin-right:30px;
}
#content .contact_projects{
	float:left;
	width:240px;
	margin-right:20px;
}
#content .contact_cds{
	float:left;
	width:400px;
	
	border-left:1px dotted #ccc;
	padding-left:20px;
	padding-right:20px;
}





.clear{
	clear:both;
}


#works{
	float:left;
	width:250px;
}
#works_pres{
	float:left;
	width:300px;
}




.project_item{
	font:8pt geneva, sans-serif;color:#999888;
}



#projekt{
	float:left;
	width:980px;
}

#projekt .projekt_text{
	float:left;
	width:250px;
	margin-left:0px;
}

#projekt .projekt_bilder{
	float:left;
	width:700px;
	margin-left:30px;
}



#cd{
	width:980px;
}


#cd td img{
	width:126px;
	height:113px;
	border:2px solid white;
}
#cd td{
	width:130px;
	font-size: 8pt;
	color:#999888;
	padding-right:10px;
	padding-bottom:30px;
}
#cd td.text{
	width:180px;
	font-size: 8pt;
	color:#999888;
	padding-right: 20px;
}



#project_table{
	width:100%;
}
#project_table td{
	width:20%;
	padding-right:5%; 
	padding-bottom:20px;
}
#project_table td p{
	font-size: 8pt;
	color:#999888;
}
#project_table a{
	text-decoration:none;
}





#faq div{
	margin-bottom:5px;
}	
	
#faq a{
	display:block;
	text-decoration:none;
	margin-bottom:3px;
	margin-left:0;
}
	
#faq a:hover{
	text-decoration:underline;
}