body {
	font-size: 0.8em;
	font-family: Georgia;
}
small {
	font-size: 0.8em;
}
/************** Navi ****************/

#nav {
	text-align: center;

}

#nav a {
	text-decoration: none;
	color: white;
	font-size: 150%;
	font-style: normal;
	line-height: 50px;
}
#nav a:hover {
	text-decoration: underline;
}
.navi {
	margin: 0px auto 0px auto;
	width:1000px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}

.navi li {
	display: inline;
	list-style: none;
	padding: 0px 20px;
	line-height: 50px;
}

/************* SubNavi **************/

#sidebar ul {
	margin: 20px 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

#sidebar .page_item, #sidebar .current_page_item, .parent_page_item {
	text-align: right;
	font-size: 120%;
	font-weight: normal;
	list-style: none;
	line-height: 2.5em;
}

#sidebar .page_item a {
	font-weight: normal;
	text-decoration:none;	color: #792218;
	padding: 10px 40px 10px 10px;}#sidebar .page_item a:hover, .parent_page_item a:hover {	background-image: url(../images/subNavActive.jpg);	background-position: right bottom;	text-decoration:none;
	background-repeat:no-repeat;	color: #792218;}
#sidebar .current_page_item a {
	background-image: url(../images/subNavActive.jpg);	background-repeat:no-repeat;	background-position: right bottom;	color: #3D0303;
	padding: 10px 40px 10px 10px;	text-decoration:none;
	font-weight: bold;
}
#sidebar .parent_page_item a {	color: #792218;	text-decoration:none;
	font-weight: bold;
}


/************* Content **************/
#contentRight h2 {
	font-size: 200%;
	color: #792218;
	font-weight: normal;
	margin: 20px 0px;
}
#contentRight h2 a {
	color: #792218;
}
#contentRight {
	color: #3D0303;
	line-height: 2em;
}
#contentRight a {
	color: #792218;
}

/* Begin Images */
p img {
	padding: 5px;
	max-width: 100%;
	}
 
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
}

.attachment-thumbnail {
	border: solid 1px #792218 !important;
	background: transparent;
}

.gallery img, .gallery a img, .ngg-gallery-thumbnail img, .ngg-gallery-thumbnail a img, a.size-thumbnail img, img.ngg-singlepic, img.ngg-singlepic a, .entry img {
	border: solid 1px #792218;
	background: transparent;
	padding: 3px;
}
.gallery a:hover img, .entry a:hover img, .ngg-gallery-thumbnail a:hover img, a:hover img.ngg-singlepic {
	border-color: #792218;
	background: #792218;
}

/* End Images */
/************* Footer **************/

#footer {
	text-align: center;
	color: #792218;
	font-size: 100%;
}

#footer a {
	color: #3D0303;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/************* Searchfield **************/

.searchField {
	color:#792218 ;
	border:solid 0 #fff;
	background: transparent url(../images/suchfeld.jpg) no-repeat;
	width:109px;
	height:24px;
	padding: 8px 12px 0px 20px;
	/*line-height: 32px;
	vertical-align: middle;*/
}
fieldset>input.searchField {
background: transparent;
}
.searchBut {
	color:#792218;
	margin-left:5px;
	border:solid 0 #fff;
	background: transparent;
	height:32px;
	padding: 0px 0px 0px 0px;
}
fieldset>input.searchBut {
background: transparent;
}









