/********************************************************************* 
  base css */

body {
	font-family: Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
}

a, link, a:link {
	text-decoration: underline;
	color: #5F4A17;
	font-weight: normal;
 }

a:visited {
	text-decoration: underline;
	color: #5F4A17;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #C69A2D;
	font-weight: normal;
}

/********************************************************************* 
  Kontner */

div.topcontainer{
	display:flex;
	justify-content:center;
	text-align: left;
	width: 80vw;
	margin: auto;
	padding: 6px 0px 0px 0px;
}

div.topcontainer p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.topcontainer h1 {
	font-size: 1.6em;
	font-weight: normal;
}

div.topcontainer h2 {
	font-size: 1.3em;
}

div.topcontainer h3 {
	font-size: 1.1em;
	/*margin-left: 15px;*/
}
.topline {
	position:relative;
	text-align:right;
	background-image: url(/szakmakod.svg); 
	background-repeat:no-repeat; 
	background-position: left 0px;  
	background-size:contain;
	height: 77px;
}
.addbtn {border-left:1px solid #888; padding-left:5px;}
.kereses {
	margin: 0px; 
	padding: 0px;
	float:right;
	width:auto;
}
.leftside {max-width:200px; margin-top:5px; margin-right:20px; text-align:center;}
.adsbygoogle {
	display: inline-block;
    width: 170px !important;
    height: 600px;
    padding: 15px;
    background: #efefef;
}
.main {flex: 0 0 780px; width:780px; min-width:780px;}
.szakmalista {
	border-bottom: 1px solid #CCCCCC; 
	margin-left: 0px; 
	padding: 20px; 	
}
.szakmasor {
	margin-left: 200px; 
	padding-bottom: 20px; 
	margin-bottom: 20px;
}
.sz-center {text-align: center;}
.sz-left {text-align: left;}
.szakmakod {
	padding: 10px !important; 
	border-top: 1px solid #c69a2d;
	border-bottom: 1px solid #CCCCCC; 
	background-color: rgb(255, 255, 180); 
	font-size: 1.1em;
	text-align: center
}
.szakmakereses {
	padding: 10px !important;
	font-size: 1.4em; 
	text-align: center; 
	background-color: #C69A2D; 
	color: #FFFFFF;
}
@media (max-width:959px) {
	div.topcontainer {width:776px;}
	.leftside {display:none;}
}
@media (max-width:775px) {
	body {font-size:.85em;}
	div.topcontainer {
		width:auto;
		justify-content:flex-start;
		}
	.main {width:-webkit-fill-available; min-width:auto; margin:0 5px;}
	.topline {background-position: left 5px; background-size: 320px; height:82px;}
	.topline a {font-size:1.2em; padding-right:5px;}
	.szakmakod a {font-size:1.2em; padding:5px 3px;}
}
@media (max-width:599px) {
	.addbtn {display:none;}
	.topline {background-position: center 35px; height:160px !important;}
	.kereses {
		position:absolute;
		bottom:10px;
		text-align:center;
		width:100%;
	}
}