﻿body
{
	margin: 0;
	background-color: white;
	font-family: Arial, Verdana, "DejaVu Sans", "Luxi Sans", Helvetica, sans-serif;
	font-size: 12pt;
}

span.bi { font-style: italic; font-weight: bold; }

A.img:link		{ text-decoration: none; background-color: transparent; }
A.img:visited	{ text-decoration: none; background-color: transparent; }
A.img:hover		{ text-decoration: none; background-color: transparent; }
A.img:active	{ text-decoration: none; background-color: transparent; }


A:link
{
	text-decoration: none;
	color: #0000ff;
}


A:visited
{
	text-decoration: none;
	color: #666666;
}


A:hover
{
	background-color: #336699;
	color: #efefef;
	text-decoration: none;
}


A:active { color: #0000ff; }

span.nobr {	white-space: nobreak; }

img { border: 0; }


h1, h2, h3, h4, h5, h6
{
	color: darkblue;
	font-weight: normal;
}


h1 { font-size: 20pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 14pt; font-style: italic; }


input[type="text"], textarea
{
	border-style: dotted; border-width: 1px;
	border-color: #003366;
}


input[type="text"]:focus, textarea:focus
{
	border-style: solid; border-width: 1px;
	border-color: #003366;
	background-color: #f0faff;
}


p.error
{
	border-width: 1px; border-style: solid; border-color: red;
	background-color: #ffc9c9; color: red;
	text-align: center;
	padding: 10px;
}


p.success
{
	border-width: 1px; border-style: solid; border-color: green;
	background-color: #c9ffc9; color: green;
	text-align: center;
	padding: 10px;
}


/* Kopf der Seite */
div#header_logo
{
	float: right;
	background-color: transparent;
	width: 324px; height: 82px;
	margin-right: 50px;
	margin-bottom: 10px;
}


/* Navigationsmenü im Kopf der Seite */
div#mainmenu
{
	background-image: url(./../images/menubar_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 800px; height: 20px;
	font-size: 10pt;
	padding: 0; margin: 0;
	margin-bottom: 20px;
	text-align: right;
	clear: right; float: right;
	font-size: 10pt;
}

div#mainmenu a
{
	display: block;
	width: 80px; height: 20px;
	float: right; padding-left: 5px; padding-right: 5px;
}


/* Submenüs der Navigation */
div#submenu1
{
	/* display: none; */
	visibility: hidden;
	font-size: 10pt;
	background-color: #99ccee;
	width: 90px;
	text-align: center;
	position: absolute; right: 360px; top: 135px;
	z-index: 9;
}

div#submenu2
{
	/* display: none; */
	visibility: hidden;
	font-size: 10pt;
	background-color: #99ccee;
	width: 90px;
	text-align: center;
	position: absolute; right: 270px; top: 135px;
	z-index: 9;
}

/*
div.submenu3
* {
	display: none;
	font-size: 10pt;
	background-color: #aaccdd;
	width: 100px;
	text-align: center;
	position: absolute; right: 218px; top: 120px;
	z-index: 9;
}
*/

div.menu_item:hover { background-color: #336699; color: silver; }
a.menu_item { width: 100px; }



/* "Körper" des Dokuments mit dynamischem Inhalt (jede Seite) */
div#mainpart
{
	clear: right;
	width: 75%;
	margin-top: 50px;
	margin-left: auto; margin-right: auto;
}

