html
{
height: 100%;
	}

* { margin: 0; padding: 0; }

body {
	padding:0; 
	margin:0; 
	font-family:verdana, arial, helvetica; 
	font-size:75%;   
	height:100%; 
	text-align: center;
	margin: 0 auto;
	background-image: url('images/background_site.jpg');
	background-repeat:repeat-y;
	background-position:top center;
			}


a {
	color: #C9240E;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}

/* PAGE LAYOUT */

#pageContainer { /* PAGE CENTERED */
	width: 980px;
	height:550px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	margin: 0 auto;
		}
		
#pageContainer2 { /* PAGE CENTERED */
	width: 980px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	margin: 0 auto;
		}
#header { 
	height: 120px;
	padding: 0;
	background: url('images/header.jpg') no-repeat center;
		}

#contentContainer { /* CONTAINS THREE COLUMNS */
	width: 980px;
	height: 500px;
	}
					
#leftContainer {
	position: relative;
	width: 160px;
	height: 500px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;

			}		

#rightContainer	{ 
	position: relative;
	width: 160px;
	height: 500px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
			}	

/* Aktuelles */			
#aktuell
{
top: 10px;
width: 153px;
margin: 0;
padding: 4px 3px;
float: left;
font-family:verdana, arial, helvetica; 
font-size:11px;   
text-align: left;
color:#000000;}

#aktuell a{
text-decoration:underline;
color:#C9240E;
}

#aktuell a:hover{
color:#FFFFFF;}

h1 {
color: #C9240E;
font-size:12px;
			}
			
/* KLEINER MAINCONTAINER */

#mainContainersmall { 
	position: relative;
	width: 660px;
	height: 500px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: justify;
	float: left;
	}

#mainContainersmall h1
{	
	font-family:verdana, arial, helvetica; 
	font-size:14px;
	font-weight: bold;
	color: #DA2917;
	margin:10px 10px 10px 10px;	
	line-height: 150%;
	}
	
#mainContainersmall hr
{	
	width:100%;
	color: #DA2917;	
	}
	
#mainContainertext
{ 

	font-family:verdana, arial, helvetica; 
	font-size:11px;
	font-weight: normal;
	color: #000000;
	margin:10px 10px 10px 10px;	
	line-height: 120%;
	text-align:justify;
	}

#text_bilder
{ 
width: 640px;
	height: 225px;
	font-family:verdana, arial, helvetica; 
	font-size:11px;
	font-weight: normal;
	color: #000000;	
	line-height: 120%;
	text-align:justify;
	clear:both;
	}
.tabellentext
{ 
	font-family:verdana, arial, helvetica; 
	font-size:11px;
	font-weight: normal;
	color: #000000;
	margin:0;	
	line-height: 120%;
	text-align:left;
	}
	
#sehenswertes
{ width: 200px;
height: 200px;
text-align:center;
font-family:verdana, arial, helvetica; 
font-size:11px;
font-weight: normal;
color: #000000;
float:left;
}
#pfarrkirche
{ width: 225px;
height: 325px;
text-align:center;
font-family:verdana, arial, helvetica; 
font-size:11px;
font-weight: normal;
line-height: 150%;
color: #000000;
float:left;
margin: 15px 15px 0px 15px;
}
#felswald
{ width: 300px;
height: 225px;
color: #000000;
float:left;
margin: 15px 0px 15px 15px;
}

#uebersicht { 
	width: 640px;
    height: 30px;
	margin-top:10px;
	padding: 0;
	float: left;
			}
#nachOben { 
	width: 640px;
    height: 30px;
	margin-top:30px;
	margin-bottom:30px;
	padding: 0;
	float: left;
	text-align:center;
			}

#footerFunctions {
	position: relative;
	padding: 0;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color:#FFFFFF;
	clear: both;
	padding-top: 5px;
	}
	
#footerFunctions a {
	text-decoration: none;
	color: #FFFFFF;
	}
#footerFunctions a:hover {
	color: #C2BCB4;
	text-decoration: none;
	}

/* CLASSES */

.fliesstext
{ text-align: justify;
margin-left: 20px;
margin-right: 20px;
}

.imageStart
{
	margin: 195px 0 0 0;
	float: left;
	}
.imageRechts {
	margin: 0 0 15px 30px;
	float: right;
	}
	
.link_top {
text-align:center;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 10px;
left: 0;
}
dl#menu {
width: 160px;
}
dl#menu dt {
cursor: pointer;
margin: 3px 0 0 0;
height: 20px;
line-height: 15px;
text-align: left;
font-weight: normal;
border: 0px solid gray;
}
dl#menu dd {
border: 0px solid gray;
background:#FFFBCC;
}
dl#menu li {
text-align: left;
list-style-position: outside;
list-style:none;
margin-left: 3px;
Margin-top: 3px;
font-family: verdana, arial, helvetica;
font-size:11px;
font-weight: normal;
}
dl#menu li a
{
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
margin-left: 3px;
}
dl#menu li a:hover, dl#menu dt a:hover {
background: #FFF899;
}
dl#menu dt a:hover {
background: #FFF899;
margin-left: 3px;
}

.advent
{background-image:url(advent.jpg);
background-repeat:no-repeat;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(slimbox/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(slimbox/images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(slimbox/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(slimbox/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

