@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
object, embed, video {
	max-width: 100%;
	border-width: thin;
	-webkit-box-shadow: 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: 5px 5px 10px rgba(53,48,48,1.00);
}
img {
	max-width: 100%;
	-webkit-box-shadow: 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: 5px 5px 10px rgba(53,48,48,1.00);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a img {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		16;
	dw-num-cols-tablet:		20;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.8625%;
	padding-left: 0.5687%;
	padding-right: 0.5687%;
	clear: none;
	float: none;
}
#div1 {
}
.header {
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-image: url(/images/hg-container2.PNG);
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	border: thin solid #222222;
}
.content {
	width: 100%;
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	border-radius: 5px;
	background-image: url(/images/hg-container2.PNG);
	margin-bottom: 10px;
	border: thin solid #222222;
}
.sidebar {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-image: url(/images/hg-container2-gedreht.png);
	text-align: center;
	color: rgba(189,186,186,1.00);
	border-radius: 5px;
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	border: thin solid #222222;
}
.footer {
	margin-bottom: 10px;
	border-radius: 5px;
	background-image: url(/images/hg-container2.PNG);
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	margin-top: 10px;
	border: thin solid #222222;
}
#box_1 {
}
#box_2 {
}
#picturebox_duo_1 {
	float: left;
}
#picturebox_duo_2 {
	float: right;
}
#paragraph {
}
#h1 {
}
#box_3 {
	float: left;
}
#box_4 {
}
#content_body {
}
#facebook_placeholder {
}
#footer_box {
}
#text {
}
#textfield {
}
#bildbox1 {
}
.pic {
	max-width: 100px;
	display: table-cell;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: none;
	clear: none;
}
.pic1 {
	max-width: 210px;
	display: table-cell;
	clear: none;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: none;
}
.pic2 {
	max-width: 210px;
	float: none;
	display: table-cell;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear: none;
}
.fullwidth {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.0699%;
	padding-left: 0.465%;
	padding-right: 0.465%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header {
	border-radius: 5px;
	background-image: url(/images/hg-container2.PNG);
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	margin-top: 10px;
	margin-bottom: 10px;
	border: thin solid #222222;
}
.content {
	width: 100%;
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	background-image: url(/images/hg-container2.PNG);
	border-radius: 5px;
	margin-bottom: 10px;
	border: thin solid #222222;
}
.sidebar {
	width: 100%;
	clear: both;
	margin-left: 0;
	color: rgba(189,186,186,1.00);
	text-align: center;
	background-image: url(/images/hg-container2-gedreht.png);
	border-radius: 5px;
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	border: thin solid #222222;
}
.footer {
	border-radius: 5px;
	background-image: url(/images/hg-container2.PNG);
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	margin-bottom: 10px;
	border: thin solid #222222;
}
#box_1 {
}
#box_2 {
}
#picturebox_duo_1 {
}
#picturebox_duo_2 {
}
#paragraph {
}
#h1 {
}
#box_3 {
}
#box_4 {
}
#content_body {
}
#facebook_placeholder {
}
#footer_box {
}
#text {
}
#textfield {
}
#bildbox1 {
}
.pic {
	max-width: 200px;
	display: inline-block;

}
.pic1 {
	max-width: 220px;
	display: inline-block;
	clear: right;
}
.pic2 {
	max-width: 220px;
	display: inline-block;
}
.fullwidth {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.25%;
	max-width: 987px;
	padding-left: 0.375%;
	padding-right: 0.375%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header {
	background-image: url(/images/hg-container2.PNG);
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 5px;
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	border: thin solid #222222;
}
.content {
	width: 76.76%;
	background-image: url(/images/hg-container2.PNG);
	border: thin solid #222222;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 10px #333333;
	box-shadow: 5px 5px 10px #333333;
}
.sidebar {
	width: 21.5%;
	clear: none;
	margin-left: 0.8403%;
	float: right;
	background-image: url(/images/hg-container2-gedreht.png);
	text-align: center;
	color: rgba(189,186,186,1.00);
	border-radius: 5px 5px 100px;
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	border: thin solid #222222;
	text-shadow: 1px 1px 3px #222222;
	background-color: #3B88B4;
}
.footer {
	background-image: url(/images/hg-container2.PNG);
	border-radius: 5px;
	-webkit-box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	box-shadow: inset 5px 5px 10px rgba(53,48,48,1.00);
	margin-bottom: 10px;
	width: 77.16%;
	border: thin solid #222222;
}
#box_1 {
	width: 300px;
	display: block;
	float: left;
}
#box_2 {
	display: block;
	width: 400px;
	vertical-align: middle;
	clear: right;
	float: right;
}
#picturebox_duo_1 {
	width: 48%;
	float: left;
}
#picturebox_duo_2 {
	clear: right;
	margin-top: 0px;
	margin-left: 10px;
	width: 48%;
}
#paragraph {
}
#h1 {
}
#box_3 {
	width: 357px;
	float: left;
}
#box_4 {
	width: 357px;
	clear: right;
}
#content_body {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #358ABB;
	width: 735px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#facebook_placeholder {
	width: 350px;
	float: left;
}
#footer_box {
	width: 300px;
	float: right;
	clear: right;
}
#text {
}
#textfield {
}
#bildbox1 {
	width: 48%;
}
.pic {
}
.pic1 {
}
.pic2 {
	clear: right;
	max-width: 200px;
}
.fullwidth {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
