@charset "UTF-8";

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

body {
	color: #FFFFFF;
	background-color: #333333;
}

#wrapper {
	height: 100%;
	width: 1004px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/hintergrund.gif);
	padding-top: 40px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-color: #55AA41;
	padding-bottom: 10px;
 }

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

h1, h2, h3 {
	font-family: "Trebuchet MS";
	font-weight: 100;
	padding-top: 20px;
}

p {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.bold {
	font-style: normal;
	font-weight: bold;
}
h1 {
	padding-top: 0px;
}
