body {
	background-color : #E1E3E4;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 1.5;
	/* text-align:center; */
}

img { 
	border: 0px; 
	/* for Netscape */
	border-color: #E1E3E4;
	background-color : #E1E3E4;
	color: #E1E3E4;
}

fieldset {
	border: 0px; 
}

#menu{
	margin: 0px auto;
	width : 790px;
	padding : 25px 25px 0px 25px;
	text-align:left;
}

#main{
	margin: 0px auto;
	width : 790px;
	padding : 10px 25px 0px 25px;
	text-align:left;
}

#footer{
	margin: 0px auto;
	width : 790px;
	padding : 25px 25px 25px 25px;
	text-align:left;
}

h1 {
	background : #808386;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight: bold;
	font-variant : small-caps;
	padding: 3px;
}

h2 {
	background-color : #E1E3E4;
	color : #808386;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-variant : small-caps;
	letter-spacing: 5px;
	border-top: 1px dotted;
	padding-top: 20px;
	}
	
td.seitenzahl {
	background-color : #D3D4D6;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: center;
}

td.seitenzahlfehler {
	background-color : #D3D4D6;
	color : #A52A2A;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: center;
}
		
code {
	background-color : White;
	color : Black;
	font-family : monospace;
	font-size : 11px;
}

p {
	line-height: 150%;
}

p.menu {
	background-color : #E1E3E4;
	color : #ADB0B3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-top : 10px;
}

p.foot {
	background-color : #E1E3E4;
	color : #ADB0B3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-top : 1px solid #808386;
	padding-top : 10px;
}

pre.listing {
	background-color : White;
	color : Black;
	font-family : monospace;
	font-size : 11px;
	border : 1px solid #808386;
	padding : 10px
}

a:link, a:visited, a:active {
	color : #808386;
}

a:hover {
	background-color : #808386;
	color : White;
}

ul { line-height: 150%; }

th{
	background-color : #ADB0B3;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

td{
	background-color : #D3D4D6;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

img.paw {
	margin-right: 2px;
	margin-bottom: 2px;
}

input, select, option {
	background-color : #D3D4D6;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	border-color: #ADB0B3;
}

input.rb {
	background-color : #E1E3E4;
}
