/** COMPLETE CSS RESET **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: bold;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}




/** CSS START **/



body{
	font-family: Verdana, Arial, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#c4c1b8;
	font-size: 11px;
	color: #5a5a5a;
	
}
a{
	font-family: Verdana, Arial, sans-serif;
	margin:0px;
	padding:0px;
	font-size: 11px;
	color: #5a5a5a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#site{
	width: 900px;
}

#header{
	height:300px;
	background-image: url(../images/head_img.jpg);

}
#navigation{
	height:72px;
	background-image: url(../images/navibar.gif);
	background-repeat: no-repeat;
	
}


/** CSS BODY **/

#left_image{
	width:200px;
	float: left;
	background-image: url(../images/left_verlauf.jpg);
	background-repeat: repeat-y;
}

#project_box{
	width:190px;
	float: left;
	margin-left: 10px;
}
#contact_box{
	width:190px;
	float: left;
	margin-left: 10px;
}
#content{
	float:left;

}

/** CSS BODY BOXEN **/


#project_box_head{
	height: 25px;
	background-image: url(../images/projekte_head.gif);
}
#project_box_content{
	background-color: #e8e6e0;
}
#project_box_footer{
	height: 10px;
	background-image:url(../images/projekt_footer.gif) ;
}

#contact_box_head{
	height: 25px;
	background-image: url(../images/kontakt_head.gif);
}
#contact_box_content{
	background-color: #e8e6e0;
}
#contact_box_footer{
	height: 10px;
	background-image: url(../images/kontakt_footer.gif);
}


/** FOOTER CSS **/

#footer{

	clear: both;

}
#footer_bottom{
	height:25px;
	background-image:url(../images/footer_copy.gif);
	clear: both;


}
#footer_bottom p{
	color: #c4c1b8;
	font-size: 10px;
	padding-top: 5px;

}
#footer_top{
	height: 70px;
	background-image: url(../images/footer_schrift.gif);
	clear: both;

}
#content-footer{
	clear: both;
	background-image: url(../images/content_trenner.gif);
	background-repeat: no-repeat;
}

.modifydate_date{
	text-align: right;
	color: #c4c1b8;
	float: right;
}
.readmore{
	float: left;
}
#info{
	float: left;
}

#navigation li{
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
}


/** BOXEN **/

#project_box_content #headline{
	display: none;

}
#project_box_content #content-footer{
	display: none;
}

#contact_box_content #headline{
	display: none;

}
#contact_box_content #content-footer{
	display: none;
}

/** NAVIBAR **/
#navi_left{
	float: left;
	width: 200px;
	padding-top: 20px;
}
#navi_right{
	float: left;
	width: 700px;
	
}

.moduletable-language{
	margin-top: 20px;
	margin-left: 11px;
}
.moduletable-language a{
	margin-right:10px;
}
.moduletable-mainnavi a{
	color: #5a5a5a;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.moduletable-mainnavi a:hover{
	color: #5a5a5a;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	
}
.godlike-menu{
	padding-left:  15px;
	padding-right: 15px;
}
.home_link {
	padding-left: 82px !important;
	
	color: #c4c1b8 !important;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none !important;
	


}


/** EINR†CKUNGEN **/

#content_box_content .contentblog{
	padding: 0 10px;


}
#info{
	padding: 2px 10px;
}


/** VERSCHOENERUNGEN **/

input {
	border:none;
	background-color: #c4c1b8;
	color: #fff;
	
}
textarea{
	border:none;
	background-color: #c4c1b8;
	color: #fff;
}
input.button{
	color: #c4c1b8;
	background-color: #fff;
	font-size: 10px;
	padding: 2px;
}



.componentheading{
	padding: 0px 10px;
	font-weight: bold;
}
#headline{
	font-weight: bold;
	padding-bottom: 5px;
}
#footer_left{
	float: left;
	width: 790px;
	padding-left: 10px;
	
}
#footer_right{
	float: left;
	width: 85px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
		
}
#footer_right a{
	font-size: 10px;
		
}
#header_left img{
	margin-left: 58px;
	margin-top: 15px;
}
#header_left{
	float: left;
}
#header_right{
	text-align: right;
	
	padding-top: 6px;
}
#header_right a{
	color:#fff;
	padding-right: 30px;
}
#header_right .aktiv{
	color:#c4c1b8;
	padding-right: 30px;
	
}
