body {
	background-color: #F7F3EC;
	font-family: Verdana, sans-serif;	font-size:0.8em;
}
a {
	color: #712707;
	text-decoration: none;
}

a:hover {
	color: #712707;
	text-decoration: underline;
}


/************* Header *************/

#header h1 {
	margin: 0px;
	padding: 0px;
}

/************* Sprachen *************/#sprachen {
	text-align: right;
	font-size: 80%;
	color: #53401c;
}
#sprachen a {
	color: #53401c;
	text-decoration: none;
}
#sprachen a:hover {
	color: #712707;
	text-decoration:underline;
}
/************* Sub-Nav *************/

#subNav ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#subNav li {
	margin: 0px;
	text-indent:-24px;
}
#subNav .page_item h2 {
	font-size: 100%;
}
.subParent {
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	background-image:url(../images/ui/subHeadlineBack.gif);	background-repeat:no-repeat;	background-position: 60% center;
	padding:0px 0px 20px 0px;
	color: #712707;
}

.subParent a {
	text-decoration:none;
	color: #4f4127;
	margin-left:25px;	padding-left:0px;}
.subParent a:hover {
	text-decoration:none;
	color: #712707;
	margin-left:0px;	padding-left:25px;	background-image:url(../images/ui/subNaviListImage.gif);	background-repeat:no-repeat;	background-position:left;}
.subParentInActive {
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	background-image:url(../images/ui/subHeadlineBack.gif);	background-repeat:no-repeat;	background-position: 60% center;
	padding:0px 0px 20px 25px;
	color: #712707;
}

#subNav .page_item, .cat-item, #subNav li {
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
	line-height: 25px;
	padding-left:25px;
}

#subNav .page_item a, .cat-item a, #subNav li a {
	font-weight: normal;
	text-decoration:none;	color: #4f4127;
	margin-left:25px;	padding-left:0px;}#subNav .page_item a:hover, .cat-item a:hover, #subNav li a:hover {	background-image:url(../images/ui/subNaviListImage.gif);	background-position:left;	text-decoration:underline;
	background-repeat:no-repeat;	color: #712707;
	margin-left:0px;	padding-left:25px;}
#subNav .current_page_item a {
	background-image:url(../images/ui/subNaviListImage.gif);	background-repeat:no-repeat;	background-position:left;	margin-left:0px;
	color: #712707;		margin-left:0px;	padding-left:25px;	text-decoration:none;
}
/************* Main Nav *************/#mainNav ul {
	margin: 0px;
	padding: 0px;
}
#mainNav li {
	float: left;
	list-style: none;
}
#mainNav h1 {
	font-size: 100%;
	margin: 0px;
	padding:0px;
}
 #mainNav .page_item  {
	text-transform: uppercase;
	background-image: none;	color: #4f4127;
	font-size:100%;	font-weight:normal;
	height:35px;
}#mainNav .page_item a {
	background-image: none;	color: #4f4127;
	text-decoration:none;
	display:block;
	padding:10px 10px 0px 10px;
}#mainNav .page_item a:hover {
	text-decoration: underline;
	padding:10px 10px 0px 10px;
}
#mainNav .current_page_item, #mainNav .current_page_parent, #mainNav .current_page_ancestor {
	color: #712707;
}

#mainNav .current_page_item a, #mainNav .current_page_parent a, #mainNav .current_page_ancestor a {
	background-image:url(../images/ui/mainNavActiveBack.gif);	background-repeat:repeat-x;	background-position:top;	height:35px;

}
/************* Inhalt *************/
#inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5, #inhalt h6 {
	color: #712707;
}
#inhalt h2 {
	font-weight: normal;
}

#inhalt {
	color: #53401c;
	line-height: 25px;
}

/************* Footer *************/
#footer {
	text-align: center;
	font-size: 80%;
	color: #53401c;
	text-transform: uppercase;
}
/************* Image *************/
p img {
	padding: 5px;
	max-width: 100%;
	border: 1px solid #C5B79D;
}

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

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}





