/* CSS Document */

html, body {margin: 0px; padding: 0;}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(layout/aluminium.jpg);
}


p, td {line-height: 150%; font-size: 11px;}

h1 {margin-top: 0px; font-size: 17px; color: #0033CC; font-weight: bold;}
h2 {margin-top: 0px; font-size: 15px; color: #006699; font-weight: bold;}

hr {color: #C0C0C0; height: 1px;}
ul {list-style-image: url(layout/rlist.gif); line-height: 18px}

BODY{
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#4F4F4F;
scrollbar-track-color:#cccccc;
scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#666666;
scrollbar-darkshadow-color:#cccccc;
scrollbar-3dlight-color:#565652;
}.border {
	border-top: none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

a:link, a:visited {	color: #4B8244; text-decoration: underline;}
a:hover, a:active { color: #808080; text-decoration: none;}

.nav {background-color:#4B8244; color:#FFFFFF; padding-left: 2px; padding-right: 2px; padding-top: 4px; padding-bottom: 4px; text-align: right; background-image: url(layout/nav_back.gif);}
a.nav:link, a.nav:visited {	color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 13px;}
a.nav:hover, a.nav:active { color: #FFFFFF; text-decoration: underline; font-weight: normal; font-size: 13px;}

a.menu:link, a.menu:visited {	color: #FFFFFF; text-decoration: none;  font-size: 17px; font-weight: bold; padding-left: 10px;}
a.menu:hover, a.menu:active { color: #FFFFFF; text-decoration: underline; font-size: 17px; font-weight: bold; padding-left: 10px;}

a.footer:link, a.footer:visited {color: #808080; text-decoration: none;}
a.footer:hover, a.footer:active { color: #000000; text-decoration: underline;}
.footer{color: #808080; font-size: 11px; background-color:#D7D7D7; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px}


.content {padding-left: 10px; padding-right:10px; padding-top:10px; padding-bottom: 10px}
.side {background-color:#F4F2F2;}


.image_main {background-image: url(layout/header_image.gif); background-repeat: no-repeat;}
.image_lower {background-image: url(layout/header_image_lower.gif); background-repeat: no-repeat;}
.image_foot {background-image: url(layout/footer_line.gif); background-repeat: repeat-x;}
.image_menu {background-image: url(layout/header_menu_back.gif); background-repeat: no-repeat;}

.tel {color: #808080; }
.indent {padding-left: 30px;}

.category {color: #000000; font-weight: bold;}
.subcategory {color: #3333CC; font-weight: bold;}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/* Events */
.day {width:80px;height:80px; color: #808080} 
.today {	font-weight: bold; background-color: #E5EFFA} 
.empty {background-color:#f1f1f1;} 

.Stil1 {color: #06541a}
.striche {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.strich_oben {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #06541a;
}
.strich_unten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06541a;
}
.striche_oben_unten {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.striche_links_rechts {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

