/* CSS Document */

body {
	font-family: verdana;
	font-size: 12px;
	color: #677000;
	background-image: url(Bilder/Hintergrund.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	font-family: verdana;
	font-size: 16px;
	font-style: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	background-color: #ffbb00;
}

h2 {
	font-family: verdana;
	font-size: 18px;
	font-style: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	background-color:#ffbb00;
}

#projekt {
	position: relative;
	font-family: verdana;
	font-size: 12px;
	color: #333399;
	left: 20px;
	top: 10px;

}

#titel {
	position: relative;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #678613;
	left: 20px;
	top: 30px;
}

#projektnummer {
	position: relative;
	font-family: verdana;
	font-size: 12px;
	color: #333399;
	left: 20px;
	top: 45px;

}

#navlist a {
	position: relative;
	left: 20px;
	top: 80px;
	font-weight: bold;
	font-size: 14px;	
	text-align: left;
	width: 165px;
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
 
	text-decoration: none;
 }

#navlist a:link, #navlist a:visited {
	color: #678613;
	background-color: #ffdd66;
	text-decoration: none;
}

#navlist a:hover{
	color: #ffffff;
	background-color: #678613;
	text-decoration: none;
	}

#textkasten {
	position: relative; 
	left: 185px;
	top: -830px;
	width: 450px;
	padding: 8px;
	color: #677000;
	
}

#logobild {
	position: relative; 
	left: 631px;
	top: -325px;
	height: 700px; 
	width: 225px;
}

#logoeu {
	position: relative; 
	left: 20px;
	top: 100px;
}

