* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
}

a {
	text-decoration:none;
}

table,td,tr {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	
}

td { vertical-align:bottom; }

a:active {
	color:#669900;
}
a:visited {
	color:#666666;
}
a:hover {
	color:#669900;
}

body {
	margin: 10px;
}

.pale { color: #E8E6E2; }

#blue { color: #669900; }

/* die div-bereiche */

#navigation {
position: absolute;
left: 50px;
width: 912px;
top: 50px;
background: fff;

}

#liste {
position: absolute;
left: 50px;
width: 250px;
top: 200px;
background: fff;
}

#beschreibung {
position: absolute;
left: 290px;
width: 150px;
top: 200px;
background: fff;
}

#bilddaten {
color:#c1baa5;
position: absolute;
left: 480px;
width: 483px;
top: 200px;
background: fff;

}

#projektbaum {
	position:absolute;
	left: 250px;
	top: 132px;
	width:300px;
	height:20px;
}

#bildbeschreibung {
	position: absolute;
	left: 290px;
	width: 150px;
	top: 430px;
	background: fff;
	height: 150px;
}

#voriges {
position: absolute;
left: 480px;
width: 100px;
top: 564px;
background: fff;
}

#nachstes {
position: absolute;
left: 580px;
width: 100px;
top: 564px;
background: fff;
}



/*hier die subdefinitionen für die anker*/

#navigation a:visited {
	color:#666666;
}
#voriger a:visited {
	color:#669900;
}
#nachstes a:visited {
	color:#669900;
}
#navigation a:hover {
	color:#669900;
}

