@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16pt;
	font-style: italic;
	background-color: #9c9d9d;
	color: #828282;
}

p {
	color: #828282;
	clear: both;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #828282;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 14pt;
	font-weight: normal;
	padding: 0px;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
}

a {
	outline: none;
	color: #828282;
}

a img {
	color: #828282;
	border: 0px none #828282;
}

a:link {
	text-decoration:none;
	color: #828282;
}
a:visited {
	text-decoration:none;
	color: #828282;
}
a:focus {
	text-decoration:none;
	color: #828282;
}
a:hover {
	text-decoration:none;
	color: #828282;
}
a:active {
	text-decoration:none;
	color: #828282;
}

.zitat {
	color: #FFFF00;
}
.navi {
	padding: 0px;
	margin: 0px;
	height: 300px;
	float: none;
}

.navifirst {
	margin: 0px;
	float: none;
	padding-top: 30px;
}

.navisubleft1 {
	margin: 0px;
	float: none;
	padding-left: 2px;
	padding-top: 15px;
}

.navisubleft {
	margin: 0px;
	float: none;
	padding-left: 2px;
}
.navi a:hover {
	padding-left: 0px;
}
.layout #header  {
	height: 143px;
	margin: 0px;
	width: 1000px;
	padding-top: 57px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 249px;
	float: none;
	clear: both;
	z-index: 1;
	position: fixed;
}

.layout #container {
	width: 980px;
	text-align: left;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 40px;
	height: 100%;
	float: left;
}
.layout    #linkespalte {
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 600px;
}
.layout   #content {
	float: right;
	width: 702px;
	height: auto;
	margin-top: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.layout #textcontent {
	width: 600px;
	height: auto;
	clear: both;
	float: none;
}


.layout #footer {
	width: 702px;
	height: 125px;
	clear: both;
	float: none;
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 2px 20px;
}

.titeltypo {
	float: none;
	margin-bottom: 45px;
	width: auto;
	margin-left: 0px;
}

.verweiskasten {
	float: none;
	width: 206px;
	height: 250px;
	padding-top: 0px;
	padding-bottom: 530px;
}

.verweis {
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.logo {
	margin-bottom: 0px;
	float: none;
}

.bild {
	margin-bottom: 13px;
	margin-left: 0px;
	margin-top: 0px;
	clear: none;
	float: none;
}
.subtitel {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	clear: none;
	float: none;
}

.hommage {
	margin-top: 1000px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.bildbreit {
	margin-bottom: 90px;
	margin-left: 0px;
	margin-top: 0px;
	float: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

