/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  13: 3 Col Fixed, Left Menu
  ------------------------------------------------
*/
@charset "utf-8"; 
/*Zoom*/
		.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
		.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
		.recommend_image { float: left; display: block; }
		.recommend_image img { margin: 10px; width: 80px; border: 0px; }

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 20px 0;
	padding: 0px;
}
img {
	vertical-align: bottom;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

/*Rounded Corners*/
.content-wrapper {border-radius: 8px; }
.masthead {border-radius: 6px 6px 0px 0px;}
.footer { border-radius: 0px 0px 6px 6px; }

.masthead {
	background-color: #FFFFFF;
	padding: 0px;
	text-align: left;
	position: relative;
}
.masthead .logo {border-bottom: 1px solid #000;}
.masthead h1 {
	margin: 0;
	color: #8C8C8C;
	padding: 20px 20px 10px 20px;
	font-size: 1.35em;
	font-weight: normal;
	letter-spacing: .35em;
}
.masthead .banner {
	box-shadow: 0px 0px 30px rgba(0,0,0,.5);
	border-bottom: 1px solid #fff;
}
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.content-wrapper {
	border: 1px solid #222;
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
.columns-wrapper {
	background-color: #FFF;
	overflow: hidden;
}

.sidebar {
	width: 20%;
	float: left;
}
.main-content {
	width: 60%;
	float: left;
}
.sidebar2 {
	width: 20%;
	float: right;
}

.sidebar .content, .sidebar2 .content {
	padding: 30px 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #AAA;
	background-image: -webkit-linear-gradient(#FFF, #AAA);
	background-image: linear-gradient(#FFF, #AAA);
}
.main-content .content {
	padding: 20px 24px;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	color: #8d1d10;

}
h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.35em;
	margin-bottom: 1.2em;
}
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.page-topper { margin-top: 0px; }

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

/*Ordinary Link Styles*/
.content a { color: #0066CC; }
.content a:hover, .content a:focus { color: #C30; }
.sidebar2 a { color: #0059B3; }
.sidebar2 a:hover, .sidebar2 a:focus { color: #000; }
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }

.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*The Sidebar Menu UL.*/
ul.menuside {
	margin: 0;
	padding: 0;
}
ul.menuside li {
	list-style-type: none;
	margin-bottom: 5px;
}
ul.menuside a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 12px 12px;
	font-size: 1.25em;
	border: 1px solid;
	background-color: #333;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.05), 0px 0px 5px rgba(0,0,0,.5);
	border-color: #FFF;
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
	border-radius: 5px;
}
ul.menuside a:hover, ul.menuside a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.75);
	outline: 0;
}

.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 15px 30px;
	font-size: .7em;
	color: #8C8C8C;
	text-align: center;
}
.footer p.copyright {
	margin: 0px;
}
.bild-shadow {
	-webkit-box-shadow: 8px 8px 15px #A7A7A7;
	box-shadow: 8px 8px 15px #A7A7A7;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px;}
.content-wrapper, .masthead, .footer  {border-radius: 0px; }
.content-wrapper {width: auto; margin: 0px;}
.sidebar, .sidebar2, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {padding: 20px !important;}
}
.floatleft {
	float: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}
table {
	width: auto;
	font-size: 0.8em;
}
table tr td {
	border: thin dotted #FD990D;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-collapse: collapse;
}
.orange {
	font-weight: bold;
	color: #FD990d;
}
.small {
	font-size: 0.6em;
	margin-top: 0px;
}

/*============= Formular ===============*/

form {
	margin-top: 2em;
}

fieldset {
	/*	width: 35em;*/
	width: auto;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
}

legend {
	font-weight: bold;
	padding-right: 1em;
	padding-bottom: 0.5em;
/*	padding-lef	t: 1em;*/
/*	color: #B70065;*/
	}

label {
	/*	width: 13em;*/
float:left;
	width: auto;
height: 1em;
	margin-bottom: 0em;
	}

input {
	/*	width: 20em;*/
float:right;
	width: auto;
height: 1em;
	margin-bottom: 0em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 1.3em;
	}

input[type="text"] {
	font-weight: bold;
	border: none;
	border-bottom: 1px dotted black;
}

input[type="radio"] {
float:left;
margin-right: 0.5em;}

input[type="checkbox"] {
float:left;
margin-right: 0.5em;}


.clearboth {clear:both;}

select{
	margin-bottom: 3.7em;
	margin-top: 0.2em;
}

input[type="submit"] {
	border: 1px solid #000;
	font-weight: bold;
	color: #333;
/*	width: 17.5em;*/
	width: auto;
	height: auto;
}

.checkbox {
	width: 1em;
	text-align: left;
	margin-left: 2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0em;
	}

.radio {
	width: 1em;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}
textarea {
	width: auto;
	font-size: 1.3em;
	}

.unsichtbar {
position:absolute;
left:-1000px;
top:-1000px;
width:0;
height:0;
overflow:hidden;
display:inline;
}

/*==================== Ende Formular ==================*/