/* CSS Document */

body {
	font-family: verdana;
	font-size: 80%;
	color: #333399;
	background-image:url(Bilder/Meer.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#projekt {
	position: relative;
	left: 10px;
	top: 10px;
	font-family: verdana;
	font-size: 100%;
	color: #333399;


}

#titel {
	position: relative;
	font-family: verdana;
	font-size: 180%;
	font-style: bold;
	color: #ff0000;
	left: 10px;
	top: 30px;
}

#projektnummer {
	position:relative;
	font-family: verdana;
	font-size: 100%;
	color: #333399;
	left: 10px;
	top: 40px;

}

#navlist a {
	position:relative;
	left: 5px;
	top: 60px;
	font-weight: bold;
	font-size: 100%;
	padding-left: 5px;
	text-align: left;
	line-height: 205%;
	width: 165px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
 	background-color: #94A3CE;
	text-decoration: none;
 }

#navlist a:link {
	color: #000099;
	background-color: #94A3CE;
	text-decoration: none;
}

#navlist a:visited {
	color: #000099;
	background-color: #94A3CE;
	text-decoration: none;
}

#navlist a:hover{
	color: #FFFFFF;
	background-color: #3D79BF;
	text-decoration: none;
}

#logoeu {
	position: relative;
	left: 10px;
	top: 80px;
}

#textkasten {
	position: relative;
	left: 185px;
	top: -235px;
	width: 500px;
	padding: 8px;
	color: #333399;

}

#textkasten p, h1, fieldset {
  width: 460px;
}

#textkasten fieldset {
  width: 440px;
}

#textkasten p {
  text-align: justify;
}

h1 {
	font-family: verdana;
	font-size: 120%;
	font: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	background-color:#94A3CE;
}

h2 {
	font-family: verdana;
	font-size: 100%;
	font: bold;
	color: #FFFFFF;
	padding: 2px 2px;
	background-color:#94A3CE;
}
#logobild {
	position: absolute;
	left: 640px;
	top: 0px;
	height: 700px;
	width: 225px;
}

ul.publications {
  padding-left: 10px;
  list-style-type: none;
}

.publications li {
  margin-bottom: 10px;
  width: 450px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearer {
  clear: both;
}

.label {
  width: 80px;
}

.error {
  text-align: center;
  color: red;
  font-weight: 900;
}
legend {
  font-size: 120%;
  font-weight: 800;
}

input {
  border: 1px solid #666;
}

.inputform div {
  margin-bottom: 3px;
}
