﻿html{
	margin:0;
    padding:0;
    border:0;
    outline:0;
	font-family: 'Roboto Condensed', sans-serif; /* 1 */
	font-size: 16px;
	font-weight: 400;
	
}
body{
	margin:0;
    padding:0;
    border:0;
    outline:0;
}

header
{
	width:auto;
	max-width: 960px;
	margin: 0 auto;
	background: rgb(217,217,217);
	border-top:10px solid rgb(227,0,30);
	position: relative;
}

header img.LogoPic{
	position: absolute;
	top: -10px;
	left: 40px;
	z-index: 10;
}

header img.FormelPicOben{
	position: absolute;
	top: 70px;
	left: 40px;
	z-index: 10;
}

header #navigation{
	height: 50px;
	background: rgb(217,217,217);
}

strong, b{
	font-weight: bold;
}

em, i{
	font-style: italic;
}

a{
	padding-top: 0.2em;
	line-height: 1.1em;
	color: rgb(143,197,83);
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

select{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	width: 98%;
}

input[type="submit"]{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	width: 98%;
	color: rgb(255,255,255);
	background: rgb(0,131,75);
	border: 1px outset rgb(0,131,75);
}

section{
	width:auto;
	max-width: 960px;
	margin: 0 auto;
	background: rgb(255,255,255);
}



section#mainContent{
	width:auto;
	max-width: 600px;
	margin: 0 auto;
	background: rgb(255,255,255);
}

ul#breadcrumb{
	margin: 0.5em 20px 0.5em 20px;
	padding: 0;
}
ul#breadcrumb li{
	margin: 0;
	padding: 0;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: rgb(160,160,160);
}
ul#breadcrumb li a{
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	color: rgb(160,160,160);
}

div#subCatPreview{
	margin: 1.5rem 20px 0 20px;
}

div#subCatPreview li{
	display: inline-block;
	margin: 0 6px 16px 6px;
}


div#subCatPreview li a{
	display: block;
	width: 54px;
	overflow: hidden;
	color: rgb(0,0,0);
	font-size: 0.8rem;
	font-weight: 300;
}
div#subCatPreview li a p{
	
	white-space: nowrap; 
    overflow: hidden;
	text-overflow: ellipsis;
	
}


h1{
	margin: 1em 20px 0.2em 20px;
	color: rgb(227,0,30);
	font-size: 1.5rem;
	font-weight: 700;
}

h2{
	margin: 0 20px;
	color: rgb(160,160,160);
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.1em;
}

h3{
	margin: 0 0 0.5em 0;
	color: rgb(227,0,30);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.1em;
}



div#article{
	margin: 1.5rem 20px 1.5em 20px;
	color: rgb(0,0,0);
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.1em;
}

div#article a{
	color: rgb(228,0,31);
}

div#article ul{
	margin: 0 0 0.5em 0;
}

div#article li{
	margin: 0.5em 0 0 20px;
	list-style-type: square;
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1em;
}
div#article img.contentArticlePic{
	float: right; 
	margin: 0 0 1em 1em;
}

div#article ul.download_list{
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
}

div#article ul.download_list li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#article ul.download_list img{
	float: left;
	margin: 0 1.5em 1.5em 0;
	width: 100px;
}

ul#newsList {
	margin: 0;
	padding: 0;
}
ul#newsList li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#newsList li div.newspic{
	float: left;
	width: 150px;
	margin: 0 1.5em 1.5em 0;
}
ul#newsList li div.newspic img{
	width: 100%;
}





section#newsSection{
	width:auto;
	max-width: 600px;
	margin: 0 auto;
	background: rgb(255,255,255);
}

section#newsSection h4{
	padding: 0 20px;
	color: rgb(160,160,160);
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.1em;
	border-bottom: 1px solid rgb(217,217,217);
}

section#newsSection ul{
	margin: 1em 20px 0 20px;
}
section#newsSection li{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding: 0;
	margin-bottom: 1.5em;
}
section#newsSection li div.newspic{
	float: left;
	width: 100px;
	margin: 0 10px 1px 0;
}
section#newsSection li div.newstext{
	margin: 0 10px 0 0;
}
section#newsSection li h5{
	color: rgb(227,0,30);
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 0.95em;
}
section#newsSection li p{
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.1em;
}
section#newsSection li a{
	color: rgb(228,0,31);
	font-size: 0.9rem;
	font-weight: 300;
	font-style: italic;
	line-height: 0.95em;
}


section#googlemap{
	border-top: solid 3px rgb(160,160,160);
	border-bottom: solid 3px rgb(160,160,160);
	min-height: 205px;
}

section#footer{
	border-bottom: solid 10px rgb(227,0,30);
	background: rgb(217,217,217);
	color: rgb(217,217,217);
	margin-bottom: 10px;
	
}

section#footer img.FormelPicUnten{
	float: left;
}

section#footer #nav_bottom{
	float: left;
	margin: 1em 1em 0 1em;
}

section#footer #nav_bottom li.e1{
	display: inline-block;
	vertical-align: top;
	margin: 0 2.5em 1em 0;
}
section#footer #nav_bottom li.e1 a{
	color: rgb(0,0,0);
	font-size: 0.85rem;
	font-weight: 700;
	font-style: normal;
}
section#footer #nav_bottom li.e2 a{
	color: rgb(0,0,0);
	font-size: 0.85rem;
	font-weight: 300;
	font-style: normal;
}

