/* CSS Document */

/* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100.1%;
}
body {
	background-color: #35140D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* DIV-Boxen */
#wrapper

 {
	position:relative;
	width: 950px;
	height: 100%;
	min-height: 100%;
	height: 100%;
	color: #000000;
	background-color: #7EA68E;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -26px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-image: url(../images/wrapper1.jpg);
	background-repeat: repeat-y;
	background-position: 0px 200px;
}

html>body #wrapper {
height: auto;
}
#email {
	border: 1px solid #521F14;
}


#header {
	height: 200px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/burghausen.jpg);
}
#nav {
	height: 27px;
	background: #658D75;
	padding-left: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b8b8b8;
	border-bottom-color: #b8b8b8;
}
#maincontent {
	width: 950px;
	text-align: left;
	padding-bottom: 10px;
	
}

#content {
	float: left;
	width: 650px;
	padding-left: 20px;
	padding-top: 15px;
	margin-bottom: 1em;
}
#right {
	float: left;
	width: 250px;
}

p {
	line-height:1.5;
	margin:0 0 1em;
	text-align: justify;
}



div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
#contentbildmittig {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	border: 1px solid #35140D;
}




h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.2em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

h2 {
	text-align: left;
	padding: 0px;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	letter-spacing: 0.5px;
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: normal;
	margin-top: 0.5em;
}
h4 {
	font-weight: 400;
	color: #666666;
	font-size: 1.25em;
	letter-spacing: 1px;
	margin-bottom: 1em;
}
h5 {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	margin-bottom: 1em;
	font-weight: normal;
}



	h1, h2, h3, a {
	color:#521F14;
	}


/* img left and right */
.imgright {
	float: right;
	margin-right: 0px;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
	margin-top: 5px;
}

.imgrightohne {
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 5px;
}

.imgleft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.imgleftindex {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.imgleftohne {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

#imgburgfest {
	float: left;
}


#imgfilm {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
}



#imgbildband {
	float: left;
	margin-top: -12px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

#bildbandleft {
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-left: 20px;
}
#bildbandright {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 20px;
}
#imgemail {
	margin-bottom: -8px;
	margin-right: 5px;
}


#clear {
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;
}






a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #4C1B14;
	text-decoration: underline;
}

a.intern {
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #4C1B14;
	margin-left: 2px;
	margin-right: 5px;
	padding-left: 15px;
	
}

a.interngross {
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #FFF;
	margin-left: 2px;
	margin-right: 5px;
	padding-left: 15px;
	font-size: 1em;
	font-style: normal;
	
}

a.gallery {
	background-image: url(../images/gallery.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #4C1B14;
	padding-left: 25px;
	margin: 0px;
}

a.sitemap {
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	margin-left: 2px;
	margin-right: 5px;
	padding-left: 5px;
	color: #333333;
}



#content ul {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 2em;
	margin-bottom: 1em;
	margin-left: 1em;
}



#content li {
	padding-bottom: 0.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0.5em;
	margin-left: 2em;

}
#footerinhalt .intern {
	background-image: url(../images/footer_alink.gif);
}


#right ul {
	list-style-image:none;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 20px;
	margin-bottom: 1em;
}
#right li {
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
}

#content .ul1 {
	list-style-image:url(file:///K|/sites/sv_andreas/website/bilder/bullet1.gif);
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

#footerbox {
	clear:both;
	height: 25px;
}

#footer {
	clear: both;
	position: relative;
	width: 950px;
	height: 25px;
	background-color: #658D75;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#footerinhalt {
	font-size: 9px;
	padding: 5px;
	text-align: center;
	color: #3D5446;
}



/* ie-fixing */
* html #wrapper {
height: 100%;
}

* html #content {
	padding-bottom: 25px;
}


#printonly,
#printonly hr {
	display: none;
	font-size: 5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#impressumleft {
	width: 350px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
#impressumright {
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}

#sitemapleft {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 10px;
}
#indexleft {
	width: 650px;
	float: left;
	margin-bottom: 2em;
}

#indexleftschmal {
	width: 310px;
	float: left;
	margin-bottom: 2em;
}

#indexrightschmal {
	width: 310px;
	float: right;
	margin-bottom: 2em;
}
#indexright {
	float: left;
	width: 500px;
}



#sitemapleft li {
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
}

#sitemapleft ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 3px;
	line-height: 20px;
	margin-bottom: 1em;
	margin-left: 1em;
}

#sitemapmiddle {
	float: left;
	width: 300px;
	margin-left: 20px;
	padding-top: 10px;
}

#sitemapmiddle li {
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
}

#sitemapmiddle ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 3px;
	line-height: 20px;
	margin-bottom: 1em;
	margin-left: 1em;
}

#sitemapright {
	float: left;
	width: 250px;
	margin-left: 20px;
	padding-top: 10px;
}

#sitemapright li {
	padding-bottom: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
}

#sitemapright ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 3px;
	line-height: 20px;
	margin-bottom: 1em;
	margin-left: 1em;
}

/* Tabellenbeispiel */
#termine {
	font-family: Verdana, sans-serif;
	background-color: #6B987D;
	color: #000000;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
#termine th {
	font-variant: small-caps;
	background-color: #5C856C;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 6px;
}
#termine tr.alt {
	background-color: #79A28A;
	color: #000000;
}
#termine td {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border: 1px solid #CCCCCC;
}
#termine td.rowhead1 {
	color: #000000;
	font-weight: normal;
	background-color: #719B82;
}
#termine  td.kurs {
	font-style: normal;
}
#termine  td.kat {
	text-align: left;
}
#termine  td.dauervital {
	text-align: left;
}
#termine  td.motto {
	text-align: left;
}
#termine  td.ort {
	text-align: left;
}
#termine  td.beginn {
	text-align: center;
}
#termine  td.dauer {
	text-align: center;
}
#termine  td.kosten {
text-align: right;
}
#termine  td.sonstiges {
	text-align: left;
}

#termine tr:hover {
	background-color: #521F14;
	color: #FFFFFF;
}
#termine a {
	text-decoration: underline;
	font-weight: normal;
	color: #551F1F;
	font-size: 1em;
}

#termine a:hover {
	color: #FFFFFF;
}
#imgbildband {
	float: left;
	margin-top: -12px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#linksleft {
	float: left;
	width: 320px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#linksright img {
	border: 1px solid #CCCCCC;
}

#linksleft img {
	border: 1px solid #CCCCCC;
}

#linksright {
	float: left;
	width: 350px;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#kartenvorverkauf {
	margin-top: 4em;
	color: #521F14;
	font-size: 1.2em;
}
#imgleftromo {
	float: left;
	padding-right: 2em;
	border: 1px solid #CCC;
	padding-top: 1em;
}
#content table tr td a img {
	border: 1px solid #CCC;
}
