/* Basis Stile */
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12pt;
	background-color: #e8e8e8;
}
h1 {
	font-size: 16pt;
	color: #606060;
}
h2 {
	font-size: 14pt;
	color: #606060;
}
h3 {
	font-size: 14pt;
	font-weight:  normal;
	color: #606060;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #606060;
}
a:hover {
	color: #cc6633;
}
blockquote {
	margin: 0;
	padding: 0 60px 0 60px;
	color: #cc6633;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
p.author {
	margin: 0;
	padding: 0 60px 0 60px;
	font-size:  10pt;
	text-align: right;
}
#header {
	padding: 0;
	margin: 0;
	width: 1006px;
	height:  70px;
	background-image: url(images/border-top.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#page {
	width: 1006px;
	background-image: url(images/border-center.jpg);
	background-repeat: repeat-y;
	border-style: none;
	margin: 0;
	padding: 0;
	min-height: 550px;
}
#borderbottom {
	padding: 0;
	margin: 0;
	width: 1006px;
	height: 20px;
	background-image: url(images/border-bottom.jpg);
	background-repeat: no-repeat;
}
#bottom-text {
	padding: 0 0 3px;
	margin: 0;
	font-size: 8pt;
	text-align: center;
}
#top-navi {
	height: 25px;
	margin: 0 3px 0 3px;
	padding: 0 0 0 89px;
	background-color: #a2a2a2;
	border-bottom: 1px solid #cc6633;
	border-left: 1px solid #cc6633;
}
.top-navi-item {
	margin: 0;
	padding-top: 4px;
	height: 21px;
	width: 90px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #424242;
	border-right: 1px solid #cc6633;
}
.top-navi-item a {
	display: block;
	text-decoration: none;
	color: #424242;	
}
.top-navi-item a:hover{
	color: #e8e8e8;
}
.top-navi-item-active {
	margin: 0;
	padding-top: 4px;
	height: 21px;
	width: 90px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #e8e8e8;
	border-right: 1px solid #cc6633;
}
.top-navi-item-active a {
	display: block;
	text-decoration: none;
	color: #e8e8e8;	
}
#side-navi {
	clear: both;
	float: left;
	margin: 0 0 0 3px;
	width: 181px;
}
.side-navi-box {
	border-top: 1px solid #cc6633;
	border-right: 1px solid #cc6633;
	margin: 10px 0 0 0;
}
.side-navi-head {
	font-weight: bold;
	color: #424242;
	height:  15px;
	padding: 5px;
	background-color: #a2a2a2;
	border-left: 1px solid #cc6633;
	border-bottom: 1px solid #cc6633;
}
.side-navi-head a {
	display: block;
	color: #424242;	
}
.side-navi-head a:hover {
	color: #e8e8e8;
}
.side-navi-head-active {
	font-weight: bold;
	color: #e8e8e8;
	height: 15px;
	padding: 5px;
	background-color: #a2a2a2;
	border-left: 1px solid #cc6633;
	border-bottom: 1px solid #cc6633;
}
.side-navi-head-active a {
	display: block;
	color: #e8e8e8;	
}
.side-navi-item {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cc6633;
}
.side-navi-item a {
	display: block;
	text-decoration: none;
	color: #424242;	
}
.side-navi-item a:hover {
	color: #a2a2a2;
}
#content {
	margin-top: 10px;
	margin-left: 204px;
	margin-right: 20px;
	padding-bottom: 10px;
}
/* Ergaenzungen fuer Wordpress */
.side-navi-items {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.side-navi-items li {
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid #cc6633;
}
.side-navi-items a {
	display: block;
	text-decoration: none;
	color: #424242;	
}
.side-navi-items a:hover {
	color: #a2a2a2;
}
.post {
	border-bottom: 1px solid #cc6633;
}
.postmetadata {
	font-size: 10pt;
}
img {
	margin: 5px 10px;
}
