/* 
BLOECKE
*/

body {
	background: #705123;
}

a {
	color: #f70081; /* pink */
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #F2F0E6; /* weiss */
}

div#page-header-box {
	height: 1px;
	/* background: #222222; */
}

div#page-content-wrapper {
	color: #F2F0E6; /* weiss */
}

div#header-box {
	background: #705123 url('/fileadmin/template/main/images/header-logo.png') top left no-repeat;
	height: 360px;
	margin: 0 0 3em 0;
}

div#navigation-box {
	
}

div#page-content-box {
	/* font-family: Georgia,"Times New Roman",Times,serif; */
	line-height: 1.5;
	font-size: 1.2em;
	min-height: 400px;
}

div#page-footer-box {
	/* height: 8em; */
	background: #56401d;
	text-align: center;
	font-size: 1.5em;
	margin: 3em 0 0 0;	
	color: #F2F0E6; /* weiss */
}

div#page-footer-container-content {
	/* font-family: Georgia,"Times New Roman",Times,serif; */
	font-size: 0.8em;
}

div#logo-box {
	border-bottom: 1px solid #B7A478;
	font-size: 1.3em;
	padding: 0.8em 0 1.2em 0;
	text-align: center;
}

div#footer-box-content-text {
	padding: 0.8em 0 1.2em 0;
	text-align:center;
}
/* 
NAVIGATION
*/

ul#level-1-navigation,
ul.level-2-navigation {
	margin: 0;
	list-style: none;
}

ul.level-2-navigation a {
	margin: 0 0 0 1.5em;
	color: #f70081; /* pink */
	background: transparent;
}

ul.level-1-navigation a,
ul.level-2-navigation a {
}

ul#level-1-navigation li,
ul.level-2-navigation li {
	margin: 0 0 0.6em 0;
}

li.level-1-entry a,
li.level-2-entry a {
	color: #f70081; /* pink */
	text-transform: uppercase;
	text-decoration: none;	
	background: transparent;
}

li.level-1-entry-active a,
ul.level-2-navigation li.level-2-entry-active a {
	color: #F2F0E6; /* weiss */
	text-transform: uppercase;
	text-decoration: none;	
	background: transparent;
}

/* 
INHALT 
*/
div#page-content-wrapper h1,
div#page-content-wrapper h2,
div#page-content-wrapper h3,
div#page-content-wrapper h4 {
	color: #f70081; /* pink */
	text-transform: uppercase;
}

div#page-content-wrapper h1 {
	font-size: 1.5em;
}

div#page-content-wrapper h2 {
	font-size: 1.3em;
}

div#page-content-wrapper h2 {
	font-size: 1.2em;
	font-weight: bold;
}


b {
	color: #f70081; /* pink */
	font-weight: bold;
}

/* 
MAILFORMULAR 
*/
fieldset {
	border: 0;
	background: #705123;
}

label {
	padding: 6px 0px 3px 0px;
	display: inline-block;
	width: 190px;
	float: left;
	font-weight: normal;
}

textarea {
	width: 300px;
	height: 100px;
}
