
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(img/bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	line-height: 1.6em;      		/* schrifthöhe */
}
/* body, line-heigt ja/nein */
p {
	line-height:22px; 
	padding: 0px 40px 0px 40px;
}
p#kontakt {
	padding: 0px 20px 0px 20px;
}
#mainpage { 
	width:650px;  
	padding:10px 10px 10px 20px;
}
/* headers */
h3 {
	font-size: 140%;
	font-weight: lighter;
	text-align: center;
	color: #205e36;
}
/* einfacher link */
a {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
a.nav {
	color: #333333;
	text-decoration: underline;
}

a.nav:hover {
	text-decoration: none;
	background:#205e36; 
	color:#000000;
}
/********** 
navigation, menu
**********/
#navigation	{
	padding:10px 0; 
	border-bottom:10px solid #DADADA;
}
#navigation ul 		{
	margin:0; 
	padding:0; 
}
#navigation li 		{
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline; 
}
#navigation a		{
	color:#003399; 
	padding:0; 
	margin: 0 8px 0 8px;  /* innenabstand */
	text-decoration:none; 
}
#navigation a:hover	{
	border-bottom: 2px solid #d52528;
}

#menu {
	list-style:none;
}
#menu li ul {
	list-style:none;
}
#menu li ul li {
	display:block; 
	height:25px; 
	border-bottom:solid 1px #205e36;
}
#menu li ul a, #menu li ul a:visited, #menu li ul a:active {
	display:block; 
	height:20px; 
	padding:5px 5px 0px 5px; 
	text-decoration:none; color:#333333;
}
#menu li ul  a:hover {
	background:#205e36; color:#000000;
}
#menu h2 { 
	display:block; 
	border-bottom:solid 1px #205e36; 
	padding:5px; 
	margin:10px 0px 0px 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color:#5cde46; 
	font-weight:bold;
}



/**********
table
**********/
table {
	font-size: x-small;
}
.uber {
	font-size: x-small;
	color: #ffffff;
	font-weight: bold;
	border-bottom: #ffffff 1px dashed;
}
.textsmall {
	font-size: xx-small;
	color: #ffffff;
	padding-left: 10px;
}
.textbig {
	font-size: x-small;
	color: #205e36;
	font-weight: bold;
}
.textbig a {
	color: #205e36;
	font-weigth: bold;
	text-decoration: none;
}
.textbig a:hover {
	text-decoration: none;
	background:#205e36; 
	color:#000000;
}

/***************************************************************************
text styles
**********/
.bild {
	background: #FFFFFF;
  border: 3px solid #cccccc;
	margin: 10px;
}

/***************************************************************************
page styles 
**********/
#page ul {
	padding: 10px;
}
#page li {
	margin: 0 20px 0 20px 0;
	display:inline;
}
#produkt {
	font-size: xx-small;
	color: 333333;
	padding: 5px;
}
#produkt h3 {
	font-size: small;
	font-weight: bold;
	color: #205e36;
}
#produkt h4 {
	font-size: x-small;
	font-weight: bold;
}
#produkt td {
	border-bottom: #000000 1px dashed;
}




/******************************************************************************/


