@CHARSET "ISO-8859-1";

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	text-align: left;
	/*
	schreibe center, wenn die gesamte Seite immer mittig plaziert sein soll
	text-align: center;
	*/
}

img {
	border-style: solid;
	border-width: 0px;	
}

div#canvas {
	position: relative;
	display: block;
	
	width: 1024px;
	height: 768px;
	
	padding: 0px;
	margin: 20px 0px 0px 100px;
	
	color: #162983;
	font-size: 13px;
	font-family: Verdana, Arial, Courier, Helvetica;
}

div#logo {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	display: block;
	
	width: 196px;
	height: 116px;
	
	padding: 0px;
	margin: 0px;
}

div#banner {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 196px;
	display: block;
	
	width: 828px;
	height: 116px;
	
	padding: 0px;
	margin: 0px;
	
	/* Banner beliebig austauschen. Auf Breite und Höhe achten! */
	background-image: url(../images/dm_banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
	text-align: right;
}

div#position {
	position: relative;
	top: 30px;
	right: 30px;
	
	padding: 0px;
	margin: 0px;
	
	color: #DEE6F4;
	font-family: Verdana, Arial, Helvetica, Courier;
	font-weight: bold;
	font-size: 36px;	
}

div#line {
	position: absolute;
	z-index: 30;
	top: 108px;
	left: 0px;
	
	width: 1024px;
	height: 12px;
	font-size: 0px;
	
	background-color: #162983;	
}

div#navi {
	position: absolute;
	z-index: 12;
	top: 116px;
	left: 0px;
	display: block;
	
	width: 196px;
	height: 652px;
	
	background-image: url(../images/dm_bg_navi.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

div#content {
	position: absolute;
	z-index: 15;
	top: 116px;
	left: 196px;
	display: block;
	
	padding: 45px 220px 15px 20px;
	
	width: 588px; /* ergibt sich aus 828px - padding-left (4. Wert) - padding-right (2.Wert) */
	height: 592px; /* ergibt sich aus 652px - padding-top (1. Wert) - padding-bottom (3.Wert) */

	background-image: url(../images/dm_bg_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#content h1 {
	font-size: 20px;
	font-weight: bold;
}

div#content h2 {
	font-size: 18px;
	font-weight: bold;
}

div#content h3 {
	font-size: 16px;
	font-weight: bold;
}

div#content p {
	
}

div#content a, div#content p a {
	text-decoration: underline;
	color: #162983;
}

div#navi ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 45px 0px 0px 0px;
	padding: 0px;
}

div#navi ul li {
	padding: 0px;
	margin: 0px;
}

div#navi ul li a {
	text-decoration: none;
	color: #162983;
}

div#impressum {
	position: absolute;
	top: 610px;
	left: 0px;
	
	width: 196px;
	height: 15px;
	
	text-align: center;
	vertical-align: middle;
}

div#impressum a {
	text-decoration: none;
	color: #162983;
}
