/* Auf jeder HTML-Seite sollte das hier oben stehen!!! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> */

/* Allgemeines: Seitenabstände und Zeichensatz */
* {
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	color: #000048;
}

/* Hintergrunddefinition & vertikaler Scrollbalken */
body {
	background-color:#cccccc; /* zusätzlich angegeben, wenn das Hintergrundbild sich nur in eine Richtung wiederholt */
	background-image: url(images/hintergrund.gif); /* Hintergrundbild */
	background-repeat: repeat-y; /* Wiederholung des Hintergrundbildes */
	background-attachment:fixed;
	background-color: #ffffff;
	overflow:-moz-scrollbars-vertical; /* vertikaler Scrollbalken ist immer zu sehen */
}

.big {
	font-size: 16px;
	color: #2350A9;
}

.white {
	font-size: 12px;
	color: #ffffff;
}

.blue {
	font-size: 12px;
	color: #2350A9;
}

#top {
	position: absolute;
	left: 102px;
	top: 0px;
	width: 820px;
	height: 400px;
}

#left {
	position: absolute;
	left: 102px;
	top: 225px;
	width: 210px;
	height: 210px;
}

#navigation {
	position: absolute;
	left: 450px;
	top: 185px;
	color: #ffffff;
}

a, a:link, a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

#inhalt {
	position: absolute;
	left: 342px;
	top: 250px;
	width: 543px;
	padding-left: 0px;
}
