a, p, h1, h2, h3, h4, h5, h6, blockquote, cite, person, address, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Überschriften */
h1 {
	font-size: 2.0em;
	margin: 8px 0 5px 0;
}
h2 {
	font-size: 1.7em;
	margin: 6px 0 4px 0;
}
h3 {
	font-size: 1.5em;
	margin: 5px 0 3px 0;
}
h4 {
	font-size: 1.3em;
	margin: 4px 0 2px 0;
}
h5 {
	font-size: 1.1em;
	margin: 3px 0 1px 0;
}
h6 {
	font-size: 0.9em;
	margin: 2px 0 0 0;
}
p {
	margin: 6px 0 6px 0;
}

/* Zitate */
blockquote, cite {
	margin: 6px 2px 6px 40px;
	padding-left: 5px;
	display: inline-block;
	border-left: 5px solid #003F00;
}
/* pre */
pre {
	position: relative;
	left: 84px;
}

/* Code */
code {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	display: block;
	border: 1px solid #003F00;
	background-color: #000000;
	padding: 5px;
	margin: 4px 0 4px 0;
}

/* Personen */
person {
	font-style: italic;
	font-weight: bold;
}

/* Adresse */
address {
	border: 1px solid #003F00;
	background-color: #ffffff;
	width: auto;
	margin: 4px;
	padding: 5px;
	font-style: italic;
}

/* horizontale Linie */
hr {
	border: 1px dashed #003F00;
}

/* Links */
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.0em;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Bilder */
img {
	max-width: 100%;
}
/* verlinkte Bilder */
a img {
	/*border: 1px solid #003F00*/
}
a:hover img {
	/*border: 1px solid #003F00*/
}


/************************************************
* START - Muster einer gestalteten Tabelle *
************************************************/
.styled {
	border-collapse: collapse;
}
.styled caption {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2px;
}
.styled thead th {
	border: 1px solid #003F00;
	padding: 4px;
	background-color: #ffffff;
}
.styled tbody td {
	border: 1px solid #003F00;
	background-color: #ffffff;
	padding: 4px;
}
.styled tfoot td {
	background-color: #ffffff;
	padding: 4px;
}
/**********************************************
* ENDE - Muster einer gestalteten Tabelle *
**********************************************/

/********************************************
* EN: START  - Muster einer gestalteten Box *
*********************************************/
.styled_box {
	border: 1px solid #003F00;
	background-color: #ffffff;
	padding: 5px;
	margin: 5px 0 5px 0;
}
/******************************************
* NDE - Muster einer gestalteten Box *
******************************************/


/* forms */
input, textarea {
	color: #ffffff; 
	border: 1px solid #003F00; 
	padding: 9px;
	font-size: 1.1em;
	font-weight: normal;
	color: #003F00;
	background: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;
}
select {
	background: url(img/input-bg.png) repeat-x;
	height: 38px;
	padding: 9px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;
	color: #ffffff;
	line-height: 30px;
}

option {
	background-image: url(img/input-bg.png);
	font-size: 1.1em;
	border: 1px solid #003F00;
	padding: 10px;
	color: #ffffff;
	
}

option:hover {
	background: #000000 url(img/h-sw.png) repeat-x;
	border-style: solid;
	border-width: 1px;

	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;

}
textarea {
	background: #ffffff url(img/textarea-bg.png) repeat-x;
}
input:focus, textarea:focus, select:focus {
	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;
}
input[type=submit], input[type=reset], input.inputfeld_submit_out {
	border: 1px solid #003F00; 
	background-color: #ffffff; 
	padding: 9px; 
	text-transform: uppercase;
	background: #000000 url(img/h-sw.png) repeat-x;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;
	font-weight: normal;
	font-size: 1.1em;
}
input[type=submit]:hover, input[type=reset]:hover  {
	background: #000000 url(img/h-ge.png) repeat-x;
	color: #ffffff; 
	text-shadow: 1px 1px 1px #000000;
	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;
}
input.inputfeld_submit_hover {
	text-transform: uppercase;
	background: #000000 url(img/h-ge.png) repeat-x;
	color: #ffffff; 
	text-shadow: 1px 1px 1px #000000;
	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;
}
input.inputfeld_submit_out {
	text-transform: uppercase;
	background: #000000 url(img/h-sw.png) repeat-x;
	border-width: 1px;
	border-style: solid;
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;
}
input.inputfeld_focus, option.option_focus, textarea.textarea_focus, select.select_focus {
	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;
}

select.select_focus {
	background: #000000;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-top-color: #003F00;
	border-right-color: #003F00;
	border-bottom-color: #003F00;
	border-left-color: #003F00;
}




/* Standards */

a[href$=".pdf"] {
    background: url(img/pdficon12.png) no-repeat;
    padding-left: 20px;
}

.highlight {background-color:#ffffff;}

.teaserbutton {
    display: block; clear:both; padding: 5px 10px 5px 10px;  margin: 10px 10px 10px 10px;  text-align: center;  border: 2px solid #ccc;  border-radius: 1.2em; transition: 0.8s all;
	background: rgba(200, 200, 200, 0.5);
}

.teaserbutton:hover {
	background: rgba(50, 50, 50, 0.5); color: #ffffff;  border-radius: 0.5em;  text-shadow:none;
}

.responsiveVideo, .flex-video {
   position: relative; padding-bottom: 56.25%; padding-top: 30px;  height: 0; overflow: hidden;
}

.responsiveVideo iframe, .flex-video iframe, .responsiveVideo object, .flex-video object, .responsiveVideo embed, .flex-video embed  {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}


editlink {}


table {
	border-collapse:collapse;
	border: none;
}

table.table {
	clear:both;	
	border-collapse:collapse;
	border: none;	
	border-top: 1px solid #003F00;
	margin: 20px 0 5px 0;
	width:100%;
	font: 0.85em;	
}

table.table caption {font-size:1.1em; text-align:left; }
table.table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: top;   border: none; border-bottom: 1px #003F00;}
table.table tbody td {font-size:0.9em; padding: 4px; vertical-align: top;  border: none; border-bottom: 1px solid #003F00;}
table.table tbody tr:hover td {background-color:#ffffff;}
table.table tbody td p, table.table tbody td h1, table.table tbody td h2, table.table tbody td h3, table.table tbody td h4 {margin: 0; line-height:110%;}

.picfull {max-width:100%; height:auto;}
.pic2left {float:left; max-width:48%; margin: 3px 3% 2px 0; height:auto;}
.pic2right {float:right; max-width:48%; margin: 3px 0 2px 0.9%; height:auto;}

.pic3left {float:left; max-width:32%; margin: 3px 1.5% 2px 0; height:auto;}
.pic3right {float:right; max-width:32%; margin: 3px 0 2px 0.3%; height:auto;}

.pic4left {float:left; max-width:24%; margin: 3px 1% 2px 0; height:auto;}
.pic4right {float:right; max-width:24%; margin: 3px 0 2px 0.5%; height:auto;}



/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}	

	



/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}
	
	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}
	
	
	

}

/* Small devices (Smartphone, up to <480px) */
@media (max-width: 479px) {
	.pic2left, .pic2right {max-width: 100%;  margin: 3px 0 2px 0;}
	.pic3left, .pic3right, .pic4left, .pic4right  {max-width: 49%;}
	
	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}
		
	

}
