html {
 margin: 0;
 padding: 0 }
/* basic rules for body, individual IDs will only have variations from these rules */
body {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
	background-color: #FFFFCC;
	margin: 0;
	padding: 0;
	font-size: 101%;
}
/* element tags */
img {
	border: 0;
	margin-right: 15px;
}
h1 {
 color: #66c;
 font-size: 2em;
 line-height: 1.25em;
 margin-top: 0;
 margin-bottom: 0 }


h2 {
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid navy;
}

h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0.6em
}

h4 {
 font-size: 0.9em;
 margin-top: 0.9em;
 margin-bottom: 0.25em} 
 
p {
	margin-top: 0em;
	margin-bottom: 0.7em;
	font-size: 0.9em;
	line-height: 1.2em;
}

td p {
	margin-top: 0;
	margin-bottom: 0em;
}

tr  {
	vertical-align: top;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul, ol {
	margin-top: 0.33em;
	margin-bottom: 0.8em;
	margin-left: 0.5em;
	padding-left: 1em;
	list-style-type: square;
	font-size: 0.9em;
}

ol ul, ul ul {
 color: black;
 font-weight: normal;
 list-style-type: none;
 margin-bottom: 0;
 margin-left: 0;
 padding-left: 1em }
 
li {
	margin-bottom: 0.4em
}

a:link {
 color: #D32E3F;
 font-weight: bold;
 text-decoration: none }
a:visited {
 color: #8b0000;
 font-weight: bold;
 text-decoration: none }
a:hover {
 color: #66c;
 text-decoration: none}
#footer a {
 color: gray;
 font-weight: normal }
#footer a:hover {
 color: #66c;
 font-weight: normal;
 text-decoration: none }
strong {
 font-weight: bold }
/* rules for IDs */

#footer {
 color: gray;
 font-size: x-small;
 line-height: 1.2em;
 background-color: white;
 display: block;
 margin: 0;
 padding: 1em 0;
 z-index: 2;
 border-top: 3px double silver }


#content {
	margin-top: 10px;
	margin-left: 10px;
/*	padding-right: 5em;*/
	padding-bottom: 5em;
/*	margin-right: 20px;*/
	float: left;
	width: 95%;
}

#adam {
	text-align: left;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
	float: right;
	padding-left: 20px;
}
#bill {
	float: left;
	padding-right: 10px;
	margin-bottom: 0.6em;
	width: 343px;
}


#Sub {
	font-size: 1.1em;
	color: #8b0000;
}

#Sub a:visited {
 color: #D32E3F; }

#Sub a:hover {
 color: #66c; }
 
#back {
 width: 10em;
 float: left }
 
#next {
 text-align: right;
 width: 10em;
 float: right }
 
 #logo {
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	padding-left: 20px;
}

#navmenu   {
	padding-left: 20px;
	margin: 10px;
}

#navmenu ul  {
	list-style-type: none;
	width: auto;
	font-size: 0.9em;
	padding-top: 0em;
	padding-right: 0.1em;
	padding-bottom: 0.5em;
	padding-left: 0.1em;
	margin: 0;
}
#navmenu a:link, #navmenu a:visited {
 color: gray;
 padding: 0.1em 0.5em; }

#navmenu a:hover {
 color: #0033CC; }
 
#Titel {
	font-size: 1.8em;
	color: #8b0000;
	margin-top: 10px;
	float: left;
	height: 90px;
	padding-top: 20px;
}
#Titel a:visited {
 color: #D32E3F; }
 
#inTitel {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	padding-right: 15px;
}

#Titel_2 {
	font-size: 1.2em;
	color: #8b0000;
	margin-top: 10px;
	float: left;
	height: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.Text_bold {
	font-weight: bold;
}
.Text_ind {
	margin-left: 1.5em;
}

.Text_norm {

	margin-left: 0em;
	margin-top: 0em;
	font-size: 0.7em;
	margin-bottom: 0.8em;
	line-height: 1.2em;
}

.pic {
	position: relative;
	float: left;
}
