/*Html*/

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
	color: #333333;
	font: .8em Verdana, sans-serif;
}

/*Typo*/

h1 {
  font: bold 1.2em Verdana, sans-serif;
}

p {
  line-height: 1.5em;
}

.bgr_menu_left{
	background-color: #EEEEEE;			
	}
	
/*Links*/

a {
	color: #666666;
  	text-decoration: none;
	}
a:hover {
  color: #FF6600;
}
	
/*main menu*/

#menu {
	padding-top: 105px;
	font-size: 1em;
	margin-left: 17%;
	letter-spacing: 0.25em;
	width: auto;
	position: absolute;
	z-index: 100;	
	}
	
/*php active menue*/

#active {
	color: #666666;
  	text-decoration: none;
}
#active a{
  color: #FF6600;
	}

#inactive {
	color: #666666;
}
#inactive a{
	color: #666666;
	}
#inactive a:hover {
	color: #FF6600;
}
		
/*menu left*/

#infos {
	font-size: .9em;
	text-align: right;
	line-height: 2em;
	margin: 120px 0 3em 2em;
	position: absolute;
	}
#infos a {
	padding-right: 1.5em;
	}
.bgr_menu_left{
	background-color: #EEEEEE;			
	}
	
/*text*/
	
#text-profile{
	margin: 100px 0 0 2em;
	width:60%;
	}
#text-profile-eingerueckt{
	margin: 0 0 0 6em;
	width:55%;
	}
	
#text-service{
	margin: 100px 0 0 2em;
	width: 55%;
	}
#text-service-eingerueckt{
	margin: 0 0 0 6em;
	width: 40%;
	}

#text-index{
	padding-top: 320px;
	width: 70%;
	float: left;
	margin-bottom: 3em;
	}
	
.text-work {
	padding-bottom: .5em;
	}
	
.area {
	font-size: .85em;
	font-weight: bold;
	}		
		
/*Content*/

#outerwrapper {
  	width: 100%;
	background: url(../material/background02.jpg) no-repeat left top;
  	text-align: left;
	position: relative;
	min-width: 700px;
	min-height: 100%; 
	height: auto !important;
	height: 100%;
}

#contentbox {
	width: 100%;
	background-image: url(../material/logo.gif);
	background-repeat: no-repeat;
	background-position: 80% 13px;
	}

#contentbox:after {
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
	visibility: hidden;
}
#content-pri {
	margin-top: 8em;
	width: 85%;
	float: right;
}
#content-sec {
	margin-top: 200px;
	padding: 135px 0 1em 2em;
	width: 18%;
	float: left;
	background: url(../material/typo.gif) no-repeat right top;
	position: absolute;
	z-index: 100;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	height: 20px;
}

#foot-text{
	font-size: 0.75em;
	padding-left: 4em;
	color: #999999;
}




