body {
	background-color: #FFF3D4;
	margin: 0px;
	padding: 0px;
	color: #663700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}
#maintab {
	height: 100%;
	width: 100%;
	border: 0px;
}

#galerie_img {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
}

#red a {
	color:#0066CC;
}

a.menu {
	color: #663700;
	text-decoration: none;
}

a.menu:hover {
	color: #663700;
	text-decoration: underline;
}

.txt0 {
	text-align:justify;
	text-indent:10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
ul#normal {
	list-style-type:circle;
}

.table1 {
	border: 1px dotted #663700;	
}

