
/* 

Farben:

Falsch: Dunkelgruen:	rgb(0,135,112)
Richtig: Dunkelgruen:	rgb(6,182,136)
Hellgruen:				rgb(98,180,167)
Rot:					rgb(183,18,52)
Grau:					rgb(100,100,100)

*/

a,
:focus,
img {
	border: none;
	outline: none;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1em;
}

#wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-width: 980px !important;
	min-height: 730px !important;
}

#page {
	position: absolute; 
	width: 970px;
	height: 720px;
	top: 50%; 
	left: 50%; 
	border: 0; 
	padding: 0; 
	margin-top: -360px;
	margin-left: -485px;
	text-align: left;
}

#logo {
	position: absolute; 
	top: 0;
	left: 0;
	width: 355px;
	height: 95px;
	display: block;
	background: rgb(6,182,136) url(../img/logo.gif) center center no-repeat;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

#header {
	position: absolute; 
	top: 0;
	display: block;
	left: 375px;
	width: 595px;
	height: 95px;
	background-color: rgb(6,182,136);
	background-repeat: no-repeat;
	background-position: 17px center;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

#menu_left {
	position: absolute; 
	top: 100px;
	left: 0;
	width: 355px;
	height: 85px;
	overflow: hidden;
}

#menu_right {
	position: absolute; 
	top: 100px;
	left: 375px;
	width: 595px;
	height: 85px;
}

#menu_bottom {
	position: absolute; 
	top: 632px;
	left: 0;
	width: 355px;
	height: 60px;
}

#menu_bottom_bottom {
	position: absolute; 
	top: 711px;
	left: 0;
	width: 355px;
	height: 8px;
}

#menu_bottom_bottom a#lang {
	display: block;
	width: 103px;
	height: 8px;
	background-image: url(../img/lang.gif);
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	float: right;
}

#menu_bottom_bottom a#notice {
	display: block;
	width: 103px;
	height: 8px;
	background-image: url(../img/notice.gif);
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	float: left;
}

#menu_bottom_bottom a#lang.de,
#menu_bottom_bottom a#notice.de {
	background-position: 0 0;
}
#menu_bottom_bottom a#lang.de:hover,
#menu_bottom_bottom a#notice.de:hover,
#menu_bottom_bottom a#notice.de.active {
	background-position: 0 -8px;
}
#menu_bottom_bottom a#lang.en,
#menu_bottom_bottom a#notice.en {
	background-position: -103px 0;
}
#menu_bottom_bottom a#lang.en:hover,
#menu_bottom_bottom a#notice.en:hover,
#menu_bottom_bottom a#notice.en.active {
	background-position: -103px -8px;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

.nav ul li {
	list-style: none;
	margin: 0 0 5px 5px;
	padding: 0;
	display: block;
	float: left;
	width: 115px;
	height: 25px;
	background:red;
}

.nav ul li a {
	display: block;
	width: 115px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}

.nav ul li.first {
	margin: 0 0 5px 0;
}

.nav ul.main li,
.nav ul.main li a {
	background-color: rgb(6,182,136);
}
.nav ul.sub li,
.nav ul.sub li a {
	background-color: rgb(98,180,167);
}
.nav ul.subsub li,
.nav ul.subsub li a {
	background-color: rgb(171,171,171)
}

.nav ul.main li a:hover,
.nav ul.sub li a:hover,
.nav ul.subsub li a:hover,
.nav ul li a.active {
	background-color: rgb(183,18,52);
	background-position: bottom center;
}

#left {
	position: absolute; 
	top: 209px;
	left: 0;
	width: 355px;
	height: 418px;
}

#right {
	position: absolute; 
	display: block;
	top: 209px;
	left: 375px;
	width: 595px;
	height: 478px;
	overflow: auto;
	z-index: 1;
}

#right-pad {
	position: absolute;  
	display: block;
	top: 184px;
	left: 355px;
	width: 645px;
	height: 470px;
	overflow: auto;
	z-index: 1;
}

#right-pad #zitatmaphover,
#right-pad #zitatmap {
	position: absolute;
	display: block;
 	width: 595px;
 	height: 420px;
	margin: 25px 0 0 20px;
}

#right #zitatmaphover,
#right #zitatmap {
	position: absolute;
	display: block;
 	width: 595px;
 	height: 420px;
}

#right-pad span.pad {
	display: block;
	margin-top: 70px;
}

#right-pad .pad span {
	display: block;
	margin: 0 0 0 17px;
}

#left,
#right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: rgb(100,100,100);
}

#right #content {
	width: 505px;
}

#left a,
#right a {
	color: rgb(100,100,100);
}

#left h1,
#right h1,
#left h2,
#right h2 {
	font-weight: bold;
	/* font-family: 'Times New Roman', Times, serif; */
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: rgb(6,182,136);
	margin-top: 0;
}


#left h2,
#right h2 {
	margin-bottom: 4px;
}

#left p,
#right p {
	margin-top: 0;
}

.cal {
	margin-bottom: 2em;
}

.cal h1 {
	color: rgb(183,18,52) !important;
	font-size: 1.7em !important;
	line-height: 1em !important;
	text-transform: uppercase;
	margin-top: 2px;
}

.cal h2 {
	text-transform: uppercase;
	margin-bottom: 0 !important;
}

.cal strong {
	color: rgb(6,182,136);
	display: block;
}

.cal .red {
	color: rgb(183,18,52);
}

.cal .green {
	color: rgb(6,182,136);
}

.tti {
	margin-top: 4px;
}

#zitat {
	width: 355px;
	height: 420px;
	background-repeat: no-repeat;
}



















