html {height: 101%}
/* RAND */
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
body { margin-top:10px; margin-bottom:10px; }


/* NORMALER TEXT  ev. font-family:normal; */
p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-family:Helvetica,Arial,sans-serif;}

/*normal oder Arial,sans-serif; */

p,ul,ol,li,div,td,th,nobr,b,i { font-size:10pt; }


/* TITEL H1 */
h1 { font-size:18pt; }


/* TITEL H2 */
h2 { font-size:16pt; }


/* TITEL H2 - ZUSATZ */
h2.sh2 { font-size:10pt; }


/* TITEL H3 */
h3 { font-size:12pt; }


/* TITEL H4 */
h4 { font-size:11pt;}

/*Aktuell Text*/
div.akt {color:#FFFFFF}


/* LINKS */

a:link { color:#000099; text-decoration:underline; }
a:visited { color:#551A8B; text-decoration:underline; }
a:active { color:#0000FF; text-decoration:underline; }
a:hover { color:#000000; text-decoration:underline; }

/* LINKS - ZUSATZ site */
a.site:link { color:#000066; text-decoration:none; }
a.site:visited { color:#CC0066; text-decoration:none; }
a.site:active { color:#000000; text-decoration:underline; }
a.site:hover { color:#6699FF; text-decoration:underline; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */


a.an { text-decoration:none; }

/* ADRESS TEXT */
address {font-size: 8pt; font-style:normal;}

/* farbe normale praeformatierte Bereiche, nicht fuer Quelltexte */
pre.normal { color:#000000; }

/*Fragen Formular*/
#formular {
	width: 525px;
	background-color: #D5D5D5;
	border: 1px solid #909090;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

  iframe.code {
	height: 50px;
  
  }
 
 
 *+html iframe.code {width: 122px; height: 60px;}
 * html iframe.code {width: 122px; height: 60px;}
 
 textarea.fragen {margin-top: 15px;}
 
 table.tabelle-start {
	border: 1px solid #8E8E8E;
	padding: 8px;
}

  iframe.code {
	height: 50px;
  
  }
 
 
 *+html iframe.code {width: 122px; height: 60px;}
 * html iframe.code {width: 122px; height: 60px;}

