@charset "UTF-8";
/* CSS Document */

* { padding: 0; margin: 0; }

 /* erzwingt Scrollbar im Firefox */
 html {
 	height: 101%;
}

body {
	color: #FFFFFF;
	background-color: #505050;
}
h1 {
	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;
}
h1,/* Abstand nach unten */ h2, p, ul, ol  {
	margin-bottom: 1.3em;
}

h3 {
	margin-bottom: 0.8em;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
}

p {
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
}

.subnavigation {
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: 100;
}

a:link {
	color: #FFFFFF;
}

a:hover {
	border-bottom-width: 1;
	border-bottom-color: #CC0000;
	color: #CC0000;
}

a:visited {
	color: #CCCCCC;
}
.bold {
	font-weight: bold;
}

