html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/bg/background.jpg);
	background-repeat: no-repeat;
	background-color: #013d85;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
#nav a, #nav a:hover {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#nav a {
	color: rgb(0, 60, 133);
}
#nav a:hover {
	color: #000000;
}
#nav a.log-in, #nav a.gesamtprojektleitung, #nav a.anlaesse, #nav a.infrastruktur, #nav a.stabsdienste, #nav a.generalsekretariat, #nav a.finanzen, #nav a.print,
#nav a.medien, #nav a.kommunikation, #nav a.personal, #nav a.themenexperten, #nav a.level3 {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
a, a:visited {
	text-decoration: none;
}
a.current, a.expanded {
	text-decoration: underline;
}
#nav a.navBlack {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#container {
	position: absolute;
	left: 145px;
	top: 160px;
	text-align: left;
}
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 253px;
	width: 193px;
	padding: 7px 0px 0px 7px;
	background-color: rgb(255, 255, 150);
	line-height: 20px;
}
.nav1 {
	padding-left:10px;
}
.nav2 {
	padding-left:20px;
}
.nav3 {
	padding-left:30px;
}
#content {
	position: absolute;
	left: 220px;
	top: 0px;
	width: 420px;
	min-height: 570px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px 0px 40px 0px;
	padding: 40px;
	margin-bottom: 40px;
}
#content a {
	color: rgb(125, 125, 125);
	text-decoration: underline;
}
.blue {
	color: rgb(0, 60, 133);
}
.grey {
	color: rgb(125, 125, 125);
}
.title {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}
.title1 {
	font-size: 12px;
	font-weight: bold;
}
.contentText {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: rgb(0, 60, 133);
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: rgb(0, 60, 133);
}
h3, table.order td {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: rgb(125, 125, 125);
}
h4 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: rgb(125, 125, 125);
}
table.download {
  width: 100%;
}
table.download tr {
  background-color: #b6f0fa;
}
input, textarea {
	background-color: #ffffff;
	border: 1px solid #8C8C8C;
	font-size: 11px;
	padding: 0px 0px 0px 3px;
	margin: 0px 3px 0px 0px;
}
input.text, textarea.text {
	padding-top: 1px;
	line-height: 16px;
	width: 230px;
}

