/*
// +---------------------------------------------------------------------+
// | Elephants Club Relaunch Juli 2006                                   |
// +---------------------------------------------------------------------+
// | Copyright (c) 2006 present perfect! GmbH - München                  |
// | http://www.presentperfect.de                                        |
// +---------------------------------------------------------------------+
// | Author: Peter Kraume <pk@presentperfect.de>                         |
// +---------------------------------------------------------------------+
// | Globales Stylesheet                                                 |
// +---------------------------------------------------------------------+
*/

body {
	margin: 0px;
	background-color: #F4EDD6;
}

img {
	border: none;
}

.leftnav-item {
	height: 25px;
	width: 166px;
}

.leftnav-item-active {
	height: 25px;
	width: 166px;
	background-image: url(/fileadmin/images/leftnav-item.gif);
	background-repeat: no-repeat;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
}

#logo {
	position: absolute;
	top: 16px;
	left: 7px;
	width: 101px;
	height: 131px;
	overflow: hidden;
}

#claim {
	position: absolute;
	top: 29px;
	left: 118px;
	width: 104px;
	height: 42px;
	overflow: hidden;
}

#header-bg1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 261px;
	height: 157px;
	overflow: hidden;
	background-color: #EDDCB2;
}

#header-bg2 {
	position: absolute;
	top: 0px;
	left: 261px;
	width: 743px;
	height: 24px;
	overflow: hidden;
	background-color: #EDDCB2;
}

#b1 {
	position: absolute;
	top: 82px;
	left: 0px;
	width: 7px;
	height: 52px;
	overflow: hidden;
	background-color: #C72A3E;
}

#b2 {
	position: absolute;
	top: 134px;
	left: 0px;
	width: 7px;
	height: 13px;
	overflow: hidden;
	background-color: #DD8474;
}

#header-img {
	position: absolute;
	top: 11px;
	left: 292px;
	width: 712px;
	height: 132px;
	overflow: hidden;
}

#topnav {
	position: absolute;
	top: 82px;
	left: 108px;
	width: auto;
	height: 18px;
	overflow: hidden;
	background-color: #C72A3E;
	padding: 17px;
}

#b3 {
	position: absolute;
	top: 134px;
	left: 115px;
	width: 579px;
	height: 13px;
	overflow: hidden;
	background-color: #DD8474;
}

#spacer {
	position: absolute;
	left: 0px;
	top: 157px;
	width: 1004px;
	height: 2px;
	border-bottom: 1px solid #EDDCB2;
	background-color: #FFFFFF;
	overflow: hidden;
}

#leftnav-container {
	position: absolute;
	top: 180px;
	left: 15px;
	width: 148px;
	height: 385px;
	background-color: #FAF6EB;
	border: 1px solid #EDDCB2;
}

#leftnav {
	position: absolute;
	top: 201px;
	left: 30px;
	width: auto;
	height: auto;
}

#leftnav-spacer {
	position: absolute;
	top: 311px;
	left: 10px;
	width: 129px;
	height: 1px;
	overflow: hidden;
	background-color: #8E8C86;
}

#metanav {
	position: absolute;
	top: 317px;
	left: 14px;
	width: 120px;
	height: 65px;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 180px;
	left: 195px;
	width: 552px;
	height: 345px;
	overflow: auto;
	background-color: #FAF6EB;
	border: 1px solid #EDDCB2;
	padding: 20px;
}

#content a {
	color: #000000;
}

#content a:hover {
	color: #C72A3E;
}

#watermark {
	position: absolute;
	top: 214px;
	left: 789px;
	width: 146px;
	height: 323px;
	overflow: hidden;
	background-image: url(/fileadmin/images/watermark.gif);
}

#footer {
	position: absolute;
	top: 586px;
	left: 0px;
	width: 1004px;
	height: 18px;
	overflow: hidden;
	background-color: #EDDCB2;
	text-align: center;
}