/* Links */
a:link {
		color: #990000;
        text-decoration: none;
       }
a:visited {
		color: #990000;
           text-decoration: none;
           }
a:hover {
        color: #333333;
        text-decoration: none;
        }
a:active {
         color: #990000;
         text-decoration: none;
        }
		
a.menu:link {
		color: #990000;
       }
a.menu:visited {
		color: #990000;
           }
a.menu:hover {
        color: #000066;
       }
a.menu:active {
         color: #990000;
        }

a.menuaktiv:link {
		color: #000066;
       }
a.menuaktiv:visited {
		color: #000066;
           }
a.menuaktiv:hover {
        color: #990000;
       }
a.menuaktiv:active {
         color: #000066;
        }


/* Content */
td, p, li, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top:0px;
	}
h2	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	}
h3	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	}
	
.headline	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		}
.top {
	margin-top:0px
}
.klein {
		font-size: x-small;
		}

.kleiner {
		font-size: smaller;
		}
		
img.links	{
		float:left;
		margin: 0 8px 0px 0;
		}

/*Preistabelle*/
table.preise, table.preise td {
		border: solid 1px #990000;
		text-align: center;
		}
table.preise th	{
		border: solid 1px #990000;
		text-align: left;
		font-weight:normal;
		}		
table.preise td, table.preise th	{
		border-bottom: 0;
		border-right: 0;
		padding: 3px;
		}

table.preise	{
		border-top: 0;
		border-left: 0;
		margin-bottom:15px;
		}

/* Menu */
.mainmenu {	
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	background-color: #F8E2BB;
	padding:5px 25px 5px 30px;
	margin-bottom:4px;
}

.mainmenu-aktiv {	
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	background-color:#F8E2BB;
	padding:5px 25px 5px 30px;
	margin-bottom:4px;
}

.submenu {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller; 
}
.pfad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}



