

/*
body {
	background: url(/templates/__boxoffice/img/schatten_bg.gif) center top repeat-y;
}
*/

html, body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#CCCC33;
	color:#3E3E3E;
	overflow:hidden;
	height:100%;
}

#overflow{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	overflow:auto;
}

.clear{
	clear:both;
}

a{
	text-decoration:none;
	color:#3E3E3E;
}

a img{
	border:0;
}

p{
	margin-top:0;
	margin-bottom:20px;
}

/*
*	layout
*/
#center_box{
	width: 977px;
	margin: 0 auto;
}
#top{
	height:95px;
	background:url(img/bg_top.gif) left top no-repeat;
}
#main{
	background:url(img/bg_main.gif) left top repeat-y;
	padding-left:68px;
	padding-right:57px;
}
#footer{
	height:120px;
	background:url(img/bg_bottom.gif) left top no-repeat;
}
#footer_left{
	float:left;
	padding: 25px 0px 0px 100px;
}
#footer_right{
	float:right;
	padding: 25px 100px 0px 0px;
}
#footer_left a{
	display:block;
	float:left;
	font-weight:bold;
	padding-right: 20px;	
}




/*
*	obere zeile
*/
#top_bar{
	background:url(img/box_logo.gif) left top no-repeat;
	padding-top:79px;
	height:143px;
}


/*
*	links die hauptnavi
*/
#main_nav{
	width:515px;
	float:left;
}

#nav_layer_1{
	margin-top:30px;
	background:#F3F3F3;
	height:26px;
	padding: 2px 0px 0px 0px;
	font-size:10px;
}

#nav_layer_1 ul{
	margin: 0px 0px 0px 15px;
	padding:0;
}
#nav_layer_1 ul li{
	display:inline;
	margin: 0;
	padding:0;
	list-style:none;
}
#nav_layer_1 ul li a{
	display:block;
	float:left;
	padding: 6px 0px 3px 22px;
	font-weight:bold;
	color:#525151;
}
#nav_layer_1 ul li a:hover,
#nav_layer_1 ul li a.active_link{
	background:url(img/nav_layer_1_act.gif) 6px 7px no-repeat;
}


#nav_layer_2{
	/*background:#525150;*/
	height:72px;
	padding-top:5px;
	font-size:10px;
	border-left: solid 30px #fff;
	background:url(img/nav_layer_2_bg.gif) left -1px no-repeat;
}
#nav_layer_2 ul{
	margin: 0px 0px 0px 5px;
	padding:0;
	width:380px;
}
#nav_layer_2 ul li{
	display:inline;
	margin: 0;
	padding:0;
	list-style:none;
}
#nav_layer_2 ul li a{
	display:block;
	float:left;
	padding: 6px 0px 3px 22px;
	color:#fff;
}
#nav_layer_2 ul li a:hover,
#nav_layer_2 ul li a.active_link{
	background:url(img/nav_layer_2_act.gif) 6px 7px no-repeat;
}

/*
*	rechts die image box
*/
#image_box{
	width:308px;
	height:143px;
	background:#aaa;
	float:left;
	margin-top:-1px;
	background:url(img/image_box.jpg) left top no-repeat;
}

/*
*	der inhalt
*/
#main_inner{
	position:relative;
}
#date{
	position:absolute;
	left:747px;
	top:57px;
}
#content_box{
	line-height:170%;
}

.content_headline{
	font-size:14px;
	font-weight:bold;
	margin: 0px 0px 0px -5px;
	padding: 0px 0px 10px 0px;
}


/*
*	linke spalte - content
*	vorlage: home/text
*/
#content_left{
	width:430px;
	float:left;
	padding: 0px 50px 20px 35px;
}

/*
*	rechte spalte aktuell/teaser
*	vorlage: home/text
*/
#content_right{
	width:297px;
	float:left;
}
#aktuell_hd{
	text-align:right;
	font-weight:bold;
	font-size:14px;
	color:#B80B0B;
	padding: 0px 0px 3px 0px;
}
#aktuell a{
	padding: 6px 4px 6px 4px;
	display:block;
	background:url(img/aktuell_pfeil.gif) right center no-repeat;
	color:#B80B0B;
	font-weight:bold;
}
#aktuell img{
	display:block;
}

#teaser{
	padding: 20px 0px 40px 0px;
}
.teaser_box{
	float:left;
	width:94px;
}
.teaser_box img{
	display:block;
}
.teaser_box span{
	display:block;
	float:left;
	width:94px;
	padding: 4px 0px 0px 0px;
	cursor:pointer;
	background:url(img/teaser_more.gif) right 23px no-repeat;
}
.teaser_seperator{
	float:left;
	width:7px;
}

/*
*	content volle breite
*	vorlage: team
*/
#content_full{
	padding: 0px 30px 20px 35px;
}

#content_full a{
	color:#A89810;
	font-weight:bold;
}

/*
*	content
*	vorlage: projekte
*/
#projects_content{
	position:relative;
	width:541px;
	padding: 0px 50px 20px 35px;
	border-right: solid 186px #525151;
}

/*
*	rechte spalte - projekte
*	vorlage: projekte
*/
#projects_content_right{
	position:absolute;
	right:-186px;
	width:186px;
	margin-top:-16px;
	background:#525151;
}
*+html #projects_content_right{
	right:-186px;
}
* html #projects_content_right{
	right:-186px;
}


#projects_content_right h3{
	margin: 0;
	padding: 10px 0px 5px 15px;
	color:#fff;
	font-size:11px;
}

#project_customer_list{
	margin: 0;
	padding: 10px;
	list-style:none;
	line-height:220%;
	font-size:10px;
}
#project_customer_list li{
	margin: 0;
	padding:0;
}
#project_customer_list li a{
	padding: 6px 0px 3px 22px;
	color:#fff;
}
#project_customer_list li a:hover,
#project_customer_list li a.act{
	background:url(img/nav_layer_2_act.gif) 6px 7px no-repeat;
}

#project_more_customer_list{
	color:#CABB32;
	margin: 20px 0px 0px 0px;
	padding: 0;
	list-style:none;
	font-size:10px;
}
#project_more_customer_list li{
	margin: 0;
	padding: 0px 0px 0px 30px;
}
.project_image{
	display:block;
	margin-bottom:20px;
}

/*
*	projekte - gallery
*/
#gallery_list{
	width:510px;
	
}
.page_navi{
	float:right;
	text-align:right;
	width:280px;
	padding: 0px 0px 20px 0px;
}

.project_box{
	margin: 0px 0px 50px 0px;
	cursor:pointer;
	clear:both;
}

.project_thumb{
	display:block;
	margin: 0px 0px 10px 0px;
}

