﻿/* Alle kritischen Werte mit 0 instanziieren */
* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
body {
	margin: 0% 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #000;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
.meta {
	font-size: 1.0em;
	color: #000;
	padding: 12px 12px;
}
.left {
	float: left;
}
.right {
	float: right;
	margin: 20px;
}
.center {
	float: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: 500;
}
h1 {
	color: #77622B;
	font-size: 1.4em;
	margin-bottom: 4px;
	font: "Lucida Sans Unicode",sans-serif;
}
iframe {
	border: 0px;
}
.post_banner {
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	height: 19px;
	line-height: 19px;
	margin: 0 0 0 -5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 0;
	width: 490px;
}
h3 {
	color: #77622B;
	font-size: 1.4em;
}
h2 {
	color: #77622B;
	font-size: 1.0em;
}
.item {
	padding: 12px 12px;
	background: #FFFFFF;
	margin-bottom: 8px;
	border-color:#77622B #77622B #FFFFFF #FFFFFF;
	border-style:solid;
border-width:1px 1px 1px 1px;

}
cite {
	background: url(images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
blockquote {
	text-align: left;
	background: #EDE7D9;
	border-bottom: 1px dotted #77622B;
	border-top: 1px dotted #77622B;
	border-left: 1px dotted #77622B;
	border-right: 1px dotted #77622B;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {
	padding: 3px 0;
}
p {
	padding-bottom: 1em;
}
li {
	list-style: disc;
	margin-left: 8px;
}
a {
	color: #77622B;
	text-decoration: none;
}
a:hover {
	color: #55492D;
	text-decoration: underline;
}
/*Design Start*/
.container {
	width: 800px;
	margin: 0 auto;
	font-size: 1.2em;
}
.header {
	width: 800px;
	height: 130px;
	background-image: url(images/header.jpg);
	margin-top: 10px;
}
.content {
	background-image: url(images/menueleiste_04.png);
	background-repeat: repeat-y;
	width: 752px;
	height: auto;
	padding: 18px 24px;
}
.menueleiste {
margin-top:10px;
	width: 800px;
	height: 60px;
	background-image: url(images/navileiste.png);
}
.footer {
	background-image: url(images/footer.png);
	height: 32px;
	color: #000;
	font-size: 0.9em;
	line-height: 32px;
	width: 100%;
	text-align: center;
}
.footer .right {
	padding: 0 16px;
}
.footer .left {
	padding: 0 16px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*Design Ende*/
/*Navigation Start*/
.navistyle {
	width: 98%;
	font-weight: normal;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.2em;
}
#chromemenu {
	padding: 0px;
}
.navistyle:after {
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
		display: inline;

}
.navistyle ul {
	width: 100%;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.navistyle ul li {
	display: inline;
}
.navistyle ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.navistyle ul li a:hover {
border-color:#F5EAD3 #FBA000 #FBA000 #FBA000;
border-style:solid;
border-width:5px 0px 0px 0px;	
color: #F5EAD3; /*THEME CHANGE HERE*/
}
.navistyle ul li a[rel]:after {
	/*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #77622B;
	border-bottom-width: 1px;
	border-color: #F5EAD3 #77622B #77622B #F5EAD3;

	font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 20px;
	z-index: 8;
	background-image: url(images/dropdown_bg.png);
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 10px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
* html .dropmenudiv a {
	/*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover {
	/*THEME CHANGE HERE*/
	text-decoration: underline;
	color: #F5EAD3;
}
/*Navigation Ende*/

