body {
	position:absolute;
	left:25px;
	top:25px;
	background:url(images/header.jpg) no-repeat 33px 33px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}

html {
	font-family:Tahoma, Geneva, sans-serif;
	color:#575759;
	font-size:11px;
	line-height:15px;
	}
	
p {
	margin:0 0 15px 0;
	padding:0;
	}
	
p#footer {
	margin:0 0 15px 0;
	padding:0;
	}	
	
a img {
	border:none;
	}
	
a {
	color:#9c386a;
	text-decoration:none;
	}	
	
a:hover {
	text-decoration:underline;
	}	
	
a#ext {
	background:url(images/extPfeil.gif) no-repeat 0 4px;
	padding:0 0 0 14px;
	margin:0 0 0 3px;
		}	
	
a#int {
	background:url(images/intPfeil.gif) no-repeat 0 4px;
	padding:0 0 0 15px;
	margin:0 0 0 3px;	
	}		
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#9c386a;
	font-size:27px;
	line-height:29px;	
	margin:0 0 20px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:normal;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#575759;
	font-size:14px;
	margin:50px 0 20px 0;
	padding:0;
	text-transform:uppercase;
	font-weight:normal;	
	}	
	
h3 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#575759;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	margin:0;
	padding:0;
	}	
	
h4 {
	font-family:Tahoma, Geneva, sans-serif;
	color:#575759;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	}	
	
ul {
	margin:0 0 25px 0;
	padding:0 0 0 15px;
	list-style-image:url(images/bullet.gif);
	}	
	
span {
	border-top: 6px solid #dcdcdc; 
	width:100%; 
	display:block;
	}
	
span#footer {
	border-top: 6px solid #dcdcdc; 
	width:100%; 
	display:block;
	margin:70px 0 0 0;
	padding:0;
	}	
	
table {
	width:100%;
	}	
	
table span {
	padding:0 0 30px 0;
	margin:20px 0 0 0;
	}
	
table h2 {
	margin:10px 0 0 0;
	}
	
table p {
	margin:0;
	padding:0;}
	
table td {
	vertical-align:top;
	padding:0 0 10px 0;
	xborder:1px solid green;
	}	
		
div.header {
	position:absolute;
	left:0;
	top:0;
	width:950px;
	height:240px;
	margin:0;
	padding:0;
	}
	
div.header a {
	display:block;
	width: 100%;
	height: 100%;
	text-indent:-1000px;
	}	
	
div.header span {
	width:950px;
	height:240px;
	xborder:1px solid red;
	}	
	
div.nav {
	position:absolute;
	left:25px;
	top:248px;
	width:130px;
	height:auto;
	}		
	
div.nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform:uppercase;
	line-height:20px;
	display:block;
	color:#575759;
	}
	
div.nav a:hover {
	text-decoration:underline;
	}	
	
div.nav a.int {
	background:url(images/intPfeil.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
	}

div.nav a.int#active {
	font-weight:bold;
	color:#9c386a;
	margin: 0 0 0 15px;
	}
	
div.nav a.ext {
	background:url(images/extPfeil.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
	}

div.nav a.ext#active {
	font-weight:bold;
	color:#9c386a;
	margin: 0 0 0 15px;
	}	
	
	
div.inhalt {
	position:absolute;
	left:188px;
	top:248px;
	width:550px;
	height:auto;
	}
	
div.zusatz {
	position:absolute;
	left:800px;
	top:248px;
	width:150px;
	height:auto;
	}
	
	
