@charset "utf-8";

#mobilelayer{position:fixed;left:0; top:0;width:100%;height:100%;background:rgba(28,117,64,0.7);}
#mobilelayer-content{text-align:center;position:absolute;top:0;background:white;width:100%;margin:20px auto 0px auto; padding:5px;border-radius:5px;box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);background: linear-gradient(#FFF, #CCC) repeat scroll 0% 0% #CCC;}
#mobilelayer-content a.button{border:1px solid #008000;border-radius:8px;display:inline-block;padding:8px;}
*{
   font-family : arial, helvetica, sans-serif;
}

body{
   margin:0;
   padding:0;
   background:#e9ebf5;
}

body#blank{background:#fff;}

h1,h2{margin-top:0px;font-size:1.5em;font-weight:lighter;color:#014493;}
a{text-decoration: none;color:#008000;}
a:hover, a:focus{text-decoration: none;}
img{border:0;}
input,select,textarea{border:1px solid #CCCCCC;font-size:1.0em;}
fieldset{border:0;}
hr{height:1px; color:#767676;background-color:#767676;}
td{vertical-align:top;}

td.grau {
 	background:#e6e6e6;
}

th{
	background:#e6e6e6;
	color:white;
	text-align:left;
	font-weight:normal;
}

tr.grau{
	background:#e6e6e6;
}



/* ======= MENUELEISTE OBEN  =============== */
#cont-hauptmenue{
   background:#767676;
   height:28px;
}

#cont-hauptmenue ul{
   padding:0;
   margin:0px 0px 0px 9px;
   background:url('https://www.nvv.de/fileadmin/nvv/layout/bg_hauptmenue.gif') left bottom no-repeat;
   list-style: none;
   height:28px;
}

#cont-hauptmenue li{
   float:left;
   height:28px;
   background:url('https://www.nvv.de/fileadmin/nvv/layout/bg_hauptmenue.gif') right bottom no-repeat;
}

#cont-hauptmenue li a{
   display:block;
   height:20px;
   padding:2px 15px 0px 33px;
   margin:5px 0px 0px 0px;
   background:url('https://www.nvv.de/fileadmin/nvv/layout/pfeil_hauptmenue.gif') 11px 6px no-repeat;
   border-bottom:1px solid #767676;
   color:white;
   font-size:0.8em;
   font-weight:bold;
}

#cont-hauptmenue li a:hover, #cont-hauptmenue li a:focus, #cont-hauptmenue li a.act{
   background: white url('https://www.nvv.de/fileadmin/nvv/layout/pfeil_hauptmenue_act.gif') 9px 3px no-repeat;
   border-bottom: 1px dotted #014493;
   color: #014493;
}
