@charset "utf-8";


/* --- Allgemeine Definitionen -- */
html, body {
	min-height:100%;
	height:100%;
	background:url(bg.jpg);
	background-position: center;
	background-repeat: repeat;
	font-family:'Corbel', Corbel, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body {
	margin: 0px;
	padding: 0px;
	height:100%;
	min-height:100%;
}

div, a, a img, img, p, input, hr, h1, h2, h3, h4, table, th, tr, td, tbody, button {
	margin:0px;
	padding:0px;
	border:none;
}


a:link, a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#794E6A;
}

a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#000;
}

a img {
	border:none;
}

#main textarea,
#main input[type=text],
#main input[type=submit],
#main textarea:hover,
#main input[type=text]:hover,
#main input[type=submit]:hover,
#main textarea:focus,
#main input[type=text]:focus,
#main input[type=submit]:focus {
	margin: 3px;
	padding: 3px;
	border-radius: 2px
}

#content p {
	margin-left: 30px;
}

#content p img {
    margin:10px;
    margin-top: 2px;
    margin-bottom: 0px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-size:38px;
	color:#794E6A;
	font-weight:normal;
	padding-bottom: 30px;
}

#content h2 {
	font-size: 30px;
}

#content h3 {
	font-size: 24px;
}

#content h4 {
	color: #000;
}

#content h5 {
	color: #000;
	font-size: 30px;
}

#content h6 {
	color:#000;
	font-size: 24px;
}

/* Template */

div#headTop {
	position: relative;
	height:15px;
	background-color:rgba(230,230,230,0.7);
	z-index: 2;
}

div#main {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto;
}

div#header {
	position: relative;
	margin-top: -15px;
	height: 600px;
}

div#header h1,
div#header h2 {
	display: none;
}

div#header div#logo {
	position: absolute;
	top:445px;
	left: 20px;
}

div#header div#menu {
	position: relative;
	height:165px;
	float: right;
	top:415px;
}

div#header div#menu ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

div#header div#menu ul li {
	position: relative;
	display: block;
	float: right;
	margin: 0;
	margin-left: 20px;
	margin-top: 110px;
	margin-bottom: 15px;
	height:50px;
}

div#header div#menu ul li a {
	position: relative;
	display: block;
	color: #663956;
	font-size: 20px;
        padding-top:12px;
}

div#header div#menu ul li.collapse,
div#header div#menu ul li.active,
div#header div#menu ul li:hover {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top:110px solid rgba(0,0,0,0.3);
	border-bottom : 15px solid rgba(0,0,0,0.3);
}

div#header div#menu ul li ul {
	display: none;
}

div#header div#headerImage {
	position: relative;
	height:400px;
	margin-right:-15px;
	margin-left:-15px;
	top: 25px;
	background-image: url(headerImage.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}

div#content {
	position: relative;
	clear: both;
	margin: 5px;
	margin-top: 25px;
	padding: 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-size:36px;
	color:#794E6A;
	font-weight:normal;
	padding-bottom: 30px;
}

#content h2 {
	font-size: 30px;
}

#content h3 {
	font-size: 24px;
}

#content h4 {
	color: #000;
}

#content h5 {
	color: #000;
	font-size: 30px;
}

#content h6 {
	color:#000;
	font-size: 24px;
}

div#footer {
	position: relative;
	margin: 0;
	margin-top:20px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: right;
	height:50px;
}

div#footer ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#footer ul li {
	position: relative;
	display: block;
	float: right;
	margin: 5px;
	padding: 5px;
}

div#footer ul li a {
	color: #000;
}

div#footer ul li:hover a,
div#footer ul li.active a{
	text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    div#header div#logo {
	top: 460px;
	left: 0px;
    }
    
    div#header div#logo a img{
	height: 100px;
	width: 270px;
    }
    
    #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight:normal;
	font-size:48px;
    }
}