*{
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family:Helvetica, Arial, Verdana;
}
html, body{
	width:100%;
	background-color:#ebe8e8;
	background-image:url('texture2.png');
	background-repeat:repeat;
}

.box-commercial-small
{
    width: 100% !important
}

/************** FONTS & Img Classes****************/
#sidebar_menu a:link{
    color:white;
    display: block;
    padding:3px 5px 3px 0px;
    background-color:none;
    text-decoration:none;
}
#sidebar_menu a:visited{color:#FFFFFF; padding:3px 5px 3px 0px; background-color:none; text-decoration:none;}
#sidebar_menu a:hover{color:#0f82a7;  padding:3px 5px 3px 0px; text-decoration:none;}
#sidebar_menu a:active{color:#FFFFFF; padding:3px 5px 3px 0px; text-decoration:none;}
#sidebar_menu a{font-size:12px; font-weight:bold; line-height:14px;}



#content p{font-size:16px; line-height:22px;}
#content h1{font-size:24px; margin-bottom:5px; color:#0f82a7; text-align:left;}
#content h2{font-size:20px; margin-top:20px; margin-bottom:5px; color:#0f82a7; text-align:left;}
#content h3{font-size:18px; margin-top:20px; margin-bottom:5px; color:#0f82a7; text-align:left;}
#content a:link{color:#0f82a7;}
#content a:visited{color:#0f82a7;}
#content a:hover{color:#0f82a7;}
#content a:active{color:#0f82a7;}

#sidebar_links p{font-size:12px;}
#sidebar_links h3{color:#0f82a7; font-size:14px; font-weight:bold; margin-top: 10px; margin-bottom:10px;}
#sidebar_links a:link{text-decoration:none;}
#sidebar_links a:visited{text-decoration:none;}
#sidebar_links a:hover{text-decoration:none;}
#sidebar_links a:active{text-decoration:none;}


#footer p{font-weight:bold; font-size:12px; color:#ffffff;}
#footer a:link{color:#ffffff;}
#footer a:visited{color:#ffffff;}
#footer a:hover{color:#ffffff;}
#footer a:active{color:#ffffff;}

.right{float:right; margin-left:8px; margin-bottom:2px; margin-top:2px;}
.left{float:left; margin-right:8px; margin-bottom:2px; margin-top:2px;}
.intro{font-style:italic}
.italic{font-style:italic}

/***************   sidebar call to action *************/

#cta-frame{
	background-color:#eceef5;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
    -moz-border-radius: 5px;
	width:92%;
	text-align:left;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #0f82a7 inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #0f82a7 inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #0f82a7 inset;
	text-align:left;
    margin-left: 3%;
    padding-top: 1%;
    margin-top: 10%;
    padding: 1% 1% 2% 1%;
    border:1px solid black;
    overflow: hidden;
}
.center{text-align:center;}
#cta-button{
	background: #ffd607;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff1b4), to(#ffd607));
	background: -moz-linear-gradient(top, #fff1b4, #ffd607);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff1b4, endColorstr=#ffd607);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff1b4, endColorstr=#ffd607)';
    border-color: #fff0a9 #facf0f #facf0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #facf0f inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #facf0f inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #facf0f inset;
    border-style: solid;
    border-width: 1px;
    color: #000000 !important;
    cursor: pointer;
    display:inline-block;
    font-family: arial,helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-decoration: none !important;
    text-shadow: 0 1px 2px #ffffff;	
    -webkit-text-shadow: 0 1px 2px #ffffff;	
    -moz-text-shadow: 0 1px 2px #ffffff;	
}

#cta-button:hover {
	background: #ffe365;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffeb90), to(#ffe365));
	background: -moz-linear-gradient(top, #ffeb90, #ffe365);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeb90, endColorstr=#ffe365);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeb90, endColorstr=#ffe365)';
}



/************** Site Structure 3 column****************/
#wrapper{
	max-width:1000px;
	margin:0 auto;
	background:#0f82a7;
	-webkit-box-shadow: 0px 3px 3px 2px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 3px 3px 2px rgba(50, 50, 50, 0.7);
	margin-top:10px;
}

#top_header{
    margin-bottom: 7%;
    padding-top: 1%;
    text-align: center;
    width: 100%;
}
#top_header img.displayed {
    margin-left: auto !important;
    margin-right: auto !important;
    width:70% !important;
}
#header{
    margin-bottom: 11%;
    width: 100%;
    text-align: center;
    padding-top: 0.8%;
}
#top_header a{
	border: none !important;
	text-decoration:none !important;
}
#top_header img{
	   width: 100%;
	border: none !important;
	text-decoration:none !important;
	-webkit-box-shadow: inset 0px 3px 3px 2px rgba(50, 50, 50, 0.7);
        box-shadow: inset 0px 3px 3px 2px rgba(50, 50, 50, 0.7);
}
.img-shadow {
	position: relative;
	max-width: 100%;

      

}
.img-shadow::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 8px 5px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 8px 5px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 0 0 8px 5px rgba(0,0,0,.6);
} 
 
.img-shadow img {
	float: left;
       
}

#content_wrapper{
	 margin-left:0.5%;
    margin-right:0.5%;
    margin-bottom:1%;
    width:98%;
    background:#0B4A6F;
    padding: 2% 0.5% 1%;
	-webkit-box-shadow: inset 0px 0px 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 1px 2px rgba(0, 0, 0, 0.8); 
}

