body {
	background-image: url("images/background.gif");
	background-repeat: repeat;
	background-color: #d3d1a1;
	
	margin: 0px;
	color: #663333;
	font-size: 0.8em;
	font-family: "Arial", "Sans";
	
}

a {
	color: #663333;
	text-decoration: underline;
}

a:active, a:visited, a:link {

}

a:hover {
	color: #a7a444;
	text-decoration: none;
}

#logo {
	padding-bottom: 235px;
	text-align: left !important;
	margin: 10px 0 0 7px !important;
	width: 157px !important;
}

hr {
	margin: 25px;
	height: 1px;
	border: 0px solid #331f0e;
	background-color: #331f0e;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	color: #663333;
	font-weight: normal;
	font-family: "Times","Times New Roman", "Serif";
}

h1 {
	color: #a7a444;
	clear: both;
	margin-bottom: 20px;
	font-size: 300%;
}

h2 {
	color: #a7a444;
	clear: both;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 200%;
}

h2:first-child {
	margin-top: 0px;
}

h3 {
	font-family: "Arial","Sans";
	font-size: 140%;
	margin-top: 15px;
}

h3:first-child {
	margin-top: 0px;
}

h4 {
	font-family: "Arial","Sans";
	font-size: 125%;
}

h5 {
	font-family: "Arial","Sans";
	font-size: 110%;
}

#leftBoxContainer {
	width: 180px;
	
	float: left;
	background-image: url("images/leftBoxLogo.gif");
	background-repeat: no-repeat;
}

#leftBoxBg {
	background: url("images/bg_sidebar.png") repeat-y 0 -490px;
	width: 180px;
	padding: 0 10px 0 0;
	font-size: 100%;
	font-family: "Arial","Sans";
	color: #fff;
}

#leftBox {
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Arial","Sans";
	color: #fff;
	background-image: url(images/sidebar.gif);
	/*background-image: url("images/leftBoxBG.png");*/
	background-repeat: no-repeat;
}

.widget_search {
	margin: 10px 0 20px 0 !important;
}

.widget_search #s {
	width: 155px;
}

#leftBoxtxt {
	padding: 10px;
}

#leftBox h2, #leftBoxBg h2 {
	margin: 15px 0px 8px 0px;
	padding: 0px;
	font-family: Georgia, "Times","Times New Roman", "Serif";
	font-size: 1.5em;
	font-weight: normal;
	color: #fff;
	text-transform: none;	
	border-bottom: 1px solid #3A2111;
}

#leftBox ul, #leftBoxBg ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#leftBoxBg ul {
	padding: 0px 20px 0px 10px;
}

#leftBoxBg ul ul {
	padding: 0px 20px 0px 0px;
}

#leftBox ul li, #leftBoxBg ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}

#leftBox a, #leftBoxBg a {
	color: #fff;
	text-decoration: none;
}

#leftBox input {
	clear: both;
	/*width: 36px;*/
}

#leftBox select {
	margin-right: 3px;
	float: left;
	width: 50px;
}

#leftBox .submit {
	clear: both;
	/*width: 80px;*/
}

#leftBoxBottom {
	background: url(images/bg_sidebar_bottom.png) no-repeat;
	height: 10px;
	overflow: hidden;
}

#blogheader {
	text-align: right;
	padding: 10px 15px 0 0;
	background: url(images/headerbild.jpg) no-repeat 0 60px;
	height: 290px;
}

#navigation {
	width: 566px;
	padding-bottom: 4px;
}

#navigation a {
	color: #70451f;
}

#navigation a:hover{
	text-decoration: underline;
}

/* navigation hauptmenüelemente */

#navigation ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li {
	float: left;
	padding: 9px 5px;
	margin: 0px;
	
	font-family: "Times","Times New Roman", "Serif";
	font-size: 110%;
	text-transform: uppercase;	
}

#navigation ul li:hover{
	background-color: #d3d1a1;
}

