@charset "UTF-8";

/* Kalibrierung und allgemeine Styles */

/* erzwingt Scrollbar in Firefox */
html {
	height: 101%
}

/* alle Abstände auf Null setzen */
* {
	padding: 0;
	margin: 0
}

/* Abstand nach unten */
h1, h2, h3, p, ul, ol {
	margin-bottom: 0.6em;
}

body {
	color: #FFFBC4;
	background-color: #CDDC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


h1 {
	font-weight: 100;
}
h2 {
	font-weight: 100;
	padding-left: 20px;
	padding-top: 5px;
}

p {
	line-height: 1.6em;
	padding-left: 20px;
}

.p_spalte {
	padding: 0px;
}

a {
	text-decoration: none;
	color: #FFFBC4;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

a:hover {
	border-bottom-width: thin;
	border-bottom-style: solid;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 15px;
	line-height: 1.5em;
}

/* Styles für Layoutbereiche */

#wrapper {
	width: 968px;
	background-color: 48000C;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	position: relative;
}

#navigation {
	background-image: url(images/hg_navigation.gif);
	padding-left: 125px;
	padding-top: 8px;
	height: 22px;
	width: 843px;
}

#header {
}
	
#content {
	background-image: url(images/hg_content.gif);
	background-repeat: repeat;
	padding-left: 125px;
	height: 413px;
	width: 575px;
	padding-top: 15px;
	padding-right: 10px;
}
#spalte {
	position: absolute;
	left: 710px;
	top: 180px;
	width: 238px;
	height: 413px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/hg_spalte.gif);
	background-repeat: repeat;
}
