@charset "UTF-8";

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

body {
	color: #FFFFFF;
	background-color: #505050;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}

#wrapper {
	background-color: #000000;
	height: 100%;
	width: 968px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
 }

#inhalt {
	width: 568px;
	top: 10px;
	height: 578;
	left: 400px;
}

#bildbereich {
	height: 578px;
	width: 400px;
}

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

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
}
ul {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	line-height: 160%;
	margin-top: 25px;
}

a:link {
	color: #FFFFFF;
}

a:hover {
	border-bottom-width: 1;
	border-bottom-color: #CC0000;
	color: #CC0000;
}

a:visited {
	color: #CCCCCC;
}
.bold {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}