section#footer #footerContact{
	margin: 1em 0 1em 1em ;
	float: left;
}

section#footer #footerContact h6{
	color: rgb(227,0,30);
	font-size: 0.85rem;
	font-weight: 300;
	font-style: normal;
	line-height: 1em;
	margin-bottom: 5px;
}

section#footer #footerContact p{
	color: rgb(0,0,0);
	font-size: 0.85rem;
	font-weight: 300;
	font-style: normal;
	line-height: 1.2em;
	margin-bottom: 5px;
}
section#footer #footerContact p a{
	color: rgb(0,0,0);
}






.hidden{
	visibility: hidden; 
}

/* ###################################################### */
/* ################### Kontaktformular ################## */
/* ###################################################### */


#kontakt_form{
    margin: 1em 0px 2em 0px;
}

#kontakt_form label{
	float: left;
	font-size: 0.90em;
    font-weight: normal;
    line-height: 1.3em;
}
#kontakt_form input[type=text],#kontakt_form input[type=password], #kontakt_form select{
	float: right;
	width: auto;
	min-width: 75%;
}
#kontakt_form select{
	float: right;
	width: auto;
	min-width: 77%;
}

#kontakt_form textarea{
	float: right;
	width: 97%;
	height: 9em;
}





#kontakt_form div.normal{
	margin-top: 5px;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.2em;
}


#kontakt_form input, #kontakt_form select, #kontakt_form textarea {
	font-style: italic;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.2em;
	color:  rgb(160,160,160);
	border: 1px solid  rgb(160,160,160);
	padding: 5px;
}


#kontakt_form input[type=submit], #kontakt_form input[type=reset]{
	float: right;
	margin-right: 5px;
	display: inline-block;
	font-style: italic;
	font-weight: 400;
	font-size: 0.9em;
	padding: 0.3em 0.8em;
	background: rgb(200,200,200);
	color: rgb(0,0,0);
	border: solid 1px rgb(160,160,160);
	cursor: pointer;
	width: auto;
}

div#logoutText a.button{
	float: right;
	margin-right: 5px;
	display: inline-block;
	font-style: italic;
	font-weight: 400;
	font-size: 0.9em;
	padding: 0.3em 0.8em;
	background: rgb(200,215,122);
	color: rgb(0,131,75);
	border: solid 1px rgb(0,131,75);
	border-bottom: solid 1px rgb(0,131,75);
	cursor: pointer;
	width: auto;
}

input.button{
	float: right;
	margin-right: 5px;
	display: inline-block;
	font-style: italic;
	font-weight: 400;
	font-size: 0.9em;
	padding: 0.3em 0.8em;
	background: rgb(200,215,122);
	color: rgb(0,131,75);
	border: solid 1px rgb(0,131,75);
	border-bottom: solid 1px rgb(0,131,75);
	cursor: pointer;
	width: auto;
}

/* ----- SITEMAP ----- */
ul.sitemap {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
}

#content ul.sitemap ul {
    margin: 0;
}

.sitemap .sitemap {
    margin: 0;
}

.sitemap li {
    list-style: none;
}

.sitemap li li{
    list-style: none;
	padding-left: 2em;
}

.sitemap a {
    display: block;
    padding: 0.3em 0 0.3em 0;
    color: rgb(127,129,134);
    text-decoration: none;
}

.sitemap a:hover {
    color: rgb(0,131,75);
}

/* styling the different levels */
.sitemap>li {
    border-bottom: 1px dashed rgb(0,131,75);
}


/* landscape - Handy quer*/
@media (min-width: 560px) and (max-width: 700px){
	
	header img.FormelPicOben{
		display: none;
	}
	
	section#footer img.FormelPicUnten{
		display: none;
	}
	
	section#footer #nav_bottom li.e1{
		display: inline-block;
		vertical-align: top;
		margin: 0 1em 1em 0;
	}

	#kontakt_form label{
		float: none;
		width: auto;
		display: block;
	}
	#kontakt_form input[type=text], #kontakt_form select{
		float: none;
		width: 98%;
	}

	#kontakt_form textarea{
		float: none;
		width: 97%;
		height: 9em;
	}
	
}
 
/* portrait - Handy hochkant */
@media (max-width: 560px) {
	
	header img.FormelPicOben{
		display: none;
	}
	section#footer img.FormelPicUnten{
		display: none;
	}
	
	section#newsSection li div.newspic{
		width: 70%;
		float: none;
	}
	
	div#article img.contentArticlePic{
		float: none;
		margin: 0 0 1em 0em;
	}
	
	section#footer #nav_bottom li.e1{
		display: inline-block;
		vertical-align: top;
		margin: 0 1em 1em 0;
	}
	
	#kontakt_form label{
		float: none;
		width: auto;
		display: block;
	}
	#kontakt_form input[type=text], #kontakt_form select{
		float: none;
		width: 98%;
	}

	#kontakt_form textarea{
		float: none;
		width: 97%;
		height: 9em;
	}

}

/* ----- SLIDER ----- */
.slider01 {
position: relative;
overflow: hidden;
}

.slider01 ul {
position: relative;
z-index : 1;
}

.slider01 li {
position: absolute;
list-style: none;
left: 0;
top: 0;
opacity: 0;
}
.slider01 li.active {
opacity: 1;
}

.clearbreak {
  clear: both;
}