@charset "utf-8";
/* CSS Document */


h1, th {
	color:#453519;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	margin:0;
}

h2 {
	color:#453519;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:0;
}

a, a:visited {
	color:#e7c97e;
}

a:hover {
	color:#e7c97e;
}

p {
	line-height:22px;
	color:#453519;
}

#content img, #subnavicontent img {
	border: 4px solid #453519;
}

td {
	font-size:12px;
	line-height:20px;	
	color:#453519;
	width:400px;
	vertical-align:top;
	border:1px solid #7a6139;
}

table {
	border:1px solid #7a6139;	
}

#dreispalter_1, #dreispalter_2 {
	width:308px;
	float:left;
	margin-right:10px;
}

#dreispalter_3 {
	float:left;
	margin-left:10px;
	width:200px;
}

/* JAOS Milkbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

.galerie_thumbnail{
	float: left;
  background: #292929;
  margin: 8px;
	height: 165px;
	width: 165px;
}

/* ls=landscape-Format der Thumbs */
.ls img{
	height: 112px;
	width: 150px;
	margin: 25px 7px;
	border: 1px solid #fff;
}
/* pt=portrait-Format der Thumbs */
.pt img{
	height: 150px;
	width: 112px;
	margin: 7px 25px;
	border: 1px solid #fff;
}




