/**
    Diese Datei enthält die Stylesheet Konfiguration des gesamten Mobilportals.
    @file style.css
    @author Florian Haidorf
	@version 1.1
	@date 25.09.2012
*/
body {
	font-family: Arial, Helvetica, Sans-Serif, Verdana;
	font-size: 14px;
	padding: 0px;
	background-color:none;
	margin: 0px;
}

A:link {text-decoration: none; color: #000;}
A:visited {text-decoration: none;color: #000;}
A:active {text-decoration: none;color: #000;}
A:hover {text-decoration: none;color: #000;}

form {
    margin: 0px;
    padding: 0px;
}

#papper{
	height: 45px;
	width: 50px;
	font-size: 10px;
	float: right;
/**	background-image: url("../images/abo.png"); */
	background-repeat: no-repeat;
}

#logo{
	height: 35px;
	width: 200px;
	margin: 0px auto 0px;
	padding-top: 5px;
/**	background-image: url("../images/mobile_logo.png"); */
	background-repeat: no-repeat;
}
/**
Bildquelle: http://www.defaulticon.com/
*/
#menu_button{
	height: 45px;
	width: 50px;
	float: left;
	background-image: url("../images/menu_button.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
#menu{
	height: 55px;
	list-style: none;
	color: #006AB3;
	font-size: 16px;
	font-weight: bold;
}
#menu ul li{
	float:left;
	list-style: none;
	padding: 0px 5px 0px 5px;
}
#menu ul hr {
 width:1px;
 height:30px;
 margin-top: -8px;
 background-color:black;
 float:left;
}

hr {
width:1px;
 background-color:black;
}
.artikelhead{
	margin: -10px 0px -10px 0px;
	color:#006AB3;
	padding: 5px;
	font-size:18px;
}
#artikelhead{
	padding: 5px;
}
#gesBox{
	margin:0px;
	padding: 0px;
}
.picture{
	margin: 10px auto;
	width: 290px;
	font-size: 10px;
	padding:0px;
	background-color: lightgrey;
}
#loginbox{
	width:95%;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

.accordion2{
	padding-left: 10px;
}

.bar{
	border-top: 1px solid #000;
	margin: 5px;
	padding: 10px;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}

#menubar {
    width: 250px;
	margin: -10px 0px 0px -5px;
    background-color:#444;
    color: #fff;

	-webkit-box-shadow: inset -20px 0px 20px -20px #000;
	box-shadow: inset -20px 0px 20px -20px #000; 
}

#menubar li a {
	list-style-type:none;
	padding: 10px;
	display: block;
	font-size: 20px;
	color: white;
	text-decoration: none;  
	border-bottom: 1.5px solid #000;
}

#menubar ul {
	list-style-type:none;   
	margin-left: -35px;
}
.lokalbox{
	background-color: #006AB3;
	color: #fff;
	padding:10px;
	margin-bottom: 0px;
}

#abokopf{
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	margin: 20px;
}
#abobody h3{
	background-color: #006AB3;
	color: #fff;
	padding:5px;
}

#ueberregDiv{
	padding-left: 15px;
}
#lokalesDiv{
	padding-left: 15px;
}
#lokalesDiv img{
	padding-right: 15px;
}
#ueberregDiv img {
	padding-right: 15px;
}



/* valtweger */

.npmMobileRessortHead  {
    padding:5px;
    color:#fff !important;
    background-color: #006AB3;
    display:block;
}

.npmMobileArtikelList {
    margin-top:5px;
    border-bottom: 1px solid lightgrey;
}

/* mitterbauer */

.google_fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.google_fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}
.np_cnt_box_plus {
    background-color: #ffffff;
    border-color: #de2341;
    border-style: solid;
    border-width: 3px 0px;
    height: 56px;
    margin: 1px;    
    padding: 1px 10px;
}
