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


/* Initialisierung */

* {
	border: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

body {
	background-color: #DDD;
}

html {
	overflow-y: scroll;
	position: relative;
	width: 100%;
	height: 100%;
}

/* Typographie */

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #FF8116;
}

h1 {
	font-weight: normal;
	color: white;
	font-size: 42px;
	line-height: 110%;
}

.bigcopy, h2 {
	font-size: 22px;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 17px;
}

/* Bereiche */

#contentarea {
	width: 1070px;
	margin: 20px auto 15px auto;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	background: url("/gfx/bigbg.gif") center top repeat-y;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

* html #contentarea {  /* IE6 hack */
	width: 1074px;
} 


#headarea {
	position: relative;
	height: 200px;
	overflow: hidden;
	background-image: url("/gfx/headbg.jpg");
	background-size: cover;
	border-top: 1px dotted black;
	border-bottom: 20px solid white;
	cursor: pointer;
}

#headarea a {
	display: block;
	width: 100%;
	height: 100%;
}

#headtext {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

#menuarea {
	width: 240px;
	float: left;
	padding: 15px;
	border-top: 1px dotted black;
	overflow: hidden;
}

#mainarea {
	width: 488px;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
	padding: 15px 20px 15px 20px;
	height: 100%;
	border-top: 1px dotted black;
}

* html #mainarea { /* IE6 hack (518px)*/
	width: 488px;
}

.autorenbild {
	float: left;
	width: 150px;
	margin: 0 15px 15px 0;
	font-size: 7px;
}


#imagearea {
	width: 240px;
	float: left;
	padding: 15px;
	background-color: #F2F2F2;
	border-top: 1px dotted black;
}

* html #imagearea {  /* IE6 hack */
	float: none;
} 

#image {
	position: relative;
	top: 0px; left: 0px;
	width: 100%;
	margin-bottom: 15px;
}


.clearboth {
	position: relative;
	clear: both;
	background-color: #F2F2F2;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

#bottomtext {
	margin: 5px auto 5px auto;
}

/* Typo Bereiche */

#mainarea p {
	font-size: 17px;
	margin-bottom: 0.5em;
	line-height: 22px;
}

p {
	text-align: justify;
}

#menuarea li {
	text-align: left;
}

/* Quote */

.quote {
	width: 448px;
	background-color: #F2F2F2;
	padding: 20px;
}

* html #mainarea .quote {  /* IE6 hack */
	width: 444px;
} 


.quote p {
	font-style: italic;
}

.upright p {
	font-style: normal;
}

.quote p .anm {
	font-style: normal;
	color: #999999;
}

.quote h2.c {
	text-align: center;
}

#mainarea h2.c, #mainarea h3.c {
	text-align: center;
}

.quote h3 {
	font-style: italic;
}

.dotlist {
	text-align: center;
}

.dotlist li {
	display: inline;
}

p.l {
	text-align: left;
}

p.c {
	text-align: center;
}

p.r {
	text-align: right;
}

span.g {
	letter-spacing: 5px;
}

span.underline {
	text-decoration: underline;
}

ul.quotebull {
	font-style: italic;
	list-style-position: outside;
	font-size: 17px;
	text-align: justify;
	margin-bottom: 5px;
}

span.s {
	vertical-align: super;
}

#mainarea p.footnote {
	margin-top: 2px;
	font-size: 12px;
	line-height: 15px;
}

.superscript {
	position:relative;
	font-size:85%;
	top:-0.9ex;
	margin-left:0.2em;
	margin-right:0.1em;
}

hr {
	height: 1px;
	border: 1px dotted black;
}

object {
	margin: 10px 0 20px 0;
}