/**
 * $Id$
 * Website Baker template: allcss
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display:swap;
  src: url('fonts/open-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v18-latin-regular-1.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-regular.svg') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display:swap;
  src: url('fonts/open-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v18-latin-600-1.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-600.svg') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display:swap;
  src: url('fonts/open-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v18-latin-700-1.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v18-latin-700.svg') format('svg'); /* Legacy iOS */
}

body,td,th {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFFFFF;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #cd31a3;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 24px;
	color: #000000;
	text-align: left;
	margin: 0;
	margin-left:0px;
		border-top: 5px solid black;
		padding-top:18px;

}

h2{
	margin-left:0px;
	margin-bottom:36px;

}
h2, h3{

	font-size: 13px;
	font-weight: normal;

}

h3{
border-top:1px solid black;
float:left;
clear:left;
display: inline; 
width: 198px;
margin:0px;
margin-right:18px;
margin-left:-216px;
bottom:0;
top:100%;
padding-top:18px;
text-align:left;
}

h4{
	margin-top:36px;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	text-align: left;
	margin: 0;
	margin-left:0px;
}
.content img{

float:left;
display:inline;
margin-bottom:36px;

}
form {
	margin: 0;
}

.header{
width:990px;

}
body{
	background-image: url(images/bigbg.gif);
	background-attachment:fixed;

}
.main {
	width: 990px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	margin-top:36px;
	border:36px solid #FFFFFF;
	/*border-top:36px solid #FFFFFF;*/ 
	margin-bottom:36px;
}
.banner, .search_box {
	height: 80px;
	background-repeat: repeat-x;
	background-color: #121212;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 18px;
}

.banner {
	width: 180px;
	height: 218px;
	padding-left: 18px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 28px;
}
.banner span {
	color: #D0D0D0;
}
.service{
height:230px;
float:left;
position:relative;
width:180px;
text-align:right;
border-top:1px solid black;
}

.service p{

vertical-align: bottom;
 position:absolute;
 bottom:0px;
 text-align:right;
right:0px;

}
.menu {
	border-top: 1px solid black;
	float: left;
	margin-right:18px;
	margin-top: 0px;
	padding-top:18px;
	font-size:11px;
}
#m1{
margin-left:18px;

}
#m1,#m2{
width: 126px;
}
#m3{
width:286px;
font-style:italic;

}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 0px;
	padding-bottom:6px;
}
.menu-default a:link, .menu-default a:visited, .menu-default a:active {
	border-bottom: 1px solid #CCCCCC;
}
.menu-def999ult a:hover {
	border-bottom: 1px dashed #333;
}

.menu-current, .menu-parent{
	color:#CCCCCC;
	font-weight:bold;

}

 .menu-parent{ 

	background-image: url(images/pfeil.png);
	background-repeat:no-repeat;
	background-position: right center; }

.menu fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.menu legend {
	color: #603;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

.content {
	margin-left:0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	clear: left;
	width:774px;
	float:left;
	margin-top:-5px;
	padding-left:216px;
	
}
.content img{



display:block;
padding-right:340px;
}
.footer {
	background-color: #FFF;
	clear: both;
	height: 20px;

	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 18px;
	margin-bottom:18px;
	border-top:1px solid #7f7f7f;
	padding-top:18px;
	margin-top:36px; 
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}