/* DATEI: formate.css */

/* Schriftart*/
h2,h3,h4,p,div,td,th,b,i,a { color:black; font-family:Arial,sans-serif }

/* Schriftgröße in Abhängigkeit von Benutzerauswahl */
/* h1{ font-size:big }/*
/* h2{ font-size:medium }/*
/* h3,h4,p,ul,ol,li,div,td,th,address,blockquote,a#email { font-size:small }/*
/* a      { font-size:x-small }/*
/* div.fuss a, *.link2 { font-size:xx-small }/*

/* alternativ: feste Schriftgröße, für alle Benutzer gleich */
h1{ font-size:24pt }
h2{ font-size:14pt }
h2.extra{ font-size:16pt }
h3, h4, p,ul,ol,li,div,td,th,address,blockquote,a#email {
	font-size:10pt;
}
h6  { font-size:8pt }
a      { font-size:9pt }
div.fuss, a,*.link2,td.on { font-size:9pt }
div.fuss1 { font-size:9pt }
*.fuss2 { font-size:8pt }

/* sonstige Schrifteigenschaften: Fett, Kursiv, Farbe, Blocksatz ... */
h1,h2,h3,h4 { font-weight:bold}
h6 { font-weight:normal}
h4 { font-style:italic}
a { text-decoration:none; color:rgb(79,88,140) }
a:hover { color:rgb(245,245,220) }
a:active {
	color:rgb(245,245,220);
}
p {text-align:justify }
a.fragen,a.antwort {font-weight:bold; font-size:10pt; margin-bottom:0pt }
a.fragen { color:black; cursor:help }
a.antwort {
	color:rgb(79,88,140);
	cursor:help;
	text-align: center;
}
ul { list-style-type:circle }

/* Abstand vor und nach */
h2 { margin-top:18pt; margin-bottom:6pt }
h2.extra {
	margin-top:6pt;
	margin-bottom:12pt;
	text-align: left;
}
h3 { margin-top:6pt; margin-bottom:3pt }
h6 { margin-top:3pt; margin-bottom:3pt }
p  {
	margin-top:3pt;
	margin-bottom:6pt;
	text-align: left;
}
ul { margin-top:3pt; margin-bottom:0pt }

p.1 { margin-left:18mm; margin-top:3pt }
p.2 { margin-left:36mm; margin-top:3pt }
p.3 { margin-left:54mm; margin-top:3pt }

li { margin-bottom:6pt }

/*abstand der bilder zum menü default.html*/
#o_bildabstand{
	padding-top:15px;
}

/* Zwischenlinien*/
hr { color:rgb(245,245,220)}

/* Link-Menü */
*.offsitemap{background-color:#342f31; color:#F1BF7F; font-weight:bold}
*.on { background-color:rgb(79,88,140); color:rgb(245,245,220); font-weight:bold }
*.off { background-color:rgb(79,88,140)}
*.link2 {color:#F1BF7F; font-weight:bold; white-space:nowrap; text-align:center;
         padding-left:2px; padding-right:2px; text-decoration:none }
td.on {color:rgb(245,245,220); font-weight:bold; white-space:nowrap;
        text-align:center; padding-left:2px; padding-right:2px; text-decoration:none }

/* Fußzeile */
*.fuss  { text-align:center; margin-bottom:18pt; margin-top:9pt; color:rgb(79,88,140)}
*.fuss1 { text-align:center; margin-bottom:3pt; color:rgb(79,88,140)}
*.fuss2 { text-align:center; margin-bottom:9pt; margin-top:9pt; color:rgb(79,88,140)}

/* Textfluss um Bilder rechts o. links und Rand oben - rechts - unten - links */
img.left   { float:left; margin:  15px 10px 10px 0px}
img.lefto  { float:left; margin:   5px 10px 10px 0px}
img.right  { float:right; margin: 15px 0px 10px 10px}
img.righto { float:right; margin: 5px 0px 10px 10px}

/* Anzeige von Rahmen zu Layout-Zwecken
bei Bedarf Border auf 1px setzen statt 0px */
*.layout_grey   { border:0px dotted gray}
*.layout_yellow { border:0px dotted yellow}
*.layout_black  { border:0px dotted black}
*.layout_blue   { border:0px dotted blue}
*.layout_green  { border:0px dotted green}
/*

*.layout_grey   { border:1px dotted gray}
*.layout_yellow { border:1px dotted yellow}
*.layout_black  { border:1px dotted black}
*.layout_blue   { border:1px dotted blue}
*.layout_green  { border:1px dotted green}
*/



/* sichtbare Tabellen */
*.tab1 { text-align:center}
*.tab3 { background-color:rgb(52,47,49); border:1px solid rgb(245,245,220); font-weight:bold }
*.tab2 { background-color:rgb(79,88,140); border:1px solid rgb(245,245,220); font-weight:bold }
*.tabtext2 { font-weight:bold }
*.tabtext3 { color:rgb(245,245,220) }
*.tabtext1 { color:rgb(245,245,220); padding-top:12pt; padding-bottom:12pt }

.testenlink{
	background:url(img/testen.jpg) no-repeat;
	margin:0;
	padding-left:20px;
}

#enter{
	background:url(img/enter.gif) left no-repeat;
	width:490px;
	height:270px;
	margin: 0 auto;
	margin-top:40px;
	
}

#testbutton{
	float:right;
	margin-top:3px;
	margin-right:3px;
}



