body {
	font-size: 0.8em;
	font-family: Georgia;
}

/**************** top ****************/
#top h1 {
	padding: 55px 0px 0px 105px;
	margin: 0px;
	font-size: 250%;
	text-transform: uppercase;
}
#top a {
	color: #65060B;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
} 

/**************** mainNav ****************/
#mainNav ul, #mainNav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainNav li {
	display: inline;
}
.mainNavL {
	height: 30px;
	width: 16px;
	background: url(../images/mainNavL.gif) no-repeat;
	float: left;
}
.mainNavC {
	height: 30px;
	background: url(../images/mainNavC.gif) repeat-x;
	float: left;
	/*line-height: 30px;*/
}

.mainNavR {
	height: 30px;
	width: 16px;
	background: url(../images/mainNavR.gif) no-repeat;
	float: left;
}
#mainNav h2 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 100%;
	text-transform: uppercase;
	color: #65060B;
}
#mainNav h2 a {
	color: #65060B;
	text-decoration: none;
}
#mainNav h2 a:hover {
	color: #65060B;
	text-decoration: underline;
}

/**************** pfad ****************/
#pfad {
	line-height: 50px;
	text-align: center;
	font-size: 200%;
	color: #b5b5b5;
	font-weight: normal;
}
#pfad a {
	color: #b5b5b5;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 50px;
}
#pfad a:hover {
	color: white;
	text-decoration: underline;
}
#pfad h2, #pfad h3 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#pfad ul, #pfad li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#pfad li {
	display: inline;
}
#pfad .subParent {
	color: #b5b5b5;
	display: inline;
	padding-left: 0px;
	text-transform: uppercase;
	background-image: none;
}
#pfad .subParent a {
	color: #b5b5b5;
	text-decoration: none;
	display: inline;
	padding-left: 0px;

}
#pfad .subParent a:hover {
	color: white;
}


/**************** subNav ****************/
#subNav .sep {
	width: 0px;
	height: 0px;
	display: none;
}
#subNav p {
	margin: 0px;
	padding: 0px;
}
#subNav h2, #subNav h3 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#subNav ul, #subNav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subNav li {
	display: block;
}
.subParent, #subNav h2 {
	width: 220px;
	height: 45px;
	line-height: 45px;
	background: url(../images/subNavActive.jpg) no-repeat;
	color: #b5b5b5;
	display: block;
	padding-left: 40px;
	text-transform: uppercase;
	padding-left: 40px;

}

.subParent a {
	color: #b5b5b5;
	text-decoration: none;
	display: block;
	/*padding-left: 40px;*/

}
.subParent a:hover {
	color: white;
}
#subNav .page_item, #subNav .current_page_item, .cat-item, #subNav li li {
	color: #65060B;
	line-height: 40px;
	height: 40px;
	text-transform: uppercase;
}
#subNav .page_item a, .cat-item a, #subNav li li a {
	color: #65060B;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	display: block;
	padding-left: 40px;
}
#subNav .current_page_item a {
	display: block;
	color: #65060B;
	text-decoration: none;
	padding-left: 40px;

}
#subNav .current_page_item {
	background: url(../images/subNavHover.jpg) no-repeat;
}

#subNav .page_item a:hover, .cat-item a:hover, #subNav li li a:hover {
	color: #65060B;
	line-height: 40px;
	height: 40px;
	background: url(../images/subNavHover.jpg) no-repeat;
}
#wrapperSubNav ul, #wrapperSubNav li {
	list-style: none;
}

/**************** contentRechts ****************/
#contentRechts {
	line-height: 20px;
	color: #1a1a1a;
}
#contentRechts p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#contentRechts a {
	color: #65060B;
}
#contentRechts h2 {
	color: #65060B;
}
/**************** footer ****************/
#footer {
	text-align: center;
	color: #1a1a1a;
}
#footer a {
	text-decoration: none;
	color: #65060B;
}
#footer a:hover {
	text-decoration: underline;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

