* { margin: 0; padding: 0; }

html,body {
	margin: 0;
	padding: 0;
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-size:100%;
	line-height:1.400em;
	color:#330f03;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.mainwrapper {
	margin: 0 auto;
	padding: 0;
	width:1000px;
	overflow:hidden;
	position: absolute;
	min-height:100%;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

#mainwrapper {
	height:100%;
}

.kader {
	position: relative;
	border:1px solid #D3D6D9;
}

.appleLinks a {
	color:#656466;
	text-decoration:none;
}

.header {
	background:url(images/header-2022.jpg) left top no-repeat;
	height:219px;
}

#content {
	position: relative;
	padding: 0 0 33px 291px;
	margin-top:70px;
	margin-right:36px;
	line-height:1.400em;
	min-height:296px;
}

.menu  {
	position: absolute;
	width:963px;
	top:220x;
	text-align: right;
	color:#330f03;
	font-weight:bold;
	line-height:1.800em;
	letter-spacing:-1px;
}

.inactive_link {
	color:#330f03;
	text-decoration:none;
}


.active_link {
	color:#f9b122;
	text-decoration:none;
}

#footer {
	width:1000px;
	height:175px;
	background:#a27255;
	position:relative;
	line-height:1.400em;
	font-size:96%;

}

#footer p {
	padding-bottom:0px;
	color:#ffffff;
}

#footer a {
	color:#ffffff;
	text-decoration:none;
}

#footer table {
	padding-top:17px;
}


h1 {
	font-size:150%;
	color:#a27255;
	font-family: 'Alice', 'Roboto', serif;
	font-weight:normal;
}

h2 {
	font-size:15px;
}

a {
	color:#f9b122;
}

ul {
	padding-left:36px;
}


#img_left {
	position: absolute;
	left:32px;
	top:4px;
}