html, body {
  margin: 0; padding: 0;
  list-style-position: outside;
}

body {
  text-align: center; /* Gesamtseite Zentrieren */
  background-color: #2B2204;
/*  margin-bottom: 20px; */
}

p, h1, h2, h3, ul, ol, li, form {
  margin: 0px;
  padding: 0px;
}

#main {
	width: 1000px;
	margin-left: auto; /* notwendig für FF */
	margin-right: auto; /* notwendig für FF */
	text-align: left;
	position: relative;
	background-image: url(images/main/verlauf_hg.jpg);
}

#top {
	height: 0px;  /* Platzhalter, falls oberer Rand erwünscht */	
}

#left {
	height: 395px; /* Ursprüngliche Höhr 477px */
	width: 314px; /* Breite der Grafik: 237 */
	float: left;
	background-image: url(images/main/menu_hg.jpg);
	background-repeat: no-repeat;
}
#right {
	height: auto;
	width: 686px; /* Zusammen mit #left = 1000 */
	float: right;
}

.clearFloat {
	clear: both;
	height: 0px;
}

#contentContainer {
	font-family: Geneva, Arial;
	/*	font-size: 0.8em;
	line-height: 1.4em;
	letter-spacing: 1px; */
	font-size: 13px;
	line-height: 19px;
	color: #5D3F00;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 50px;
	/* Von Anna gelöscht: margin-left: auto; */ 
}

#contentContainer a {
	color: #5D3F00;
}

#contentContainer h1 {
	font-family: Geneva, Arial;
	font-size: 24px;
	line-height: 40px;
}

#contentContainerLeft {
	float: left;
	width: 272px; /* 2 Pixel mehr wegen Bildrahmen */
	height: auto;
}

#contentContainerRight {
	float: right;
	width: 223px;
	height: auto;
	margin-right:50px;
}

.matrixContainer {
	position: relative;
	left: 0px;
	top: 20px;
	height: 300px; /* Ursprünglich 370px */
}

.matrixPic {
	position: absolute;
	width: 70px;
	height: 70px;
	border: 1px solid #000000;
}

.matrixBigPicContainer {
	position:absolute; left:0px; top:0px; width:223px; height:358px;
}

.matrixBigPicContainer img {
	border: 1px solid #000000;
}

.kunstguss {
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 12px; 
	line-height: 15px; 
	font-weight: bold;
}

.kunstgussklein {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 13px;
}

.test {
	font-family: Tahoma;
	font-size: 8pt;
	color: 5D3F00;
}
#toplogo {
	height: 160px;
	background-image: url(images/main/logo_kunstguss-eschenburg.jpg);
}
#bottomlogo {
	height: 74px;
	background-image: url(images/main/logoleiste_unten.jpg);
	font-family: Geneva, Arial;
	/*	font-size: 0.8em;
	line-height: 1.4em;
	letter-spacing: 1px; */
	font-size: 13px;
	line-height: 19px;
	color: #5D3F00;
	text-align: center;
	/* Von Anna gelöscht: margin-left: auto; */ 

}
#bottom {
	height: 20px;
	background-image: url(images/main/verlauf_hg.jpg);
}

#menuContainer {
	font-family: Arial;
	font-size: 13px;
	color: #5D3F00;
	letter-spacing: 1px;
	line-height: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 100px;
}

#menuContainer a:link, a:visited {
	text-decoration:none;
	color: #5D3F00;
}

#menuContainer a:hover, a:focus  {
	text-decoration:underline;
	font-weight:bold;
	color: #5D3F00;
	letter-spacing: 0.26px;
/*	border-bottom: solid 1px #C9B26C; */
}

/*
#menuContainer a:active {
	text-decoration:none;
	font-weight:bold;
	color: #5D3F00;
}
*/

.menupunkt {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-image: url(images/main/dot.gif);
	text-indent:0px;
}
.untermenupunkt {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	list-style-image: url(images/main/dot_klein.gif);
	text-indent: 0px;
}
#menuFocus {
	font-weight:bold;
	letter-spacing: 0.26px;
}
