﻿@charset "utf-8";

/*Normalisierung*/
img {
	border:0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}

/*Grundaufbau*/

#body {
	margin: top auto ;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

#main {
	background-image: url('img/indexseite.gif');
	width: 1024px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	background-repeat: no-repeat;
	height: 794px;
}
div#navi {
	height: 36px;
	width: 476px;
	position: absolute;
	margin-left: 224px;
	margin-top: 525px;
}
div#navia {
 	 width: 270px;
	 height: 32px;
	 float: left; 
}
div#navib {
 	 width: 96px;
	 height: 32px;
	 float: left; 
}
div#navic {
 	 width: 95px;
	 height: 32px;
	 float: left; 
}
div#navid {
 	 width: 95px;
	 height: 32px;
	 float: right; 
}

