html,
body { 
	margin:0; 
	padding:0; 
	text-align:center;

	font-family: Arial, sans-serif;	
	color:#000000;
	font-size:9pt;	

	background-color: #cccccc;
	background-image: url(img/background.gif);
	background-repeat:repeat-x;
	background-position: 0 0;
	/*background-attachment:fixed;	*/
}

a,
a:link,
a:visited {
	color:#000000;
	text-decoration:none;
	/*font-weight:bold;*/
}
a:hover {
	color:#d5212a;
}

.subproject_active,a.subnavi_act   {
	color:#d5212a;
}


a.navi_o, 
a:link.navi_o, 
a:visited.navi_o {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;

}

a.navi_o_act, 
a:link.navi_o_act, 
a:visited.navi_o_act {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color:#d5212a;
	
}

.subnavi,.subnavi_act {

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	top: -15px;
	position: relative;

}

.navi_trenner {
	top: 5px;
	position: relative;
}

.subnavi_trenner {
	top: -10px;
	position: relative;
}

div.pagewidth {
	width:824px; 	
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  	
	position:relative;
}

.pdf {
	text-indent: 12px;
	position: relative;
	bottom: 27px;
	white-space: normal;
	left: 35px;
	font-weight: bold;	
}
.iconpdf {
	position: relative;
	left: 123px;
}
/* ---------------  DIVs und Hintergr�nde  ----------------- */

#logo {
	background-color: #e5e5e5;
	background-image: url(img/wasserlof-logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:118px;
}



#navigation #title {
	position:relative;
	top:7px;
	left:6px;
}

#submenu {	
	float:right;
	text-align:right;
	padding: 0px 20px 10px 20px;
	
	
}

#content {			
	background-color: #ffffff;	
	background-image: url(background/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:626px;
	overflow:auto;	
	

}

#content div.text {
	padding-left:150px;
	padding-right:60px;
	padding-top:20px;
	height:70%;
	
	text-align:justify;
}

#content div.projects {
	padding-left:150px;
	padding-right:60px;
	
}


/* -----------------  NAVIGATIONSTEIL ------------------- */

#navigation ul {
	margin:0px;
	text-align:left;
	padding:5px 0px;
	white-space: nowrap;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
}

#navigation ul li a { 
	text-decoration: none;
	text-align:center;
}

#navigation img {
	border:none;	
}

#navigation ul li a:link, 
#navigation ul li a:visited {
	color: #000;
	
}

#navigation ul li a:hover {
	color: #f00;	
}

/*-  SUBNAVI  --*/

#navigation2  {
	margin:-18px;
	text-align:right;
	padding:0px 4px;
	white-space: nowrap;
}
#navigation2 div {
	display: inline;
	list-style-type: none;
}

#navigation2 a { 
	text-decoration: none;
	text-align:center;
}

#navigation2 img {
	border:none;	
}

#navigation2 ul li a:link, 
#navigation2 ul li a:visited {
	color: #000;
}

#navigation2 ul li a:hover {
	color: #f00;	
}



/* -----------------  CONTENTTEIL ------------------- */

#content h1 {
	font-size:1.2em;
	text-transform:uppercase;
}

#content h2 {
	font-size:1.1em;
}

#content hr {
	width:40%;
	border:none;
	border-top:1px dotted #aaaaaa;	
}

#content .red {
	color:#d5212a;
}