body {
	color: Black;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF4DD;
}
p {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p.klein {
	font-size: 10px;
	color: #996600;
}
h1.header {
	font-family:'Dom Casual'; 
	font-weight:bold; 
	font-size:30px; 
	color:#996600; 
	text-align:center; 
	}
h1 {
	font-family:'Dom Casual'; 
	font-weight:bold; 
	font-size:30px;  
	color:#996600; 
	text-align:center; 
	}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:1.3em;  
	color:#996600; 
	text-align:center; 
	}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px; 
	color:rgb(0,102,255); 
	text-align: left;
}
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px; 
	color:rgb(0,102,255); 
	text-align: left;
}
li {
	list-style: none;
	margin-bottom: 12px;
}
ul.subfuss {
	margin-bottom: 12px;
}
li.subfuss {
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	list-style: none;
}
li.katze {
	margin-left: 25px;
	list-style: none url(../images/cat.gif);
}
ul.nav {
	font-size: 1.1em;
}
li.nav {
	font-size: 1.0em;
}





/*-----  div-Container  --------------------------------------------------------*/


.main{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.leftside{
	float: left;
	background-color: transparent;
	width: 65px;
	height: 560px;
}
.seite{
	float: left;
	width: 800px;
	margin-left: 0px;
	padding-left: 1px;
	border-left-style: solid;
	border-left-width: 10px;
	background-color: transparent;
	border-left-color: #996600;
}
.mainheader{                           /*-----  Kopfbereich mit Dropdown-Navigation  ---------*/
	background-color: transparent;
	margin: 0 0px 0 0px;
	padding: 20px 0px 20px 0px;
	border-width: 5px;
	border-color: blue;
	border-style: solid;
	min-height: 2em;
}
.maincontent{                            	/*-----  Inhaltsbereich   ---------*/
	border: 0px solid black;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0 10px;
	background-color: transparent;
	min-height: 600px;
	width: 760px;
	float: left;	
}
.fuss{                           /*-----  Fußbereich mit Kontaktdaten  ---------*/
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-color: yellow;
	border-style: solid;
	height: 40px;
	text-align: center;
	font-size: 1.0em;
	color: #996600;
	float: left;
}
#tableleft{
	float: left;
	background-color: transparent;
	text-align: center;
	width: 300px;
	height: 300px;
}

#tableright{
	float: left;
	background-color: transparent;
	width: 450px;
	height: 300px;
}
img.bild{
	border: groove;
	border-color: #996600;
	border-width: 10px;
	margin: 5px 10px 5px 10px;
	padding: 10px;
}

img.bildliste{
	border: groove;
	border-color: #996600;
	border-width: 10px;
	margin: 5px 40px 5px 10px;
	padding: 10px;
}
