@CHARSET "UTF-8";

/*** layout definitions ***/

body {
	background: #000 url(../images/hatterek/body_bg.jpg) repeat-x top;
	margin: 0pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}
sup{
	font-size: 60%;
	vertical-align: text-top;
}
sub{
	font-size: 60%;
	vertical-align: text-bottom;
}
#body_wrapper{
	margin: 20px auto;
	width: 1003px;
	height: 760px;
}
#menu_wrapper{
	height: 103px;
	padding-top:0;
	background: transparent url(../images/hatterek/menu2_bg.png) no-repeat left top;
}

#body_wrapper .hidden_main{
	height: 67px;
	padding-top:36px;
	background: transparent url(../images/hatterek/menu1_bg.png) no-repeat left 34px;
}
#body_wrapper .hidden_main #sub_menu{
	display: none;
}

#menu_wrapper a{
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #9d9ea0;
}
#menu_wrapper .selected a, #menu_wrapper a:hover{
	color: #4a687a;
}
#menu_wrapper ul{
	margin: 0;
}
#menu_wrapper li{
	float: left;
	margin: 0;
}
#sub_menu{
	clear: both;
	font-size: 20px;
	line-height: 20px;
}
#sub_menu ul{
	position: relative;
	margin-left: 200px;
	top: -3px;
}
#sub_menu li{
	margin-right: 30px;
}
#main_menu{
	clear: both;
	font-size: 24px;
	line-height: 24px;
}
#main_menu ul{
	position: relative;
	margin-left:55px;
}
#main_menu li{
	margin-right: 31px;
}
#main_menu li.special a{
	color: #aa0009;
}
#main_menu li.special a:hover{
	color: #ce000c;
}
#main_wrapper{
	clear: both;
	position: relative;
	padding: 218px 5px 10px;
	background: transparent url(../images/hatterek/main_bg.png) no-repeat top;
	color: #515151;
}
#wolf_logo{
	position: absolute;
	right: -60px;
	top: -100px;
}
#studioroyal_logo{
	padding: 0 0 20px 40px;
}

/*** end of layout definitions ***/


/*** element defaults ***/

h1, h2, h3, h4{
	color: #005385;
	font-style: italic;
	font-weight: bold;
}
h1{
	margin-left: 1em;
	padding-bottom: 0.5em;
	font-size: 1.8em;
}
h2{
	padding-bottom: 0.4em;
	font-size: 1.5em;
}
h3{
	padding-bottom: 0.3em;
	font-size: 1.3em;
}
h4, h5, h6{
	color: #005385;
	line-height: 1.2em;
}
p{
	text-align: justify;
	font-style: italic;
	line-height: 1.2em;
}
a, a:hover{
	color: #7cacca;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*** end of element defaults ***/


/*** common class definitions ***/

.float_left{
	float: left;
}
.float_right{
	float: left;
}
.nofloat{
	float: none;
}
.clear_both{
	clear: both;
}
.pager{
	padding: 5px 5px 0;
	text-align: right;
	height: 1em;
}
.pager a{
	display: block;
	width: 4em;
	font-style: italic;
	font-weight: bold;
}
.pager a:hover{
	text-decoration: none;
}
a.prev{
	float: left;
	background: transparent url(../images/less_bg.png) no-repeat left;
	padding-left: 20px;
}
a.next{
	float: right;
	background: transparent url(../images/more_bg.png) no-repeat right;
	padding-right: 40px;
}

.main_text h1{
	margin-left: 0;
	font-size: 14pt;
	color: #ed1b2d;	
}
.main_text ul{
	list-style-type: disc;
}
.main_text li{
	margin-left: 20px;
	font-style: italic;
	line-height: 1.4em;
}

/*** end of common class definitions ***/


#advertise{
	position: absolute;
	top: 40px;
	left: 120px;
	z-index: 1000;
	margin: 0 auto;
}
#advertise span.close
{
	position: absolute;
	bottom: 60px;
	right: 180px;
}
#advertise .close a{
	font-size: 20px;
	color: #000;
}
#advertise .close a:hover{
	text-decoration: none;
}