figure {
	margin: 0;
}

.vl_logo {
	display: block;
	margin:7px 0 7px 5px;
}

.vl_nett {
	display: block;
	background: #efefef;
	padding: 4px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #555;
	position: relative;
	top:7px;
	right:6px;
}

footer {
	background: #333 url(../gfx/mobile_footer_bg.jpg) repeat-x;
	color: #efefef;
	padding:1.5em 1em 1em;
}

footer a {color: #efefef;}

address ul li {margin-bottom: 0.3em;}


#full-iphone-view {
	height: 45px;
	background: url(../gfx/iphone_top.jpg) repeat-x top;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	font-weight: bold;
}


#full-iphone-view .inner {
	background: url(../gfx/iphone_vl_header.png) no-repeat center center;
	height: 100%;
	width: 100%;
}

#full-iphone-view .back {
	display: block;
	width: 70px;
	height: 32px;
	position: relative;
	top:7px;
	left: 5px;
	background: url(../gfx/iphone_back.png) no-repeat;
}

#oy_header {
	height: 88px;
	width: 100%;
	background: url(../gfx/oy/head.png) repeat-x;
	-webkit-box-shadow: 0px 4px 2px rgba(0,0,0,0.01),  0px 0px 20px rgba(0,0,0,0.3);
	position: relative;
}

#oy_header span {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 1.3em;
}

#oy_header .back {
	display: none;
}


#oy_header.show_backbutton span { display: none;}

#oy_header.show_backbutton #oy_logo	{
	position: relative;
	margin: 0 auto;
	width: 51px;
	left: auto;
}

#oy_header.show_backbutton #oy_logo img {
	width: 38px;
	height: 31px;
}

#oy_header.show_backbutton .back {
	display: block;
	background: url(../gfx/oy/back.png) no-repeat;
	width: 80px;
	height: 33px;
	position: absolute;
	left: 10px;
	top: 5px;
}

#oy_header.show_backbutton {
	height: 45px;
}


#oy_logo {
	display: block;
	position: absolute;
	top: 8px;
	left: 20px;
}


#oy_logo img {
	width: 77.5px;
	height: 62.5px;
}

.oy_body {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

.oy_body .articlelist_page li:first-child h2 {
	font-size: 2em;
}

.oy_body .articlepage .mod_picture {
	border: 0px;
	margin: -0.5em -0.5em 0 -0.5em;
}

.oy_body .content_list.articlelist_page li {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(241,241,241,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);

}



#oy_footer {
	text-align: center;
	padding: 20px 0px;
}

#oy_footer a {
	display: inline-block;
}



.oy_body footer {
	text-align: center;
	background: #498ebc;
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2) inset, 0px 50px 100px rgba(0,0,0,0.1) inset;
}




