
h1 { color: #630; font-family: "Times New Roman", Georgia, Times }
h2 { color: #630; font-family: "Times New Roman", Georgia, Times }
body {
	color: #330000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif; 
	font-style: normal;
	max-width: 950px;
}

#container {	
	max-width: 950px;
  width: expression(document.body.clientWidth > 950? "950px" : "auto"); 
}

a:link {  color: #330000; text-decoration: none; border-style: none}
a:visited { color: #330000; text-decoration: none; }
a:hover, a:focus {
  color: #ba7c38;  
  text-decoration: underline; 
  xbackground-color: #FFCC99; 
}
a:active { color: #330000; text-decoration: none; }

.text   { color: #330000; font-size: 18px; font-family: "Times New Roman", Times, serif; margin: 0px; padding-top: 5px; padding-bottom: 5px }
.helv-schmal  { font-weight: bold; font-family: "Arial Narrow", "Helvetica Condensed", "Helvetica Narrow" }
.gruen  { color: #59751f }
.eingerueckt { margin-left: 20px }
.klein { font-size: 12px }
.float-right  { float: right; margin: 0px 0px 10px 10px }
.float-left  { float: left; margin-right: 10px; margin-bottom: 10px; padding-right: 10px; padding-bottom: 10px }
.bild {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #300 }

.bild a:hover {
  background-color: none;
}

.clear {
  clear: both;
}
