html { 
	padding:0px;
	margin:0px;
}

body {
	background-color: #dccfbf;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#564b47;  
	text-align:center;
	margin:0px;
	padding:0px;
}

img {border:0px;}

table,tr,td {
	vertical-align: top; 
}

td.pictext {
	vertical-align: top; 
}


ul {
	margin-top: 0px;
	margin-bottom:10px;
}

li {
	list-style-type: circle; 
	margin-left: -20px;
	line-height:15px;
	margin-top: 1px;
	margin-bottom: 1px;
}

ul.ulnav {
	margin-top: -18px;
	margin-bottom:5px;
}

li.linav {
	list-style-type: none; 
	margin-left: -20px;
	line-height:15px;
	margin-top: 1px;
	margin-bottom: 1px;
}


h1 {
	font-size:14px;
	padding-top:10px;
	text-transform:uppercase;
	color: #564b47;
	background-color: transparent;
	margin:0px 10px 10px 10px;
}


h3  {
	font-size: 12pt; 
	font-family: Arial,sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	line-height: 14pt;
	padding: 0px; 
	margin-top: 0pt; 
	margin-bottom: 19pt; 
	text-align: left; 
	color: #222222; 
	background-color: transparent; 
}

p  {
	font-size: 9pt; 
	font-family: Arial,sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	padding: 0px; 
	margin-top: 0pt; 
	margin-bottom: 1px; 
	line-height:18px;
	color: #666666; 
	background-color: transparent; 
}

p.small  {
	font-size: 8pt; 
	font-family: Arial,sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	padding: 0px; 
	margin-top: 0pt; 
	margin-bottom: 1px; 
	line-height:18px;
	color: #666666; 
	background-color: transparent; 
}

p.navbig  {
	font-size: 8pt; 
	font-family: Arial,sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	padding: 0px; 
	margin-top: 0px; 
	margin-bottom: 16px; 
	line-height:10pt;
	color: #333333; 
	background-color: transparent; 
}

p.navsmall  {
	font-size: 7pt; 
	font-family: Arial,sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	padding: 0px; 
	margin-top: 0pt; 
	margin-bottom: 5pt; 
	line-height:10px;
	color: #666666; 
	background-color: transparent; 
}


a, a:active, a:visited { 
color: #666666;
	font-size: 9pt;
	background-color:transparent;
	text-decoration: none; 
	margin-top: 1px;
	margin-bottom: 1px;
}

a:hover { 
	color: #000000;
	font-size: 9pt;
	background-color:transparent;
	text-decoration: none; 
	margin-top: 1px;
	margin-bottom: 1px;
}


a.anavbig, a.anavbig:active, a.anavbig:visited { 
color: #666666;
	font-size: 8pt;
	background-color:transparent;
	text-decoration: none; 
	margin-top: 1px;
	margin-bottom: 1px;
}

a.anavbig:hover { 
	color: #000000;
	font-size: 8pt;
	background-color:transparent;
	text-decoration: none; 
	margin-top: 1px;
	margin-bottom: 1px;
}


/*  positioning-layers statisch und absolut */

#box {
	width:900px;
	height:700px;
	margin: 0px auto;
	padding-left:10px;
	text-align:left;
	background-image: url(pics/hintergr.jpg); 
/*	border: 1px solid red; */
/*	background-color:#dddddd;    */
}


#kopf {
	background-color:transparent;
}

#kopf p {
	padding:0px;
	margin:0px;
}


#links {
	width:260px;
	padding:0px;
	float:left;
/* background-color:#dddddd; */
}


#inhalt {
	width:280px;
	padding:0px;
	float:left;
/*	background-color:#ffffff;   */
}


#rechts {
	width:270px;
	padding:0px;
	float:left;
/*	background-color:#ff99cc;  */
}

#fotoshow {
	width:550px;
	height:430px;
	padding:0px;
	float:left;
/*	background-color:#ffffff;   */
}


#buttons {
  text-align: left;
  margin-top: 15px;
  padding: 0px;
  border: 0px solid #00ff00;
}


.hidden {
	visibility: hidden;
	display: none;
}


.aktiv {
	color:#000000;
}


.inaktiv {
	color:#666666;
}


.an {
	visibility:visible;
}

.aus {
	visibility: hidden;
	display: none;
}

