/* CSS Document fŸr www.we-werk.de */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #fff;
	background-color: #fff;
	background-image:url(bg.jpg);
	background-repeat: repeat;
	background-position: left;	
	margin:0;
	padding:0;
}

h1 {
  color: #2c3d59;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;

}

/* window ist der gesamte Kasten fŸr die Homeseite */
#window {
	width: 600px;
	height: 300px;
	margin: auto;
	margin-top: 120px;
	background-color: #93da18;
	background-position: left;
	border: 1px solid white;	

}

#header {
padding-top: 0px;
padding-bottom:10px;
margin-top: 0px;
height: 49px;
background-color: #91876b;
border-bottom: 1px solid #fff;
color:#fff;
}

#header p {
margin: 0px;
}

#inhalt {
padding-left: 18px;
}

#textfenster {
margin-top: 20px;
height: 130px;
width: 480px;
}

#navigation {
width: 100px;
margin-top:10px;
float:right;
}

#navigation a {
text-decoration: none;
color: #fff;
display: block;
padding: 3px;
margin-bottom: 3px;
border: 1px solid white;

}

#navigation a:hover {
background: #91876b;
}


.active {
background: #91876b;
}




