/* screen.css - fuer die Bildschirmdarstellung */
body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	color: black;
	font-size: 10pt;
	background-color: #5f5f5f;
}
small.anfahrt {
	font-size: 0.5em;
	}
a#mnactive {
	color: white;
}
a#tnactive {
	color: white;
}
a#snactive {
	color: white;
}

img#rightpic {
	width: 326px;
}

div.content {
	position: absolute;
	z-index: 5;
	margin: 0 0 0 0;
	width: 980px;
	height: 600px;
	top: 0px;
	left: 0px;
}

div.gray {
	margin: 0 0 0 0;
	width: 980px;
	height: 70px;
	background-image: url(../images/gray.jpg);
	background-repeat: repeat-x;
}

div.title {
	margin: 0 0 0 0;
	width: 975px;
	height: 95px;
	background-image: url(../images/titlered.jpg);
	background-repeat: no-repeat;
	padding-right: 5px;
}
div.title table{
	margin-top: 15px;	
	float: right;
}
div.title a:link, div.title a:visited {
	color: #403836;
	text-decoration: none;
	display: inline-block;
	margin: 8px 5px 0px 5px;
	
}
div.title a:hover, div.title a:focus, div.title a:active {
	color: silver;	
}

div.menu {
	margin: 0 0 0 0;
	width: 975px;
	height: 35px;
	background-image: url(../images/menubar.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 5px;
}
div.menu a:link, div.menu a:visited {
	color: #403836;
	text-decoration: none;
	display: inline-block;
	margin: 8px 5px 0px 5px;
	
}
div.menu a:hover, div.menu a:focus, div.menu a:active {
	color: silver;	
}

div.submenu {
	position: absolute;
	z-index: 10;
	width: 326px;
	height: 155px;
	right: 0px;
	top: 185px;
	padding-top: 15px;
	visibility: hidden;
}
div.submenu a:link, div.submenu a:visited {
	color: #403836;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 8px 5px 0px 5px;
}
div.submenu a:hover, div.submenu a:focus, div.submenu a:active {
	color: silver;
}

div.picbar {
	margin: 0 0 0 0;
	width: 980px;
	height: 165px;
}

div.main {
	margin: 0 0 0 0;
	width: 980px;
	height: 165px;
	background-image: url(../images/bottomred.jpg);
	background-repeat: no-repeat;
}
div.main div.address {
	font-family: Arial, sans-serif;
	color: white;
	font-size: 8pt;
	padding: 8px 0 0 10px;
	float: left;
}

div.textfield {
	position: absolute;
	z-index: 10;
	left: 350px;
	top: 380px;
	width: 620px;
	height: 195px;
	background-image: url(../images/textback.jpg);
	background-repeat: repeat;
	overflow: auto;
	padding: 5px;
}
div.textfield h1 {
	font-size: 1.3em;
	color: #403836;
	margin: 0 0 0.4em 0;
}
div.textfield h2 {
	font-size: 1.1em;
	color: #403836;
	margin: 0 0 0.3em 0;
}
div.textfield p {
	font-size: 0.9em;
	color: #403836;
	margin: 0 0 0.4em 0;
}

a.textlink:link, a.textlink:visited {
	color: #a6131d;
}
a.textlink:hover, a.textlink:focus, a.textlink:active {
	font-weight: bold;
}
