@charset "utf-8";
/************************************************
    CSS StyleSheet
    sense-media.de

    Media: Screen

    Copyright (C) 2006, Stephan Gschwendtner
    www.sense-media.de
************************************************/

/* Wichtige Farben
Grau = #3b3e40
Blau = #13007c
Grün = #ADD11E
*/

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #3b3e40;
}

img
{
	border: 0;
}

body
{
	background: url(../images/morph.gif);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom right;
	background-color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/* Mainboxstyle mit einer Weiche speziell
   fuer Explorer 5 Mac */ 

#mainbox
{
	position: absolute;
	top: 40%;
	left: 50%;
	margin: 150px 0px 0px -351px;
	padding: 0px;
	width: 752px;
	height: 452px;
}
/*
   This is a CSS comment where the end-of-comment marker is escaped.
   The following styles are not read by Explorer 5 Mac
   because it thinks they are still part of this comment.
\*/

#mainbox
{
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -211px 0px 0px -351px;
	padding: 0px;
	width: 752px;
	height: 452px;
}
/* Ist noetig, damit der Explorer 5 Mac das Ende des
   vorherigen Kommentars sieht.
*/

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	}

#mainPict
{
	position: absolute;
	left: 1px;
	top: 32px;
}

#smallPict
{
	position: absolute;
	left: 291px;
	top: 330px;
	width: 360px;
	margin: 0px;
	padding: 0px;
}

#foot
{
	position: relative;
	left: 0px;
	top: 421px;
	width: 752px;
	height: 30px;
}

#map
{
	position: absolute;
	left: 330px;
	top: 65px;
}

#menu
{
	position: absolute;
	left: 681px;
	top: 31px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li
{
	text-align: left;
	height: 15px;
	width: 90px;
	display: block;
}

#menu li a
{
	margin: 0px;
	padding: 0px;
}

li img {
	vertical-align: bottom;
}

#subMenu
{
	position: absolute;
	left: 681px;
	bottom: 30px;/* 362px;*/
	width: 90px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#subMenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subMenu li
{
	text-align: left;
	height: 15px;
	width: 90px;
}

#subMenu li a
{
	margin: 0px;
	padding: 0px;
}
/*#menu a:link
{
}
#menu a:hover,
#menu a:active, #menu a.selected
{
}
*/

#maintext
{
	position: absolute;
	left: 291px;
	top: 50px;
	width: 360px;
	margin: 0px;
	padding: 0px;
	color: #3b3e40;
	font-style: normal;
	text-align: left;
}


#maintext a
{
	color: #3b3e40;
	font-weight: 400;
	text-decoration: underline;
	background-color: #FFFFFF;
}

#maintext a:link
{
	font-style: normal;
	color: #72777A;
}

#maintext a:visited,
#maintext a:hover,
#maintext a:active
{
	color: #3b3e40;
}

strong
{
	font-size: 1.0em;
	font-weight: 800;
	line-height: 1.2em;	
}

.text_2
{
	margin-left: 65px;
}

.listText
{
	font-weight: 800;
	width: 65px;
	float: left;
}