#sidebar_menu{
	height:100%;
	padding-top:10px;
	text-align:center;
}
#sidebar_menu a{
	border: none !important;
	text-decoration:none !important;
}
#sidebar_menu img{
	border: none !important;
	text-decoration:none !important;
        width: 100% !important;
}

#sidebar_menu #bonussichern {
	margin-left:-2px;
	margin-top: 100px;
	width:170px;
}

#menu_link img{
	width:100%;
	border: 1px solid black !important;
}

#sidebar_menu .fb_iframe_widget {
	background: #ffffff;
	margin-left:-2px;
	margin-top: 100px;
}

#content_wrapper2{
	width:780px;
	float:right;
}

#content{
	 /*  width:560px; */
	background:#ffffff;
	border:1px solid #000;
	height:100%;
	padding: 3.5% 1.7% 15%;
        text-align:justify;
        margin-top: 2px;
}

#sidebar_links{
	/* width:175px; */
	padding-top: 1%;
        height:100%;
	/* float:right; */
	text-align:center;
	padding-left: 0.4%;
        padding-right: 0.9%;
}

#cta-frame img{
	 width: 98%;
    border:1px solid #fff;
    height: auto;
}

#cta-frame img:hover{	
	border:1px solid #0f82a7;
}

#footer{
	clear:both;
	padding-top:10px;
	height:30px;
	text-align:center;
	margin-bottom:30px;
}


/************** Styling ****************/
#top_header #logo{
	margin:0 auto;
	width:100%;
	
}
#top_header img{
	width:100%;
}



#sidebar_menu .active{
	 background-color:#FFFFFF;
    text-decoration:none;
    border-left:1px solid #000;
    border-top:1px solid #000;
    border-bottom:1px solid #000
}
#sidebar_menu .active a{
	color:#0f82a7;
}
#sidebar_menu ul{
 list-style-type:none;
    text-align:left;
    margin-top:2%;
    position:relative;
}
#sidebar_menu ul li{
	background:none;
    padding: 0.2% 0.2% 0.2% 0.2%;
    width: 100%; 
}

#sidebar_menu ul li:hover{
	background:#FFFFFF;
    padding: 0.2% 0.2% 0.2% 0.2%;
    border-left:1px solid #000;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    width: 99.6%; 
}
#sidebar_menu ul li:hover a{
	color:#0f82a7;
}






.button{
    background: #ffd607;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff1b4), to(#ffd607));
    background: -moz-linear-gradient(top, #fff1b4, #ffd607);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff1b4, endColorstr=#ffd607);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff1b4, endColorstr=#ffd607)';
    border-color: #fff0a9 #facf0f #facf0f;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #facf0f inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #facf0f inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #facf0f inset;
    border-style: solid;
    border-width: 1px;
    color: #000000 !important;
    cursor: pointer;
    display:inline-block;
    font-family: arial,helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 15px;
    text-decoration: none !important;
    text-shadow: 0 1px 2px #ffffff;	
    -webkit-text-shadow: 0 1px 2px #ffffff;	
    -moz-text-shadow: 0 1px 2px #ffffff;	
}

.button:hover {
    background: #ffe365;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffeb90), to(#ffe365));
    background: -moz-linear-gradient(top, #ffeb90, #ffe365);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeb90, endColorstr=#ffe365);
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeb90, endColorstr=#ffe365)';
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style]
{
    width: 100% !important;
}

.rightSide iframe html body .box-commercial-small
{
    /* width: 96% !important */
}

object[style]
{
    width: 100% !important;
}

#article img
{
    height: auto !important
}

#article p a img
{
    height: auto !important
}

#article p em a img
{
    height: auto !important
}

#article em a img
{
    height: auto !important
}

.sidebar_links img
{
    width: 100% !important;
    height: auto !important;
}

iframe[style]
{
    width: 100% !important;
    *width: 99.50% !important;

}


/* Mobile Menu Design */

.inactive_collaps
{
    background: url("/assets/images/nav_collapsed.png") no-repeat;
    padding: 10px;
}

active_collaps
{
    background-color: #1E1E1E;
    background-position: -31px 12px;
}

.nav_control a
{
    display: inline-block;
    float: right;
    height: 15px;
    overflow: hidden;
    padding: 10px 10px 14px;
    text-indent: 9999px;
    width: 21px;
    background-image: url("/assets/images/nav_collapsed.png");
    background-repeat: no-repeat;
}

.nev_header
{
    display: block;
    position: relative;
    height: auto;
}

#mobile_nav li a:hover
{
    background: none repeat scroll 0 0 #272727;
}

#mobile_menu:hover
{
    cursor: pointer;
}

#mobile_nav_wrapper
{
    display: none;
    width: 100%;
}

.inactive_collaps
{
    background-position:  10px 12px;
    background-color: transparent;
}

.active_collaps
{
    background-color: transparent;
    background-position: -31px 12px;
}

#mobile_nav li a
{
    background-color: #1E1E1E;
    color: white;
    display: block;
    font-size: 12px;
    line-height: 25px;
    text-decoration: none;
    list-style: none;
    padding: 2%;
    text-align: center;
}


#mobile_nav
{
    background: none repeat scroll 0 0 #1E1E1E;
    padding: 3% 0;
    width: 100%;
}

#mobile_nav li
{
    list-style: none;
    margin: 0;
}

#mobile_nav_wraper
{
    margin: -8px auto auto;
    width: 100%;
}

img {
	max-width:100%;
	}
























