/* CSS fuer clanvalue */

/* Wichtige Farben

bg orange = #FCB231
bg gruen = #E5F2EA
bg beige = #FFE9B2
footer gruen = #B2D9C1
link gruen =#006666

*/



body {
	background-color: #4B5A79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_body.jpg);
	background-position: 0 1px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #000;
	width: 350px;
	margin-bottom: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #303030;
}

p {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #303030;
}

.leseprobe {
	text-indent: 30px;
	margin: 0;
}

.teaser {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #303030;
}

.liste {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #303030;
}

.zettel {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #007BA4;
	margin-left: 30px;
}


.date {
	font-size: 10px;
}


a:link {
	color: #007BA4;
	text-decoration: none;
}

a:visited {
	color: #007BA4;
	text-decoration: none;
}

a:hover {
	color: #007BA4;
	text-decoration: underline;
}

a:active {
	color: #007BA4;
	text-decoration: underline;
}


#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	padding: 3px 3px 3px 14px;
}

#navigation a.aktiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	color: #070721;
	text-decoration: none;
	background-color: #DCE8F0;
	padding: 3px 3px 3px 14px;
}


/*  __________  positionierung  __________  */

#middle-start {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 1px;
}

#container-start {
	position: absolute;
	z-index: 2;
	top: -200px;
	left: -375px;
	width: 750px;
	height: 400px;
}

#middle {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 50%;
	height: 1px;
	width: 1px;
}

#container {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -375px;
	width: 795px;
}

#header {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 790px;
	height: 254px;
}

#logo1 {
	position: absolute;
	z-index: 4;
	top: 1px;
	left: 468px;
}

#logo2 {
	position: absolute;
	z-index: 4;
	top: 29px;
	left: 0px;
}

#logo2a {
	position: absolute;
	z-index: 3;
	top: 29px;
	left: 470px;
}

#logo3 {
	position: absolute;
	z-index: 4;
	top: 29px;
	left: 517px;
}

#logo4 {
	position: absolute;
	z-index: 4;
	top: 189px;
	left: 517px;
}

#navigation {
	position: absolute;
	z-index: 3;
	top: 255px;
	left: 624px;
	width: 165px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#navigation li {
	margin-top: 3px;
}

#content {
	position: absolute;
	z-index: 3;
	top: 190px;
	left: 0px;
	width: 624px;
	padding: 0px
}

.contentbox {
	margin: 0px 0px 5px 0px;
	padding: 20px 0 20px 5px;
	background-color: #DCE8F0;
	/*background-color: #fff;*/
}

.absatz {
	height: 20px;
	clear: both;
}
.nachoben {
	height: 14px;
	clear: both;
	font-size: 11px;
	text-align: right;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.pressebild {
	margin: 0 20px 20px 0;
	float: left;
}

#footer {
	width: 623px;
	margin: 0 0 10px 1px;
	padding: 0;
	font-size: 10px;
	color: #fff;
	text-align: center;
	clear: both;
}


/*   ------ NEU ab Juli 2008 -------- */

.language {
	position: absolute;
	z-index: 800;
	top: 7px;
	left: 360px;
	font-size: 10px;
	color: #fff;
}
.language a, .language a:visited {
border: none;
padding: 5px;
margin: 0;
	color: #fff;
}
.language a:hover, .language a:focus {
	color: #DCE8F0;
}
.language a img {
border: none;
padding: 0;
margin: 0;
}








