@charset "UTF-8";

/* Kalibrierung und allgemeine Styles */

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

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

body {
	color: #666666;
	background-color: #80825D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
}

/* Styles für Layoutbereiche */

#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
	background-color: #FFFFFF;
}

#header {
	width: 1024px;
	height: 50px;
}

#navigation {
	background-image: url(images/hg_navigation.gif);
	padding-left: 125px;
	padding-top: 15px;
	height: 22px;
	width: 774px;
	padding-right: 125px;
	text-align: right;
}
	
#content {
	background-image: url(images/hg_content.gif);
	background-repeat: repeat;
	padding-left: 125px;
	width: 774px;
	padding-top: 20px;
	padding-right: 125px;
}
#footer {
	height: 30px;
	width: 774px;
	padding-right: 125px;
	padding-left: 125px;
	padding-top: 0px;
	text-align: right;
	margin-top: 15px;
}

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


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

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

a {
	text-decoration: none;
	color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

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