* { 										/* universial rules */
	margin:0;
	padding:0;
}

html {
	height:100%;
	min-height:100%;
}
	
body {
	margin-top:10px;
  	font-family:"Monotype Corsiva", serif;
    	color: rgb(128, 128, 128); background-color: white;
    	height:100%;
	width:100%;
	cursor:default;
    	font-size: 100.01%; 
	text-align: center;  /* Zentrierung im Internet Explorer */
}

img {
	border:0px;
}

p	{
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:10px;
}

table { width:750px; }

#menu a:link { text-decoration:none;color: #003300; }
#menu a:visited { text-decoration:none;color: #003300; }
#menu a:hover { text-decoration:none;color:white; }
#menu a:active { text-decoration:underline; }
#menu a:focus { text-decoration:blink; }

#submenu a:link { text-decoration:none;color: #003300;}
#submenu a:visited { text-decoration:none;color: #003300; }
#submenu a:hover { text-decoration:none;color:white; }
#submenu a:active { text-decoration:underline; }
#submenu a:focus { text-decoration:blink; }

#aussenbegrenzung	{
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    text-align: left;

}

#logo {
  height:80px;
  background: url(png/head.png) top left no-repeat;
}

#hauptbereich {
  padding:25px;
  background-color: #f6eade;
}

#fuss{
  height:47px;
  background: url(png/foot.png) top left no-repeat; 
}

#navigation {
  background-color: #778866;
}

#menu{
  border-bottom: 1px solid #FFFFFF;
  background-color: #b2b69f;
}

#submenu {
  background-color: #7e9173;
}

#homlogo	{
	width:250px;
	height:250px;
}

#tdseitenzahlen {
	font-weight:bold;
}

#konlinks	{
	width:40%;
	padding-left:25px;
	padding-top:25px;
	font-weight:bold;	
}

#konrechts	{
	width:40%;
	padding-left:25px;
	padding-top:25px;
	font-weight:bold;
}

.menuitem {
  	font-weight:500; 
  	font-size:1.3em;
  	padding-left:10px;
  	padding-right:10px;
  	border-right: 1px solid #FFFFFF;
}

.submenuitem {
  	font-weight:500; 
	font-size:1.1em;
  	padding-left:10px;
  	padding-right:10px;
  	border-right: 1px solid #FFFFFF;
}

.links	{
	width:220px;
	float:left;
}

.rechts	{
	float:right;
	width:460px;
}

.clear	{
	clear:both;
}

.galeriebild	{
	width:200px;
	height:150px;	
}

.tdgaleriebild	{
	text-align:center;
}

.divgalerieline {
	margin:20px;
}

.occbild	{
	width:160px;
	height:120px;
	margin-right:25px;	
}

.tdoccname	{
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;	
}

.tdocctext {
	text-align:justify;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;	
}

.divoccline {
	margin:5px;
}

.newsbild	{
	width:120px;
	height:160px;
	margin-left:25px;
}

.tdnewsname	{
	font-size:1.2em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

.tdnewstext {
	text-align:justify;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;	
}

.divnewsline {
	margin:5px;
}

.hersteller {
  margin-top:50px;
}

.fremdlogos {
  margin-top:15px;
  margin-bottom:15px;
}

a:link { text-decoration:none;color: #003300;}
a:visited { text-decoration:none;color: #003300; }
a:hover { text-decoration:none;color:black; }
a:active { text-decoration:underline; }
a:focus { text-decoration:underline; }
