/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  09: 2 Col Fixed Sidebar Right, Top Menu
  ------------------------------------------------
  
  für Heilpflanzen
  
*/

 #wrapper_aw {
        width: 500px;
		padding: 10px;
       
 
       
 
        background-color: #C0C0FF;
		
		margin-left:100px;
		margin-right:auto;
      }



body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F4F4F;
	background-color: #D0D2E1;
	margin: 20px 0px;
	padding: 0px;
}
img {
	vertical-align: bottom;
}

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

.masthead {
	padding: 0px;
	text-align: center;
}
.masthead .logo {
	background-color: #000080;
	
}


.masthead h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	color: #ffffff;
	padding: 15px 10px 15px 10px;
	font-size: 1.7em;
	font-weight: normal;}
	
	
.masthead h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	font-size: 1.25em;
	font-weight: normal;
}
.masthead .Schrift_Klein_Weiss{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #ffffff;
}


#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #000080;
    padding: 3px;
}



/*Max-Width allows the image to scale with the page*/
.masthead .banner img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	display: block;
}
.masthead .banner {
	z-index: 20;
	box-shadow: 0px 0px 20px #000;
	position: relative;
}

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

.main-content {
	float: left;
	width: 78%;
	background-color: #D0D2E1;
}
.sidebar {
	width: 22%;
	float: left;
}

.sidebar .content {
	padding: 45px 10px 0px  10px;
	font-size: .85em;
	line-height: 1.5em;
	background-color: #D0D2E1;
}
.sidebar .Schrift_kleiner

 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000;
	}	


.main-content .content{
	padding: 10px 30px 30px 30px;
	font-size: 1em;
	line-height: 1.5em;
	border-right: 1px solid #000;
}



.main-content .Schrift_Klein{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000;
	line-height: 1.1em;
}

.main-content .Bildbeschriftung{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #000;
	line-height: 1.1em;
}

.main-content .sidenote {

	display:block;
	width:auto;
	margin-left: 0; 
	margin-top: 8px;
	background-color: #AEBCD2;
	font-weight: bold;

	padding-right:5px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left: 5px;
	
	line-height: 1.7;

}

#videobereich1 {
    background-color: orange;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}	
	
.videoExtern {
    background-color: yellow;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }


	
.status_rot {color:#CC0000; }

.status_gruen {color:#228B22;}

/*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%;
}

.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; 
}


.sidebar ul.aw {
	margin: 0px;
	padding: 0px;
	/*display: inline-block;
	vertical-align: bottom;  */
}
.aw li {
	
	margin-left: 20px;
	padding: 0px;
}




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


/*The DIV that contains the horizontal menu bar at the top of your page.*/
.menutop-wrapper {
	background-color: #6E6D68;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 8px 8px 5px 8px;
	background-image: url(img/pbm-menu-bg-aw-40.jpg);
	overflow: hidden;
}
ul.menutop {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: bottom;
}
.menutop li {
	list-style-type: none;
	margin-right: 5px;
	float: left;
}
.menutop li:last-child {
	margin-right: 0px;
}
.menutop a {
	display: block;
	color: #CCC;
	text-decoration: none;
	padding: 5px 5px;
	font-size: 1em;
	border: 1px solid;
	background-color:#000080;
	box-shadow: inset 0px 12px 6px rgba(255,255,255,.15), 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 5px;
	border-color: rgba(255,255,255,.5);
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.menutop a:hover, .menutop a:focus {
	color: #FFFFFF;
	background-color: rgba(51,51,51,0.2);
	outline: 0;
}

/*The Footer*/
.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 {
	text-transform: uppercase;
	margin: 0px;
}


/*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 {width: auto; margin: 0px;}
.content-wrapper, .footer, .masthead {border-radius: 0px;}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .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;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1000px) {
.content-wrapper {width: auto; margin: 0px 10px;}
.content {
	padding: 10px 10px !important;
}
}
