body { 	font-size:10pt;
		font-family:verdana;	 
		margin-top:10px; 
		font-family: verdana, arial;
		background-color: #F5F5F5;
		color:#000000;
	}

table { font-size:10pt; }	
	
input { border:1px solid #BBBBBB; 
	margin: 2px;
	padding: 2px; }

.content { 	width:600px;
		margin:5px;
		padding:5px;
		text-align:center;
		vertical-align:middle;
}

.contentbgcolor { background-color:#E39468; }

.ipDo { color:#888800; font-size:8pt; font-family:arial; }
.ipDo:link { color:#888800;  font-weight:bold; }
.ipDo:visited { color:#888800; }
.ipDo:hover { color:#888800; }
.ipDo:active { color:#888800;  }

.ipError { color:#FF0000; font-size:8pt; font-family:arial; }
.ipError:link { color:#FF0000;  font-weight:bold;}
.ipError:visited { color:#FF0000; }
.ipError:hover { color:#FF0000; }
.ipError:active { color:#FF0000;  }

.ipInfo { color:#AA0000; font-size:8pt; font-family:arial; }
.ipInfo:link { color:#AA0000;  font-weight:bold;}
.ipInfo:visited { color:#AA0000; }
.ipInfo:hover { color:#AA0000; }
.ipInfo:active { color:#AA0000;  }

.ipMessage { color:#888800; font-size:8pt; font-family:arial; }
.ipMessage:link { color:#888800;  font-weight:bold; }
.ipMessage:visited { color:#888800; }
.ipMessage:hover { color:#888800; }
.ipMessage:active { color:#888800;  }
	
.input.textarea { border-top:1px solid #BBBBBB; 
	margin: 2px;
	padding: 2px; }


#Hscroll {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:3px;
	margin-right:0px;
	/* margin-left:auto; */
	border:0px;
	/* border:1px; border-color:#ff0000; border-style:solid; */
	padding:0px;

	overflow:auto;
	width:600px;
	height:136px;			/* Bug for IE5/Mac only, overriden for everybody else */
	
	white-space:nowrap;		/* Problem: IE5.0/Win doesn't know this */
	}

table.PhotoStreifen {
	margin:0px;
	border:0px;
	/* border:1px; border-color:#ff0000; border-style:solid; */
	padding:0px;
	
	width:160px;
	
	border-collapse:collapse; /* ersetzt HTML-Befehl cellspacing */
	}

table.PhotoStreifen td {
	margin:0px;
	border:0px;
	padding:0px 1px 0px 1px;
	
	background-color:#000000;

	text-align:center;
	color:#ffffff;
	}

div.PhotoStreifenPhoto {
	width:160px;
	overflow:hidden;
	}


a:link, a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF; 
/* color: #df7c45; */
	text-decoration: none;
	font-weight: bold;
}


.contenttitle {
	height: 30px;

	color: #00a18b;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.noBorder {
	border:none;
}

.button {
  height:22px;
  width:*;
}

h2 { font-size: 10pt; }
