/*	Beninca Szerviz sablon
	Name: Beninca gateservice
	Version: 1.0
	Date: 2016.05.30
	Create: Beninca Szerviz */
	
	
	
/* Menü*/

ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

ul.menu li {float: left;}

ul.menu li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.menu li a:hover:not(.active) {background-color: white;

color: black;}

ul.menu li a.active {background-color:white ;}

ul.menu li.right {float: right;}

@media screen and (max-width: 600px){
    ul.menu li.right, 
    ul.menu li {float: none;}
	
}

/*Menü vége*/


#alap{
	display: block;
	max-width: 930px;
	height: auto;
	background-color: #FAFAFA; 
	margin: 0 auto 0 auto; }


h1 {
	font-size: 16px;
	font-style: normal;
	font-family: Times New Roman, Open Sans;
	color: black;
	
}

h2 {
	
}

h3{
	
}

p.normal {
    font-style: normal;
	font-size: 14px;
}
p.italic {
    font-style: italic;
	font-size: 14px;
}
p.oblique {
    font-style: oblique;
}

hr {
	 border: 0; 
	 height: 1px; 
	 background: #333; 
	 background-image: linear-gradient(to right, #ccc, #333, #ccc); 
	 }	
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#labresz a {
	color:#000000;
}

#labresz a:hover{
	color:yellow;
}

#head{
	max-width: 930px;
	height: 150px;
	background: white;
	
}

#logo{
	display: inline;
	max-width: 365px;
	height: 100px;
	float:right;
	background: white;
    box-shadow: 10px 10px 5px grey;
	
}

#logo a, a:hover {
	color: #000000
}

.logo{
	font-size: 32px;
	font-family: Georgia;
	text-transform: uppercase;
	margin: 15px 5px 5px 5px
}
	
#banner{
	display: inline;
	max-width: 365px;
	height: 150px;
	background: white;
    box-shadow: 10px 10px 5px grey;
	padding: 0px;
	margin: 0px;
	
	
}

#menu{
	display: block;
	max-width:930px;
	height: auto;
	padding-top:5px;	
}

#page{
	
	background: white;
	padding: 5px 5px 5px 5px;
	max-width: 930px;
	height: auto;
	box-shadow: 1px 1px 1px grey;
	margin-bottom: 20px;
	margin-top: 5px;
	
}

#labresz{
	position:block;  
	max-width: 930px;
	max-height: auto;
	clear: left;
	background:white;
	padding-top: 20px;
	color: black;
	font-size: 14px;
	
	
}

#hasab {
	position: block;
	float: left;
	max-width: 300px;
	height: auto;
    background: white;
    box-shadow: 1px 1px 1px grey;
	padding: 10px;
	margin-bottom: 20px;
	margin: 10px;
	
	}
	
#info{
	clear: left;
	padding: 5px 5px 5px 5px;
	max-width: 930px;
	height: auto;
	box-shadow: 1px 1px 1px grey;
	margin-bottom: 20px;
	margin-top: 5px;
	background: #FFFFFF;
}

@media screen and (max-width: 600px){
#logo{
	display: block;
	max-width: 365px;
	height: auto;
	float:none;
	background: #FFCC00;
    box-shadow: 10px 10px 5px grey;
	
	
}
	
#banner{
	max-width: 250px;
	height: auto;
	background: #FFCC00;
    box-shadow: 10px 10px 5px grey;
	padding: 0px;
	margin: 0px;
	
	
}

#info{
	
	clear: left;
	max-width: auto;
	height: auto;
	box-shadow: 1px 1px 1px grey;
	margin-bottom: 5px;
	margin-top: 60px;
	background: #FFCC00;

}
img{
	max-width: 250px;
	height: auto;
	clear: letf;

	
}
#menu {
	clear: left;
	margin: 0 3px;
}
}

@media screen and (max-width: 800px){
#logo{
	display: block;
	max-width: 365px;
	height: auto;
	float:none;
	background: white;
    box-shadow: 10px 10px 5px grey;
	
	
}
	
#banner{
	max-width: 250px;
	height: auto;
	background: white;
    box-shadow: 10px 10px 5px grey;
	padding: 0px;
	margin: 0px;
	
	
}

#info{
	
	clear: left;
	max-width: auto;
	height: auto;
	box-shadow: 1px 1px 1px grey;
	margin-bottom: 5px;
	margin-top: 60px;
	background: white;

}
img{
	max-width: 250px;
	height: auto;
	clear: letf;

	
}
#menu {
	clear: left;
	margin: 0 3px;
}
.logo{
	font-size: 17px;
	font-family: Georgia;
	text-transform: uppercase;
	margin: 15px 5px 5px 5px
}
}