/* ------------------------------------ standardformate ------------------------------------------------- */

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	background-color : #00000;
	background-image : url(images/backgr2.gif);
	background-repeat : repeat-y;
	margin : auto;
	padding: 20px;
}

H1 {
	font-size: 1.6em;
	margin-bottom: 5px;
	margin-top: 0px;
}

H2 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 30px;
}

H3 {
	font-size: 1.0em;
	margin-top: 20px;
	margin-bottom:10px;
}

p {
	margin-left:20px;
	margin-right:20px;
}

.subhead {
	font-style:italic;
}

img {
	border-style: none;
}


/* --------------------------------- navigationstabelle -------------------------------------------------*/
/*  zelle für navigationstabelle in table "main"  */
#tdnav {
	vertical-align:top;
}

/*  Navigation  */

.navtab { 		/* Navigationstabeller */
	margin-top:10px;
	border-top : medium groove Silver;
}

.navtdakt {	/* Zelle mit aktivem Link in Navtab*/
	padding-top:10px;
	padding-bottom:10px;
	background-color : White;
}

.navtd {		 /*normale Zelle in Navtab*/
	padding-top:10px;
	padding-bottom:10px;
}

/*  links */

.navaktlink {
	color : Black;
}
.navlink{			/* Links in Navigationstabeller */
	color : Gray;
}

a.navlink:hover {color : Black}
a.navlink:focus {color : Black}
/* --------------------------------- Contentformat -------------------------------------------------*/
#main {  			/* Tabelle mit Navigation und Content*/
	margin-bottom:20px;
}

#header {			/* Headertabelle */
	width:90%;
	vertical-align:top;
}

#adr {  									 /* Format für Adresse in Kopfzeile */
	 font-family:'Courier New',Courier,mono; 
	 font-size:0.85em;
	 margin-top:0px; 
	 margin-bottom:0px
}

.tdcontent {
	/* Zelle mit Content in Tabelle main */
	font-size : 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	background-color : White;
	/*border : medium groove Silver; */
	padding-left: 50px;
	padding-right: 50px;
	min-width: 600px;
	max-width: 850px;
}

.content {				/* Content Tabelle in Tabelle main */
	margin-bottom: 40px;
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 10px;
}

.leftcol {				/*  linke td in Content Tabelle*/
	font-style: italic;
	vertical-align:top;
	text-align:left;
	padding-right:10px;
}

.iimg  {
	text-align:left;
	vertical-align:middle;
}	