/* CSS Document */

@charset "ISO-8859-1";
/* CSS Document Christine Wick M.A. */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #5F5F5F;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #565656;
	}

body a {
	text-decoration: none;
	font-size: 16px;
	}
a:link {
	color: #FFF;
	}
a:visited {
	color: #E6E6E6;
	}
a:hover, a:active {
	color: #E2007A;
	}	


h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;	
	}
h2 {
	font-weight:100;
	color: #FFF;
	font-size: 22px;
	line-height: 28px;
	}

.text {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #565656;
	}
.small {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #565656;
	}

br.clear {
	clear: both;
	}

#background {
	width: 100%;
	height: 634px;
	position: absolute;
	margin-top: -317px;
	top: 50%;
	left: 0;
	background-color: #EDEDED;
	text-align: center;
	}

#container {
	position: absolute;
	margin-top: -317px;
	top: 50%;
	margin-left: -505px;
	left: 50%;
	width: 1010px;
	height: 634px;
	text-align: left;
	font-size: 101%;
	}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 216px;
	height: 100%;
	background: url(images/logo.gif) no-repeat top left;
	}
#logo p {
	position: absolute;
	bottom: 0;
	padding: 20px 20px 2px 20px;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	}
#logo a {
	text-decoration: none;
	color: #565656;
	font-size: 14px;
	}	

#contents {
	position: absolute;
	top: 0;
	left: 216px;
	width: 794px;
	height: 100%;
	}

#impressum {
	position: absolute;
	top: 0;
	left: 216px;
	width: 749px;
	height: 604px;
	padding: 15px 15px 15px 30px;
	font-size: 13px;
	line-height: 15px;
	-webkit-text-size-adjust: none;
	}

#left {
	position: absolute;
	width: 337px;
	height: 604px;
	padding: 15px 30px 15px 30px;
	text-align: left;
	color: #565656;
	}
	
#right {
	position: absolute;
	top: 0;
	left: 397px;
	width: 397px;
	height: 100%;
	}

#navigation {
	position: absolute;
	top: 645px;
	width: 1010px;
	height: auto;
	text-align: center;
	font-size: 101%;
	color: #FFF;
	}
#navigation a {
	text-align: center;
	font-size: 101%;
	color: #FFF;
	}

