/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
	background: #E4A718;
	color: #330000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}
a {
	color: #006440;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
}
a:hover {
	color: #330000;
	text-decoration: none;
	font-size: 125%;
	font-weight: bold;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-right: 0px solid #b48181;
	color: #006440;
	font-size: 125%;
	font-weight: bold;
	margin: 5px 0;
}
h2 {
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-right: 0px solid #b48181;
	color: #006440;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#site {
	background: #E09327;
	margin: 0 auto;
	text-align: left;
	width: 966px;
}
#left {
	text-align: left;
	margin: 0 auto;
	width: 48px;
	background: url(bilder/hi_links2.jpg);
	background-repeat:repeat-y;
        float: left;
	min-height:2625px;

}

#right {
	text-align: right;
	margin: 0 auto;
	width: 48px;
	background: url(bilder/hi_rechts2.jpg);
	background-repeat:repeat-y;
	float: none;
	float: left;
	clear: none;
	min-height:2625px;
}
#header {
	width: 870px;
	height: 158px;
	margin: 0 auto;
	text-align: right;

}
#nav {
	padding: 0px;
	width: 198px;
	text-align: left;

}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 31px;
	list-style: none;
}
#nav ul li a {
	background: url(bilder/butt_pmd_personal_beige.jpg) center no-repeat;
	color: #fff;
	display: block;
	padding: 0px;
	color: #A61826;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    font-weight:bold;
	text-decoration: none;
	padding: 0px 0px 0px 10px;

}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    font-weight:bold;

}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #ccc;
	text-indent: 0px;
}

#column1 {
	float: left;
	width: 198px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display: block;
	height: 660px;
}
/* #column1 img {
	border: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
}
/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */

#column2 {
	float: left;
	width: 513px;
	padding: 0px 0px 0px 0px;
	display: block;
	background: url(bilder/diescheune_bilsdorf_hi.jpg) no-repeat;

}
#content {

	float: left;
	width: 500px;
	padding: 0px 0px 0px 0px;
	position:relative; top: 25px; left: 25px;
	clear: none;

}
#main {
	float: left;
	width: 870px;
	padding: 0px;
	background: #E09327;

}
#column2 p {
	line-height: 190%;
}

#column3 {
	float: left;
	width: 157px;
	border: 0px solid maroon solid;
	background: #E09327;
	height: 707px;

	}

#event {
	width: 157px;
	height: 128px;
	padding: 78px 0px 0px 0px;
	color: #660000;
	text-align: center;
	background: url(bilder/diescheune-bilsdorf_events2.jpg) no-repeat;
	border: 0px solid red solid;
}

#event a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}
#event a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color:#660000;
	text-decoration:none;
	font-weight:bold;

}
#aktion {
	width: 157px;
	height: 189px;
	text-align: center;
	background: url(bilder/diescheune-bilsdorf_aktione.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
	border: 0px solid red solid;
}
#aktion a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}
#aktion a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color:#660000;
	text-decoration:none;
	font-weight:bold;

}
#zeiten{
	width: 157px;
	height: 136px;
	color: #660000;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	text-align: center;
	background: url(bilder/diescheune-bilsdorf_zeiten2.jpg) no-repeat;
	padding: 0px 0px 0px 0px;
	border: 0px solid red solid;
}
#footer {
	clear: both;
	float: left;
	background:  #E09327;
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	text-indent: 205px;
	text-align: center;
	width: 955px;
	height: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer1 {
	float: right;
    background: #FFFFFF;
	font-size: 9px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 665px;
	height: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}
