/* ALLGEMEIN
------------------------------------------------------------------------------*/

*{
  outline:none;
  font-size:11px;
  color:#000;
  font-family: arial, sans serif;
	margin:0;
	padding:0;
}

form,
fieldset,
img{
  border:0;
}

.clear{
  clear:both;
  line-height:0;
  height:0;
  font-size: 1px;
}

/* CONTENT
------------------------------------------------------------------------------*/

#content p{
  margin:0 0 10px 0;
  padding:0;
  line-height:1.4em;
}

#content p.txt{
	width:700px;
	line-height: 1.5em;
	margin:0px 0 20px 0;
}

#content p.txt.block{
	text-align:justify;
}


#content .left p.txt,
#content .right p.txt{
	width:320px;
}

#content p.txt a,
#content p.txtsml a{
	border-bottom:1px solid #AAA;
}

#content p.txt a:hover,
#content p.txtsml a:hover{
	border-bottom:0px;
}

#content h1.light,
#content p.light,
#content p.light b{
	color:#666;
}


#content p.more a{
	color:#666;
}

#content p.more a:hover{
	color:#000;
}


#content h1{
	margin:0 0 30px 0;
}

#content h2{
	margin:20px 0 10px 0;
}

#content a{
  color:#000;
  text-decoration:none;
}

#content a:hover{
  color:#555;
  text-decoration:none;
}


/* CONTENT > HOME
------------------------------------------------------------------------------*/
#content .home{
	margin:40px 0 0 0;
}

#content .home p{
	margin:10px 0;
}
#content .home p a{
	font-weight: bold;
	color:#000;
	margin:0 0 0 5px;
}

/* CONTENT > PROJECTS
------------------------------------------------------------------------------*/

#content .projects,
#content .project{
	margin:40px 0 0 0;
}

#content .projects .boxgrid{
	width: 220px;
	height: 220px;
	margin:0 30px 20px 0;
	float:left;
	background:#FFF;
	overflow: hidden;
	position: relative;
}

#content .projects .boxgrid.last{
	margin:0 0 20px 0;
}


#content .projects .boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

#content .projects .boxgrid p{
	padding: 7px 10px;
}

#content .projects .boxcaption{
	float: left;
	position: absolute;
	background: #FFF;
	height: 30px;
	width: 100%;
	opacity: 1.0;
}

#content .projects .captionfull .boxcaption {
	top: 225px;
	left: 0;
}

#content .projects .caption .boxcaption {
	top: 225px;
	left: 0;
}



#content .project p.txt{
	margin:10px 0 20px 0;
}

#content .project p{
	margin:10px 0 0 0;
}

#content .project p span{
	font-weight: bold;
	margin:0 5px 0 0;
}

#content .project p em{
	margin:0 10px 0 0;
	font-style: normal;
}

#content .project .left{
	width:390px;
	float:left;
}

#content .project .right{
	width:390px;
	float:right;
}

#content .project .left .txt,
#content .project .right .txt{
	width:100%;
	text-align: justify;

}



/* CONTENT > NEWS
------------------------------------------------------------------------------*/

#content .news,
#content .news-detail{
	margin:40px 0 0 0;
}

#content .news .boxgrid{
	width: 180px;
	height: 200px;
	margin:0 30px 20px 0;
	float:left;
}

#content .news .boxgrid.last{
	margin:0 0 20px 0;
}

#content .news .boxgrid p,
#content .news-detail p{
	margin:10px 0 0 0;
}

#content .news .boxgrid p{
	font-weight: bold;
}


#content .news .boxgrid p a{
	font-weight: normal;
}

#content .news-detail p span{
	font-weight: bold;
	margin:0 0 0 5px;
}




/* CONTENT > OFFICE
------------------------------------------------------------------------------*/

#content .office{
	margin:40px 0 0 0;
}

#content .office .left,
#content .contact .left{
	width:390px;
	float:left;
  margin:0 30px 0 0;
}

#content .office .right,
#content .contact .right{
	width:390px;
	float:left;
}

#content .office .person{
	margin:0 0 20px 0;
}

#content .office .person .image{
	width:390px;
	float:left;
}

#content .office .person .text{
	width:390px;
	float:left;
}

#content .office .person .text p{
	line-height:1.7em;
}

#content .office .person .text h2{
	margin:0 0 5px 0;
}

/* CONTENT > CONTACT
------------------------------------------------------------------------------*/

#content .contact{
	margin:40px 0 0 0;
}


/* CONTENT > ERROR
------------------------------------------------------------------------------*/

#content .error{
	margin:40px 0 0 0;
}

/* CONTAINER
------------------------------------------------------------------------------*/


#container{
  width:970px;
}

#header{
  width:970px;
  height:100px;
}

#content{
	width:720px;
	float:left;
	margin:0 0 30px 0;
}

/* MENU
------------------------------------------------------------------------------*/

#menu{
	margin:40px 0 0 50px;
	width:200px;
	float:left;
}

#menu .mainmenu{
	height:140px;
}

#menu .mainmenu ul,
#menu .submenu ul{
	list-style-type:none;
}

#menu .mainmenu ul li a{
	text-decoration:none;
	line-height:1.6em;
}

#menu .mainmenu ul li.act a,
#menu .submenu ul li.act a{
	font-weight:bold;
	margin-left:-7px;
}

#menu .mainmenu ul li.act a:before,
#menu .submenu ul li.act a:before{
	content:"* ";
}

#menu .mainmenu ul li a:hover{
	color:#555;
}

#menu .submenu ul li a:hover{
	color:#777;
}

#menu .submenu ul li a{
	text-decoration:none;
	line-height:1.6em;
	color:#666;
}

/* HEADER
------------------------------------------------------------------------------*/

#header a.logo{
	background:#FFF url(img/logo.png) no-repeat;
	position: absolute;
	top:80px;
	left:50px;
	width:185px;
	height:30px;
	display: block;
  text-decoration:none;
}


