/* global font definition */
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #1F2F3F;
}

/* Elements - Body */

BODY {
	background-image: url(../images/background/bg_body.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

/* Elements - Anchors */

A {
	color: #FFFFFF;
	letter-spacing: 0px;
	font-size: 13px;
	text-decoration: none;
}

A:hover {
	color: #EFC773;
	text-decoration: none;
}

A.active {
	color: #EFC773;
	text-decoration: none;
}

#navigation A {
	display: block;
	width: 175px;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 34px;
	margin: 0;
	line-height: 24px;
	background-image: url(../images/background/bg_navi.gif);
	background-repeat: no-repeat;
	float: left;
}

#navigation A:hover {
	color: #EFC773;
	background-image: url(../images/background/bg_navi_o.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#navigation A.active {
	color: #EFC773;
	background-image: url(../images/background/bg_navi_o.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

#navigation A.sub {
	font-size: 14px;
	line-height: 18px;
	width: 156px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: none;
	margin: 0 0 0 40px;
	padding: 0 0 0 13px;
	background-image: url(../images/background/bg_subnavi.gif);
	background-repeat: no-repeat;
}
#navigation A.sub:hover {
	color: #EFC773;
	text-decoration: none;
	background-image: url(../images/background/bg_subnavi_o.gif);
	background-repeat: no-repeat;
}

#navigation A.subactive {
	font-size: 14px;
	line-height: 18px;
	width: 156px;
	color: #EFC773;
	margin: 0 0 0 40px;
	padding: 0 0 0 13px;
	text-decoration: none;
	background-image: url(../images/background/bg_subnavi_o.gif);
	background-repeat: no-repeat;
}

#content A {
	color: #6D94A8;
	text-decoration: underline;
}

#content A:hover {
	color: #EFC773;
	text-decoration: underline;
}

A.button {
	color: #000000;
	padding: 3px 5px;
	background-color: #D8E3EB;
	border: 1px solid #999999;
}

A.button:hover {
	color: #FFFFFF;
	padding: 3px 5px;
	background-color: #8BADC5;
	border: 1px solid #777777;
}

/* Elements - Images */

IMG {
	border: 0px;
}

#content_rundgang IMG {
	margin: 6px 20px 0 0;
}


/* Elements - Headers */

H1 {
	color: #1F2F3F;
	font-size: 16px;
	margin: 5px 0px 15px 0px;
}

H2 {
	color: #1F2F3F;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}

H3 {
	color: #5588AA;
	font-size: 15px;
	margin: 5px 0px 10px 0px;
}

/* Elements - Tables */

td.aktuell {
	padding-bottom: 8px;
}

/* Elements - Forms */

FORM {
	margin: 0;
}

INPUT {
	color: #000000;
	width: 180px;
	border: 1px solid #999999;
}

TEXTAREA {
	color: #000000;
	width: 180px;
	height: 70px;
	border: 1px solid #999999;
	margin: 0 0 5px 0;
}

.senden {
	color: #000000;
	width: 182px;
	border: 1px solid #999999;
	cursor: pointer;
}
.senden:hover {
	color: #000000;
	width: 182px;
	background-color: #888888;
	border: 1px solid #999999;
	cursor: pointer;
}

/* Elements - Paragaphs */

P {
	margin: 0 0 20px 0;
	padding: 0;
}

UL {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: disc;
}	

HR {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 0;
	height: 1px;
	margin: 7px 0;
}

/* Elements - Spans */

SPAN.copy {
	color: #F8D2D2;
	padding: 0 20px 0 0;
}

SPAN.zeitung {
	font-family: Georgia, "Times New Roman", Times, serif;
}

SPAN.text_klein {
	font-size: 11px;
}


/* Elements DIV's */

/* Misc Elements */

/* ID's */

#main {
	position: relative;
	top: 90px;
	left: 0px;
	width: 1000px;
	height: 510px;
	text-align: left;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 130px;
	padding: 0;
	z-index: 2
}

#navigation {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 240px;
	height: 290px;
	padding: 10px 0 0 10px;
	text-align: left;
	z-index: 2;
}

#content {
	position: absolute;
	top: 0px;
	left: 250px;
	width: 700px;
	height: 450px;
	padding: 25px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	overflow: auto;
	z-index: 5;
}

#content_rundgang {
	position: absolute;
	top: 0px;
	left: 250px;
	width: 700px;
	height: 450px;
	padding: 25px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	overflow: auto;
	z-index: 5;
}

#plan {
	position: absolute;
	top: 0px;
	left: 600px;
	width: 400px;
	height: 500px;
	text-align: right;
	z-index: 6;
}

#footer {
	position: absolute;
	top: 525px;
	left: 18px;
	width: 1000px;
	height: 30px;
	color: #C3D9E5;
	text-align: left;
	z-index: 4;
}

#copy {
	position: absolute;
	top: 480px;
	left: 18px;
	width: 150px;
	height: 30px;
	text-align: left;
	color: #6D94A8;
	font-size: 12px;
	z-index: 5;
}

