@charset "utf-8";
/* CSS Document */

/* RESET */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
ul,ol,li {   
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul {
	list-style-image: none;
	list-style-type: none;
} 
li {
	margin-bottom: 17px;
}
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
a:link, a:visited, a:hover {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #DA251D;
}
/*---------- END RESET ----------*/

html{
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	line-height: 1.5;
}

/*----------DIV------------*/
.wrapper100{
	width:100%;
}
.wrapper1000{
	width:1000px;
	margin:0 auto;
}
.wrapper1100{
	width:1100px;
	margin:0 auto;
}
.wrapper260{
	width:260px;
}
.wrapper190{
	width:190px;
}
.wrapper210{
	width:210px;
}
.wrapper330{
	width:330px;
}
.wrapper670{
	width:670px;
}
.wrapper130{
	width:130px;
}
.wrapper510{
	width:510px;
}
.wrapper590{
	width:590px;
	display: inline-block;
}
.wrapper720{
	width:720px;
	display: inline-block;
}
.right-float{ /* Float any item to the right */
	float:right;
	margin-left:20px;
	margin-right:0;
}
.left-float{ /* Float any item to the left */
	float:left;
	margin-right:20px;
	margin-left:0;
}
.left-float-15{ /* Float any item to the left */
	float:left;
	margin-right:15px;
	margin-left:0;
}
.right-float-null{ /* Float any item to the right */
	float:right;
	margin-left:0;
	margin-right:0;
}
.left-float-null{ /* Float any item to the left */
	float:left;
	margin-right:0;
	margin-left:0;
}
.clear{
	clear:both;
}
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}

.generic {
	margin:0 auto;}

/*------------EGYEB--------------*/

.select {
	margin-top: 90px;
	color: #FFFFFF;
}

.select2 {
	color: #FFFFFF;
}

select.country {
	font-size: 11px;
	color: #666666;
}

h1 {
	color: #DA251D;
	font-size: 20px;
	margin-top: 24px;
	margin-bottom: 24px;
}

h2 {
	color: #DA251D;
	font-size: 18px;
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 30px;
}

h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 20px;
	font-weight: bold;
}

h4 {
	color: #000000;
	font-size: 14px;
	margin-bottom: 24px;
	line-height: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.date {
	font-size: 9px;
	margin-top: -24px;
	margin-bottom: 12px;
	color: #DA251D;
}

.news {
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	margin-bottom: 24px;
	display: inline-block;
}

div.arrow {
	display: block;
	margin-right: -76px;
	height: 1px;
	width: 52px;
	margin-top: -97px;
}

.contentdiv {
	margin-top: 24px;
}

.contentblog {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DA251D;
	margin-top: 12px;
}

#header, #footer, #menu {
	background-image: url(../img/headerback.png);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
}

.header{
	background-image: url(../img/headerback.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 10px;
}

.footerback {
	background-image: url(../img/logofooter.png);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#header2 {
	background-image: url(../img/headerback.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 250px;
	}

#menu {
	display: block;
	height: 30px;
	padding-top: 17px;
}

.terkep {
	background-color: #FFFFFF;
	//background-image: url(../img/world.png);
	//background-repeat: no-repeat;
	//background-position: center 150px;
	
	background-image: url(../img/headerback.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#navigation-mainlevel {
	background-image: url(../img/menuback1.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 47px;
	margin-top: -17px;
}

#navigation-sublevel {
	background-image: url(../img/menuback2.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 47px;
}

#logo {
	margin-left: -5px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: inline-block;
	width: 400px;
}

#flash {
	margin-left: -5px;
}

.content {
	margin-bottom: 24px;
}

a.lang:link, a.lang:visited {
	text-transform: uppercase;
	color: #CCCCCC;
	margin-right: 10px;
}

a.lang:hover, a.lang#active {
	color: #FFFFFF;
}

a.mainlevel:link, a.mainlevel:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	padding-top: 17px;
	padding-right: 17px;
	padding-left: 17px;
	background-image: url(../img/menuback1.png);
}

a.mainlevel:hover, a.mainlevel#active {
	background-image: url(../img/menuback3.png);
	color: #333333;
}

a.mainlevel-ups:link, a.mainlevel-ups:visited {
	text-transform: uppercase;
	color: #999999;
	display: inline-block;
	height: 30px;
	padding-top: 17px;
	padding-right: 17px;
	padding-left: 17px;
	background-image: url(../img/menuback1.png);
	float: right;
}

a.mainlevel-ups:hover {
	background-image: url(../img/menuback3.png);
	color: #333333;
}

a.mainlevel-home:link, a.mainlevel-home:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	float: right;
	//background-image: url(../img/balranyil.gif);
	//background-repeat: no-repeat;
	//background-position: right center;
	//padding-right: 15px;
}

a.mainlevel-home:hover {
}

a.sublevel:link, a.sublevel:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	padding-top: 17px;
	padding-right: 17px;
	padding-left: 17px;
	background-image: url(../img/menuback2.png);
}

a.sublevel:hover, a.sublevel#active {
	color: #333333;
}

a.sublevel2:link, a.sublevel2:visited {
	color: #000000;
	line-height: 1.7;
	font-size: 11px;
}

a.sublevel2:hover, a.sublevel2#active {
	color: #DA251D;
}

a.arrow:link, a.arrow:visited {
	background-image: url(../img/arrow1_1.png);
	display: block;
	height: 97px;
	width: 52px;
}

a.arrow:hover, a.arrow#active {
	background-image: url(../img/arrow1_2.png);
}

/***************************LIGHTBOX*****************************/

div.lightboxbackground {
	background-color: #000000;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity:0.9;
	filter:alpha(opacity=90)
}

div.lightbox {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	top: 24px;
}

div.lightboxinside {
	margin:0 auto;
	background-color: #FFFFFF;
	padding: 24px;
	display: inline-block;
}

a.lightboxleft:link, a.lightboxleft:visited {
	background-color: #FFFFFF;
	display: block;
	background-image: url(../img/arrow3_1.png);
	height: 23px;
	width: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

a.lightboxleft:hover {
	background-image: url(../img/arrow3_2.png);}

a.lightboxright:link, a.lightboxright:visited {
	background-color: #FFFFFF;
	display: block;
	background-image: url(../img/arrow2_1.png);
	height: 23px;
	width: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}

a.lightboxright:hover {
	background-image: url(../img/arrow2_2.png);}


#termekeink, #megoldasaink, #mindenmas {
	background-color: #DDDDDD;
	padding: 10px;
	display: inline-block;
	height: 350px;
}

#termekeinkbelso {
	background-color: #DDDDDD;
	padding: 10px;
	display: inline-block;
	height: 470px;
}

h3.picture {
	background-color: #000000;
	display: inline-block;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-bottom: -20px;
	}
	
#termekeink a:link, #termekeink a:visited, #megoldasaink a:link, #megoldasaink a:visited, #mindenmas a:link, #mindenmas a:visited, .news a:link, .news a:visited, #termekeinkbelso a:link, #termekeinkbelso a:visited {
	color: #666666;
}

#termekeink a:hover, #megoldasaink a:hover, #mindenmas a:hover, .news a:hover, #termekeinkbelso a:hover {
	color: #CC0000;
}
ul {
	line-height: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li {
	line-height: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
