/*****************************************************/
/*   Author:         Stephan Schmitz                 */
/*                   stephanXschmitz@web.de          */
/*   Date:           March 27, 2009                  */
/*   Copyright:      eyeworx GmbH, Cologne           */
/*****************************************************/


/*****************/
/*   MAIN BODY   */
/*****************/

body {
	font-size: 65%;
	margin: 0em auto;
	padding: 0em;
  font-family: Arial,sans-serif;
	text-align: justify;
}

body a {
  color: #ffffff;
}

#navigation-clean-site {
  margin: 0em auto;
	padding: 0em;
	height: 90px;
	width: 100%;
	background: url(../images/header.jpg) top left repeat-x ;
	position:relative;
  z-index:1;
  }
  
#logo {
  margin: 0em auto;
	padding-top: 7px;
	z-index: 2;
}

#nav {	
	margin: 0em auto;
	float: right;
  position:relative;
	z-index:2;
}

#nav a {
  margin-right: 40px;
  color: #FFFFFF;
	font-size: 1.4em;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#nav .active {
	background: url(../images/bg_nav_blue.jpg);
	width: 95px;
	height: 20px;
	background-color: transparent;
	color: #1d1d1d;
	position:relative;
	z-index:2;
}	

#main {
height: 100%;
margin: 0;
padding: 0;
z-index: 3;

}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#contentbg {
 background-color: transparent;
 background: url(../images/bg_content_blue.png) top right no-repeat;
 color: #ffffff;
 float: right;
 margin-top: 60px;
 margin-right: 55px;
 width: 300px;
 height: 400px;
 position:relative;
 z-index:4;
}

#content {
 background-color: transparent;
 color: #ffffff;
 font-size: 1.4em;
 float: right;
 margin-top: 5px;
 margin-right: 5px;
 width: 290px;
 height: 400px;
 position:relative;
 z-index:5;
}

h1 {
 color: #1d1d1d;
 font-size: 1.3em;
}

#contact {
 background-color: transparent;
 color:#ffffff;
 font-size: 1.1em;
 height: 20px;
 width: 100%;
 position: absolute;
 left: 0;
 bottom: 5px;
 z-index:1; 
}



#footer-clean-site {
	height: 10px;
	width: 100%;
	position: absolute;
  left: 0;
  bottom: 0;
	background: url(../images/footer_blue.jpg) bottom left repeat-x ;
  }
