:root {
	overflow: scroll;
	height: 100%;
}

body.normal {
	font-family: arial, helvetica, geneva, avantgarde, verdana;
	background-image: url("../bilder/leverkusen10.jpg");
	background-color: #a4caac;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 60%;
}

body.startseite {
	font-family: verdana, arial, helvetica;
	background-image: url("../bilder/logo7.jpg");
	background-color: #a4caac;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 60%;
}

table.normal {
	border: 0px none;
	cellspacing: 0;
	cellpadding: 0;
	width: 555px;
	height: 100%;
}

table.normalnoheight {
	border: 0px none;
	cellspacing: 0;
	cellpadding: 0;
	width: 555px;
}

table.klein {
	border: 0px none;
	cellspacing: 0;
	cellpadding: 0;
	width: 555;
	height: 50%;
}

table.toptabelle {
	border: 0px none;
	cellspacing: 0;
	cellpadding: 10;
	width: 555;
	height: 100%;
}

a {
	color: black;
}

a:visited {
	color: black;
}

a:active {
	color: black;
}

a:hover {
	color: white;
}

a.projekte_index {
	font-size: 1.1em;
	font-weight: bolder;
	
}