body {
	background-color: #D8D6A7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C; 
	margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
   margin-bottom: 15px; 
}

html { 
min-height:100%; 
margin-bottom:1px; 
}

hr.brunnen {
	width: 85%;
	color: #971D13;
	margin-top: 10px;
	margin-bottom: 10px;
	
	}

div.body {
	width: 750px;
	/*border: 2px solid #111A39;*/
	background-color: White;
}

div.header {
	width: 750px;
	border-bottom: 1px solid #1D1A42;
}



div.main {
	width: 750px;
	vertical-align: top;
	
}

div.textmenu {
	width: 750px;
	background-color: #CFCFE6;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #1D1A42;
}

span.photocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2C2C2C;
}

td.sideborder {
	width: 150px;
	border-right: 1px solid #1D1A42;
	padding: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C2C2C;
	background-color: #E2E3EB;
	background-image: url(../images/new_bkgd.gif);
}

span.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #863331;
	padding-top: 18px;
	padding-bottom: 18px;
}

span.br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C2C2C;

}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #424475;
	margin-top: 25px;
	margin-bottom: 2px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #971D13;
	margin-top: 5px;
	margin-bottom: 2px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #971D13;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C;
}

span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C;
}

div.rule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F2C87;
	padding: 8px;
}

div.bottomcredits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3F3E46;
}

input {
	color: #1F3D69;
	background-color: #E5EBF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	
}

textarea {
	color: #1F3D69;
	background-color: #E5EBF7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C;
}


ul.body {
	padding-top: 2px;
	margin-top: 2px;
}

a:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #171070; 
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #171070; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #863331;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #863331;
	text-decoration: none;
	font-weight: bold;
}

a:link.credits {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #777AB8;
	text-decoration: none;
	font-weight: bold;
}

a:visited.credits {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #777AB8; 
	text-decoration: none;
	font-weight: bold;
}

a:hover.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #971D13;
	text-decoration: none;
	font-weight: bold;
}
a:active.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #971D13;
	text-decoration: underline;
	font-weight: bold;
}

/* menu system */


#menu {
padding:0; 
margin:0; 
width:0;
}

#menu li {
list-style-type:none; 
width:0px; 
height:20px; 
margin: 8px 3px; 
clear:both;
}

#menu a, #menu a:visited {
position:relative; 
display:block; width:120px; 
height:18px; border:1px solid #000; 
background-color:#EDE29A; 
color:#000; padding-left:0px; 
text-decoration:none;
}

#menu a span, #menu a:visited span {
display:none;
}

#menu a:hover {
color:#fff; 
background-color:#8C8EAD; 
border:1px solid #000; 
text-decoration:none;
}

#menu a:hover span {
position:absolute; 
display:block; left:130px; 
top:0; width:0px; height:0px; 
border-left:8px solid #971D13; border-top:
8px solid #CFCFE6; border-bottom:8px solid #CFCFE6; 
font-size:1px; 
line-height:0;
}

* html #menu a:hover span {
width:8px; 
height:16px; 
w\idth:0; 
he\ight:0;}
