/* CSS Document */
body{
	margin: 0;
	padding: 0;
}



body{
	font-family: arial;
	font-size: 75%;
	background-imagex: url(../images/bg.jpg);
	background-positionx: left top;
	background-repeat: repeat-x;
	background-color:#f0f0f2;
}

#wrapper{
	position:relative;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

.logo{
	height:130px;
}

#content{
	width:750px;
	min-height:800px;
	float:left;
	background-image: url(../images/bg_content_3.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left:223px;
}

#content .cont{
	padding-left:27px;
	padding-right:27px;
}


#content .text{
	padding:0 27px 27px 0;
	margin:-2px 0 0 0;
	line-height:1.5em;	
}
#content .text strong{
	text-transform: uppercase;
	padding-right:5px;
}




/************ projeket **********/

h1{
	color:#7f7f7f;
	padding:0 0 7px 0;
	margin:0 0 0 0;
	font-size:1.0em;
	text-transform: uppercase;
}



.project-img,
.project-img-details{
	width:690px;
	padding-bottom:34px;
}

.project-img-details{
	padding-bottom:56px;
}


.project-img img,
.project-img-details img{
	border:1px solid #a7a8a9;
	padding:0;
	margin:0;
}


.project-img .more{
	float:right;
	width:53px;
	height:17px;
	font-size:0.9em;
	text-transform: uppercase;
	background-image: url(../images/bg_more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align:center;
	font-weight:bold;
	margin:-3px 10px 0 0;
	padding:0 0 0 0;
}


h1 a,
.more a{
	color: #7f7f7f;
	text-decoration:none;
}

h1 a:hover,
.more a:hover{
	color: #000;
}

h1 span{
	font-weight:normal;
}

/********+ navigation */

#navigation{
	position:absolute;
	width:220px;
	color:#7f7f7f;
}



#navigation ul{
	margin:93px 0 0 0;
	padding:0 0 0 0;
	list-style-type: none;
}

#navigation li{
	margin:0;
	margin-right:20px;
	border-bottom:1px solid #c3c3c3;
	font-weight:bold;
	padding:7px 0 7px 0;
	text-transform: uppercase;
}
#navigation li.lastitem{
	border-bottom:none;
}


#navigation li.active a{
	color: #9c8a5c;
}

#navigation li.active{
	padding:7px 0 0 0;
}




#navigation li.active a:hover{
	color: #9c8a5c;
}

#navigation li a,
#navigation  li.active ul li a{
	color: #7f7f7f;
	text-decoration:none;
}

#navigation li a:hover,
#navigation li.active ul li a:hover{
	color: #000;
}

#navigation li.active ul li a.active,
#navigation li.active ul li a.active:hover{
	color: #000;
	font-weight:bold;
}


#navigation ul ul{
	margin:7px 0 0 0;
	padding:0 0 0 0;
	list-style-type: none;
}

#navigation ul ul li{
	margin-right:0;
	border-top:1px dashed #c3c3c3;
	border-bottom:none;
	font-weight:normal;
	padding:7px 0 7px 0;
	text-transform: uppercase;
	font-size:0.9em;
}

/***********+ footer */

#footer{
	width:710px;	
	float:left;
	color: #7f7f7f;
	background-color:#efeff0;
	font-size:0.9em;
	margin-left:8px;	
	padding-left:20px;
	padding-bottom:20px;
	margin-top:50px;	
}

#footer img{
	border:none;
}

#footer .icon_top{
	float:left;
	width:30px;
}

#footer .logo_footer{
	float:right;
	height:79px;
}

#footer .col1{
	float:left;
	width:250px;
	line-height:1.5em;
}
#footer .col2{
	float:left;
	width:234px;
	line-height:1.5em;	
}
#footer .col3{
	float:left;
	width:206px;
	line-height:1.5em;	
}

#footer h2{
	color:#9c8a5c;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:1.0em;
}

#footer a{
	text-decoration:none;
	color: #7f7f7f;
	font-weight:bold;	
}
#footer a:hover{
	color: #000;
}



/***********+ allgemein */

.clr{
	clear:both;
}

img{
	border:none;
}