* {
border: 0;
padding: 0;
margin: 0;
}

.floatl{
float: left;
}

.floatr{
float: right;
}

.clearer{
clear: both;
}

body{
font-family: "Comic Sans MS";
/*font-family: "anonymous_proregular", "Verdana";*/
background-image: url("/img/background.jpg");
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;

}

.siteContainer{
margin: 0 auto;
width: 980px;
margin-bottom: 200px;	
	
}

.head1{
	margin-top:10px;
	height: 260px;
	width: 980px;
}

.logo{	width: 415px;
	height: 200px;	
}

.title{
	width: 476px;
	height: 129px;
	margin-top: 45px;
	margin-right: 85px;
	background-image: url("/img/title.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.motto{
	text-align: center;
	font-size: 17px;
}

.motto2{
	text-align: center;
	font-size: 14px;
	margin-top: 3px;
}

.mainMenu{
	width: 980px;
	height: 35px;
	
	background-image: url("/img/menubg.png");
	background-position: left top;
background-repeat: repeat;

-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.2);
box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.2);
}

.mainMenu ul{
	list-style-type: none;
	padding: 0;
	
}

.mainMenu ul li{
	display: inline-block;
	text-align: center;
	position: relative;
	line-height: 35px;
	width: 130px;
	border-left: solid 1px white;
	
	
}


.mainMenu ul li:nth-child(1){
border-left: 0;
}
.mainMenu ul li a{
	text-decoration: none;
	color: black;
 
}

.mainMenu ul li ul{

	display: block;
	position: absolute;
	top: 36px;
	width: auto;
	background-image: url("/img/menubg.png");
background-position: left top;
background-repeat: repeat;

-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.2);
box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.2);
padding: 5px;
}


.mainMenu ul li ul{
display: none;

}
.mainMenu ul li:hover ul{
display: block;
}

.mainMenu ul li ul a{
margin: 0 5px 0 5px;
font-size: 16px;

line-height: 16px;
 }
 
 .mainMenu ul li ul li{
 font-size: 16px;
 line-height: 16px;
 margin-bottom: 2px;
 }
 
  .mainMenu ul li ul li{
 border: 0;
 
 font-size: 16px;
 line-height: 16px;
 margin-bottom: 2px;
 }
  .mainMenu ul li ul li a{
 border-bottom: 1px solid white;
 }
 .contentContainer{
	margin-top: 50px;
	margin-bottom: 20px;
 }
 
 .tartalom{
	width: 660px;
	min-height: 650px;
background-image: url("/img/contentbg.png");
background-position: left top;
background-repeat: repeat;

-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.2);
box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.2);

padding: 20px;
font-size: 16px;

text-align: justify;
 }
 
 .tartalom h1{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
 }
 
 .tartalom p{
	margin-bottom: 10px;
	line-height: 20px;
 }
 
 .sideContainer{
 width: 240px;
 }
 
 .sidebox{
 width: 200px;
 min-height: 180px;
 margin-bottom: 15px;
 background-image: url("/img/contentbg.png");
background-position: left top;
background-repeat: repeat;

-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.2);
box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.2);

padding: 20px;
text-align: justify;
 }
 
 .sidebox h1{
 font-size: 17px;
 text-align: center;
 margin-bottom: 15px;
 }
 
 .sidebox p{
 font-size: 13px;
 line-height: 17px;
 }  .carouselimg{	width:415px;
	height:200px; }