@import url("content.css");

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

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #edddd1;
	background-color: #000000;
}

a{
	text-decoration: underline;
	color: #CFC1B6;
}
a:hover{
	text-decoration: none;
}

.menu a {
	text-decoration:none;
}

img{
	border: 0px solid black;
}

.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.spacer{
	height: 10px;
}

/* globális tartalom */

#bgfixing{
	margin: 0px auto;
	padding-top: 29px;
	width: 100%;
	background-image: url("../images/new_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#container{
	margin: 0px auto;
	width: 1000px;
}

#container .orak {
	position: absolute;
}

#header{
	/*background-image: url("../images/bgheader.png");*/
	background-image: url("../images/new_head.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 1000px;
	height: 145px;
	position: relative;
}

#content{
	background-image: url("../images/bg_top.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 1000px;
	position: relative;
	min-height: 560px;
	_height: 560px;
}
#paperLoop{
	background-image: url("../images/paperloop.jpg");
	background-position: 0px 558px;
	background-repeat: repeat-y;
	background-color: transparent;
	width: 1000px;
	position: relative;
}

#footer{
	background-image: url("../images/footer.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 1000px;
	height: 185px;
}

/* header */

.subtitle{
	position: absolute;
	top: 66px;
	left: 425px;
	/*margin: 66px auto; width: 170px;*/
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.belyeg{
	position: relative;
	float: right;
	top: -35px;
}

.belyeg .absBelyeg {
	positioN: absolute;
	top: -1px;
}

.belyeg img{
	position: relative;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.langswitch{
	position: absolute;
	top: 105px;
	left: 740px;
	width: 110px;
	height: 50px;
}
.langswitch .lang{
	width: 55px;
	height: 50px;
	text-align: center;
}
.langswitch .lang a{
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #9a877b;
}
.langswitch .lang a.selected{
	color: #eee1d7;
}

/* content: "content.css" */

.menucontainer{
	/*background-image: url("../images/bgmenu.png");*/
	background-image: url("../images/new_menu_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 290px;
	_width: 289px;
	min-height: 335px;
	height: auto !important;
	height: 335px;
	position: relative;
}

.textcontent{
	background-image: url("../images/bgcontent.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 620px;
	min-height: 335px;
	height: auto !important;
	height: 335px;
	position: relative;
}

.rightcol{
	background-image: url("../images/bgrightcol.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 90px;
	_width: 91px;
	min-height: 335px;
	height: auto !important;
	height: 335px;
	position: relative;
}

/* footer */

.copyright{
	position: relative;
	top: 10px;
	padding-bottom: 30px;
	left: 170px;
	width: 700px;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #bca595;
}


#radio{
	position: relative;
	/*bottom: -90px;*/
	/*left: -60px;*/
	left: 20px;
	top: -30px;
	cursor: pointer;
	float: left;
}

#radio .absRadio {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}


#radio img{
	position: relative;
	z-index: 100;
}

