@charset "UTF-8";
/* CSS Document */

* { padding: 0; margin: 0; }

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

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

#wrapper {
	background-color: #000000;
	height: 578px;
	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: 1em;
}

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;
}

a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #DC0023;
}

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

a:visited {
	color: #DC0023;
}
.bold {
	font-style: normal;
	font-weight: bold;
}

