html {
	height: 100%;
}

body {
	background: #aca8a1 url(images/openpage2010_header.gif) repeat-x;
	margin: 0;
	height: 100%;
}

#wrap {
	height: 100%;
}

/* @group Head */

#head {
	height: 136px;
	display: block;
	position: relative;
	margin: auto;
	padding: 13px 0 0;
	width: 925px;
	list-style-type: none;
}

#head > li {
	display: block;
	list-style-type: none;
	float: left;
}

.logo {
	height: 135px;
	width: 620px;
}

.logo > a {
	width: 620px;
	height: 0 !important;
	padding-top: 114px;
	height /**/: 144px;
	display: block;
	overflow: hidden;
	position: absolute;
	margin-top: 13px;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
}

.logo > a.hu {
	background-image: url(images/openpage2010_logo_hu.png);

}

.logo > a.en {
	background-image: url(images/openpage2010_logo_en.png);
}


body.hu_page .logo > a.en,
body.en_page .logo > a.hu {
	opacity: 0;	
	filter:alpha(opacity=0);
}

body.en_page .logo > a.en,
body.hu_page .logo > a.hu {
	opacity: 1;
}

.lang_selection {
	width: 147px;
	display: inline-block;
	line-height: 135px;
	height: 135px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	background: url(images/openpage2010_sellang.png) no-repeat;
}

#langselect {
	height: 135px;
}

body.hu_page #langselect > .hu {
	background-position: 0 0;
}

body.en_page #langselect > .en {
	background-position: 0 0;
}

body.en_page #langselect > .hu {
	background-position: +150px 0;
}

body.hu_page #langselect > .en {
	background-position: -150px 0;
}

body.en_page #langselect > .en > a,
body.hu_page #langselect > .hu > a {
	cursor: default;
}


body.hu_page #langselect > .en > a:active,
body.en_page #langselect > .hu > a:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
}



.lang_selection > a {
	width: 90px;
	height: 0;
	padding-top: 90px;
	display: block;
	overflow: hidden;
	background: url(images/openpage2010_flags.png) no-repeat 0 0;
	outline: 0 none;
	margin: auto;
	position: relative;
	top: 24px;
}

#langselect > .hu > a {
	background-position: -3px 0;
}

#langselect > .en > a {
	background-position: -166px 0;
}

/* @end */

/* @group Main */

#pages {
	display: block;
	width: 875px;
	margin: 25px auto 0;
	padding: 25px;
	list-style-type: none;
	background-color: #cfcfcf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	behavior: url(/static/open_page2010/border-radius.htc);
}

#pages > li {
	padding-bottom: 5px;
	padding-top: 5px;
	display: inline-block;
	*float: left;
	width: 33%;
}

#pages a {
	color: #000;
	text-decoration: none;
	font: 14px Arial;
	display: block;
	position: relative;
	text-shadow: #fff 0 1px 0;
	white-space: nowrap;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 24px;
}

#pages a:hover {
	background-color: #434343;
	text-shadow: rgba(0,0,0,0.8) 0 1px 0;
color: #cfcfcf;
	-webkit-box-shadow: #fff 0 1px 0;
	-moz-box-shadow: #fff 0 1px 0;
	box-shadow: #fff 0 1px 0;
}


#pages > li.large > a {
	font-size: 25px;
}

/* @end */

/* @group Lists */

#list_wrap {
	width: 925px;
	text-align: center;
	margin-right: auto;
	margin-top: 25px;
	margin-left: auto;
	padding-bottom: 25px;
}

.list {
	vertical-align: top;
	display: inline-block;
	background-color: #cfcfcf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/static/open_page2010/border-radius.htc);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	width: 33%;
	margin-right: 5%;
	margin-left: 5%;
	padding-bottom: 5px;
	*float: left;
}

.list > h1 {
	margin: 0;
	text-align: left;
	font: normal 20px Arial;
	text-shadow: #fff 0 1px 0;
	color: #888;
	padding: 10px 10px 10px 50px;
}

.list > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	display: block;
}

.list > ul > li {
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
}

.list > ul a {
	color: #000;
	text-decoration: none;
	font: normal normal 14px Arial;
	display: block;
	position: relative;
	text-shadow: #fff 0 1px 0;
	white-space: nowrap;
	padding: 3px 24px;
	text-align: left;
}

.list > ul a:hover {
	background-color: #434343;
	text-shadow: rgba(0,0,0,0.8) 0 1px 0;
	color: #cfcfcf;
}

/* @end */


