html {
	overflow-x:auto;
	overflow-y:scroll;
}

html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	line-height: 18px;
	background:#FFFFFF url(../files/shared/body.jpg) top center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

td, p, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5 {font-weight:bold; margin:5px 0;}
h1 {font-size:16px;}
h2 {font-size:15px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:12px;}

hr {
	border:none;
	border-top:1px solid #5A7A37;
	height:1px;
}

a:link {
	text-decoration: none;
	color:#000E7D
}
a:visited {
	text-decoration: none;
	color:#000E7D
}
a:hover {
	text-decoration: underline;
	color:#008BF2
}
a:active {
	text-decoration: none;
	color:#000E7D
}
.clear{clear:left}

/***************************************/
/* CSS LAYOUT                          */
/***************************************/
#maincontainer{
	width: 923px;
	margin: 0 auto;
	min-height:100%;
	position:relative;
}
* html #maincontainer{height:auto; height:100%;}

#topsection{
	background: #FFFFFF url(../files/shared/header.jpg) top left no-repeat;
	height: 310px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background: url(../files/shared/content.jpg) top right no-repeat;
}

#contentcolumn{
	margin-left: 217px;
	min-height:200px;
	padding-bottom:70px;
}

#leftcolumn{
	float: left;
	width: 217px;
	margin-left: -923px;
	padding-bottom:70px;	
}

#footer{
	clear: left;
	width: 100%;
	position:absolute;
	bottom:0;
	width:100%;
	height:64px;
	background:#FFFFFF url(../files/shared/footer.jpg) top left no-repeat;
}
#footer .inner{
	color:#ffffff;
	font-size:11px;
	padding:15px 0 0 235px;
}
.innertube{
	margin: 100px 100px 40px 40px;
}

#topmenu {
	float:left;
	position:absolute;
	top:50px;
	left:40px;
}
#topmenu a:hover{
	text-decoration:none	
}
#slogen {
	float:left;
	position:absolute;
	top:245px;
	left:125px;
	font-size:11px;
	color:#ffffff;
}
/***************************************/
/* MAIN MENU                           */
/***************************************/
ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 217px;
}

ul#menu ul{
	display:none;
}
ul#menu a {
	display: block;
	text-decoration: none;
}
ul#menu li {
	margin-top: 0;
}
ul#menu li a {
	background: url(../files/shared/gomb_fomenu.jpg) top left no-repeat;
	color: #fff;
	padding-left:50px;
	line-height:46px;
}
ul#menu li ul li a {
	background: url(../files/shared/gomb_almenu_1.jpg) bottom left no-repeat;
	color: #FFF;
	margin:0;
	padding:0;
	line-height: 37px;
	padding-left:30px;
}
ul#menu li ul li a:hover, ul#menu li ul li a.active {
	background: #FFB435 url(../files/shared/gomb_almenu_2.jpg) bottom left no-repeat;
}