
@media screen

{
body {
	margin: 0px;
	background-color: white;
	}	

li {
	margin-bottom: 8px;
	}

li a {
	color: #4F78ED;
	}

/* alles im Header */

#header {
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 180px;
	background: #F1F1F1;	
	border-top: 2px solid #A1A1A1;
	border-left: 2px solid #A1A1A1;
	border-right: 2px solid #A1A1A1;
	overflow: visible;
	display: block;
	}
	
#institut {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 124px;
	border: none;
	}

#header_text {
	position: absolute;
	top: 20px;
	left: 180px;
	width: 620px;
	text-align: center;
	font: normal 11pt Arial;
	}

#header_text a {
	color: #4F78ED;
	}

#line1 {
	position: absolute;
	top: 118px;
	left: 180px;
	width: 620px;
	height: 1px;
	border-top: 3px solid #4F78ED;
	}

#line2 {
	position: absolute;
	top: 123px;
	left: 180px;
	width: 620px;
	height: 1px;
	border-top: 1px solid #4F78ED;
	}

/* alles content */

#content {
	position: relative;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height: 600px;
	background: #F1F1F1;	
	border-bottom: 2px solid #A1A1A1;
	border-left: 2px solid #A1A1A1;
	border-right: 2px solid #A1A1A1;
	display: block;
	}

* #content {
	height: 600px;
}

#navigation_home {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	}

#navigation {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	}

.nav1 {
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	margin-top: 20px;
	margin-left: 1px;
	text-align: left;
	font: 12px arial;
	font-weight: bold;
	}
	
.nav1 a {
	text-decoration: none;
	color: #4F78ED;
	}

.nav1 a:hover {
	text-decoration: none;
	color: #485887;
	}

.nav2 {
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	font: 11px arial;
	}

.nav2 a {
	
	}

.nav3 {
	margin-top: 5px;
	margin-left: 20px;
	text-align: left;
	}

.nav3 a {
	color: #757575;
	}

.home {
	font-family: arial;
	text-align: center;
	margin-top: 10px;
	margin-left: 220px;
	margin-right: 0px;
	}

.text {
	font: 12px arial;
	line-height: 18px;
	margin-top: 30px;
	margin-left: 220px;
	margin-right: 1px;
	}

h1 {
	color: #4F78ED;
	font-size:16pt;
	}
	
h2 {
	color: #4F78ED;
	font-size:12pt;
	}

h3 {
	color: #000000;
	font-size:10pt;
	}

h4 {
	color: #A1A1A1;
	font-size:10pt;
	}

h5 {
	color: #A1A1A1;
	font-size:8pt;
	}

.footer {
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	font: 10px arial;
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
.footer a {
	color: #4F78ED;
	text-decoration: none;
	}

}


/* -------------------- */
/* nur für den Drucker! */
/* -------------------- */


@media print

{
body {
	margin: 0px;
	background-color: white;
	}	

li {
	margin-bottom: 8px;
	}

li a {
	color: #4F78ED;
	}

/* alles im Header */

#header {
	position: absolute;
	margin-top: 5px;
	margin-left: 0px;
	width: 800px;
	height: 150px;
	display: block;
	}
	
#institut {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 124px;
	border: none;
	}

#header_text {
	position: absolute;
	top: 20px;
	left: 180px;
	width: 520px;
	text-align: center;
	font: normal 11pt Arial;
	}

#header_text a {
	color: #4F78ED;
	}

#line1 {
	position: absolute;
	top: 118px;
	left: 180px;
	width: 620px;
	height: 1px;
	border-top: 3px solid #4F78ED;
	}

#line2 {
	position: absolute;
	top: 123px;
	left: 180px;
	width: 620px;
	height: 1px;
	border-top: 1px solid #4F78ED;
	}

/* alles content */

#content {
	position: absolute;
	margin-top: 150px;
	margin-left: 0px;
	width: 650px;
	display: block;
	}


#navigation_home {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	}

#navigation {
	display: none;
	}

.nav1 {
	border-top: 1px solid #A1A1A1;
	border-bottom: 1px solid #A1A1A1;
	margin-top: 20px;
	margin-left: 1px;
	text-align: left;
	font: 12px arial;
	font-weight: bold;
	}
	
.nav1 a {
	text-decoration: none;
	color: #4F78ED;
	}

.nav2 {
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	font: 11px arial;
	}

.nav2 a {
	
	}

.nav3 {
	margin-top: 5px;
	margin-left: 20px;
	text-align: left;
	}

.nav3 a {
	color: #757575;
	}

.home {
	font-family: arial;
	text-align: center;
	margin-top: 45px;
	margin-left: 220px;
	margin-right: 0px;
	}

.text {
	font: 12px arial;
	line-height: 18px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	}

h1 {
	color: #4F78ED;
	font-size:16pt;
	}
	
h2 {
	color: #4F78ED;
	font-size:12pt;
	}

h3 {
	color: #000000;
	font-size:10pt;
	}

h4 {
	color: #A1A1A1;
	font-size:10pt;
	}

h5 {
	color: #A1A1A1;
	font-size:8pt;
	}

.footer {
	display: none;
	}

}