/* navigation untermenüelemente */

#navigation ul ul {
	float: left;
	margin-top: 0px;
	padding-top: 13px;
	list-style: none;
}

#navigation ul ul li {
	background-color: #f0ece8;
	float: left;
	padding: 6px;
	margin: 0px;
	
	font-family: "Times","Times New Roman", "Serif";
	font-size: 90%;
	text-transform: uppercase;
}

#navigation ul ul li:hover{
	background-color: #e9e8d0;
}

#navigation ul ul ul {
	float: left;
	display: inline;
	margin: 0px;
	margin-left: 132px;
}

#navigation ul ul ul li {
	background-color: #f0ece8;
	padding: 6px;
	margin: 0px;
	margin-top: -32px;
	font-size: 100%;
	font-family: "Times","Times New Roman", "Serif";
	text-transform: uppercase;
}

#navigation ul ul ul li:hover{
	background-color: #fff;
}

#sprachenContainer {
	margin: 0px;
	float: right;
}

#sprachenContainer div {
	height: 36px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}

#sprachenContainer * ul li:hover {
	background-color: #fff;
}

#sprachenContainer * ul li {
	float: left;
	margin-top: auto;
	margin-bottom: auto;
}

#contentContainer {
	float: right;
	padding: 4px;
	width: 566px;
	background-color: #fff;
	min-height: 800px;
}

#footerContainer {
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#footer {
	margin-top: 6px;
	font-size: 80%;
	text-align: center;
	float: right;
	width: 570px;
	height: 60px;
}

#main {
	width: 754px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#bgImage {
	width: 100%;
	float: left;
	background-image: url("../../images/background/default.jpg");
	background-repeat: no-repeat;
	background-color: #fff;
}

#htmlContent {
	background-image: url("/images/bg_white.png");
	background-repeat: repeat-y;
	min-height: 180px;
	margin-top: 268px;
	margin-bottom: 30px;
	padding: 10px 100px 6px 6px;
	width: 450px;
}

#htmlContent * img {
	margin: 0px 4px 4px 4px;
	border: 3px solid #fff;
}

#htmlContent * iframe {
	margin: 0px 4px 4px 4px;
	border: 3px solid #fff;
}

#htmlContent * div img {
	margin: 0px 6px 6px 6px;
	border: 0px solid #fff;
}

div.article-content input {
	display: block;
	margin: 5px;
}

div.article-content select {
	display: block;
	margin: 5px;
}

div.article-content label {
	float: left;
	width: 100px;
	padding: 0px;
}

#submit {
	margin-left: 100px;
	margin-top: 20px;
}

.preis {
	float: right;
	margin: 10px 0px 5px 0px;
	padding: 5px;
	background-color: #a7a444;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	font-family: "Arial","Sans";
}

td .contentheading {
	color: #a7a444;
	font-size: 200%;
	font-family: "Times","Times New Roman", "Serif";
}

div table {
	width: 100%;
	margin: 10px 0px;
}

div table tr th {
	padding: 8px;
	color: #fff;
	text-align: left;
	background-color: #a7a444;
}

div table tr td {
	padding: 6px;
	background-color: #f0ece8;
}

.blog table {
	width: 100%;
	margin: 0px 0px;
}

.blog td {
	padding: 0px;
	background-color: transparent;
}

#htmlContent * img.noBorder {
	padding: 0px;
	margin: 0px;
	border: 0px solid #0ff;
}

#anmerkung {
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #a98f79;
}

table.contentpane {
	clear: both;
	margin: 0px;
	margin-top: 270px;
	margin-bottom: 50px;
}

div.article-content.input.required validation-failed {
	padding: 10px;
	background-color: #f00;
}

div.validation-advice {
	color: #f00;
	font-size: 80%;
	clear: both;
	margin-left: 98px;
}

div.chronoform {
	display: none;
}

.poweredphplist {
	display: none !important;
}

.post {
	margin: 15px;
}
