TABLE.TBBorder {
	border : 1px solid #000000;
}

.button_braun {
	color : #000000;
	background : #C8A07D;
	font-family : Comic Sans MS;
	font-size : 14px;
	font-style : normal;
	line-height : normal;
}


.button_schwarz {
	color : #C8A07D;
	background : #000000;
	font-family : Comic Sans MS;
	font-size : 14px;
	font-style : normal;
	line-height : normal;
}


.content {

	padding : 0 0 0 0;
	margin : 0 0 0 0;
	color : #000000;
	font-family : Comic Sans MS;
	font-size : 14px;
	font-style : normal;
	line-height : normal;
	text-align : justify;
}

.content A {
	font-size : 14px;
	color : #000000;
	text-decoration : none;
}

.content A:HOVER {
	font-size : 14px;
	text-decoration : underline;
}

.content  .Error {

	padding : 0 0 0 0;
	margin : 0 0 0 0;
	color : #2B3B93;
	background-color : #FFF09F;
	font-family : Comic Sans MS;
	font-size : 16px;
	font-style : normal;
	line-height : normal;
}

.nav {

	padding : 0 0 0 0;
	margin : 0 0 0 0;
	color : #000000;
	font-family : Comic Sans MS;
	font-size : 14px;
	font-style : normal;
	line-height : normal;
	text-align : justify;
}

.nav A {
	font-size : 14px;
	color : #000000;
	text-decoration : none;
}

.nav A:HOVER {
	font-size : 14px;
	text-decoration : underline;
}

.bilder {
  float: left;
  width: 110px;
  height: 170px;
  margin: 0px 0px;
  padding: 5px;
  border : 2px ridge #C8A07D;
  text-align: center;
  }

.bilder img {
  max-height: 155px;
 	max-width: 100px;
	width: expression(this.width > 85 && (this.width/this.height) > (85/135) ? 85 : true); 
	height: expression(this.height > 135 && (this.width/this.height) <= (85/135) ? 135 : true); 
  border: none;
  }

.bilder p {
  font-size: 14px;
  }

 BODY { 
     scrollbar-arrow-color:#C8A07D; 
     scrollbar-base-color:#C8A07D; 
     scrollbar-face-color:#00000; 
     scrollbar-highlight-color:#00000; 
     scrollbar-shadow-color : #C8A07D; 
 } 
 