@font-face {
	font-family: 'Awes'; 
	src: url('http://www.berkesorsolya.hu/font/awes.eot');
	src: local('?'), url('http://www.berkesorsolya.hu/font/awes.ttf') format('truetype'), url("http://www.berkesorsolya.hu/font/awes.eot?#iefix") format("embedded-opentype");
}

html, body {
	background-image:url("../image/html_bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
    color: #acacac;
	margin:0;
	padding:0;
	font-family:'Awes',century gothic, sans-serif;
}

p {
	padding:0;
	margin:0;
}

.clearfix {
	clear:both;	
}

#container {
	width:100%;
	position:relative;
}

#container_inner {
	width:1000px;
	margin:0 auto;
	background: none repeat scroll 0 0 #fff;
    padding:0;
    position: relative;
    width: 1000px;
	text-align:justify;
}	

#header {
	width:980px;
	height:200px;
	margin:0 auto;
	padding-bottom:0;
	position:relative;
	/*border-bottom:1px solid #e8e8e8;*/
}

#language {
	width:90px;
	height:30px;
	text-align:right;
	padding-top:10px;
	position:absolute;
	top:10px;
	right:10px;
	background-color:#f9f9f9;
	border-radius:4px;
}

#hu a {
	width:30px;
	height:20px;
	background-image:url("../image/hu.gif");
	background-repeat:no-repeat;
	display:block;
	margin-right:10px;
	float:right;
	font-size:13px;
	color:#565656;
	text-decoration:none;
	text-align:left;
	padding-top:2px;
}

#at a {
	width:30px;
	height:20px;
	background-image:url("../image/de.gif");
	background-repeat:no-repeat;
	display:block;
	margin-right:10px;
	float:right;
	font-size:13px;
	color:#565656;
	text-decoration:none;
	text-align:left;
	padding-top:2px;
}

#at a:hover, #hu a:hover {
	opacity:0.9;
}

#logo {
	width:980px;
	height:200px;
	background-image:url("../image/logo.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-top:0;
}

#logo_at {
	width:980px;
	height:200px;
	background-image:url("../image/logo-at.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-top:0;
}


#body_container {
	width:980px;
	height:auto;
	margin:0 auto;
	padding:15px 0 15px 0;
	border-bottom:1px dotted #d7d7d8;		
}

#body_container a {
	color:#727273;
	font-weight:bold;
}

#footer {
	width:980px;
	height:auto;
	margin:0 auto;
	padding:15px 0 15px 0;
	text-align:center;
	position:relative;
}

#slider1 {
	width:980px;
	height:312px;
	margin:0 auto;
	margin:6px 0 0 10px;
	background-color:#fbfafa;	
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:10px;
	bottom:10px;	
}

.nivo-controlNav a {
	width:15px;
	height:15px;
	background-color:#FFF;
	font-size:0;
	display:block;
	float:left;
	margin-right:3px;
	border:1px solid #ccc;	
}

.nivo-controlNav a.active {
	background-color:#5a9213;
	border:1px solid #4d8519;	
}

#jogok {
	width:980px;
	height:18px;
	background-image:url("../image/footer_bg.png");
	background-repeat:repeat-x;
	margin:0 auto;
	padding-top:2px;
}

/**** MENU ****/
#menu {
	width:980px;
	height:40px;
	margin:0 10px 0 10px;
	background-image:url("../image/menu_bg.png");
	background-repeat:repeat-x;
}

#menu ul {
	padding:0;
	list-style-type:none;
	margin:0;
	margin-top:5px;
}

#menu ul li a {
	display:block;
	float:left;
	color:#FFF;
	padding:8px 39px 0 39px;
	text-decoration:none;
	font-size:17px;
	line-height:22px;
	height:32px;
	border-right:1px dotted #fff;
}

#menu ul li a.active {
	background-image:url("../image/menu_bg_hover.png");
	background-repeat:repeat-x;		
}

#menu ul li:last-child a {
	border-right:0 none;	
}

#menu ul li a:hover {
	background-image:url("../image/menu_bg_hover.png");
	background-repeat:repeat-x;
}

.bc_link a {
	text-decoration:none;	
}