﻿/* CSS layout */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #DF001B url('pictures/hatter.jpg') repeat-x;
	font-family: 'arial rounded MT', arial, helvetica, Tahoma, sans-serif;
	color:#2A2A2A;
}

h1, h2, h3, h4, h5, h6{
color:#A01D21;
}

div#outherDiv {
	background-position: center top;
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 630px;
	min-height:580px;
	background-color: #DF001B;
	background-image: url('pictures/background.png');
	background-repeat: no-repeat;
}

div#container {
	position: relative;
	margin: 0 11px 0px 11px;
	width: 870px;
	height: 100%;
	margin: 0 auto;
	background-image:url('pictures/footer.png');
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color: white;
	border-left:4px white solid;
	border-right:4px white solid;
}
div#leftBar{
	background-position: bottom;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 196px;
	height: 472px;
	background-image: url('pictures/sideBarBack.png');
	background-repeat: repeat-x;
	background-color:#DF001B;
	border-top:126px white solid;
}

div#mastHead {
	position:relative;
	width: 872px;
	height: 126px; 
	background-image: url('pictures/Header.png');
	background-repeat: no-repeat;
	background-position: left top;
}

div#logo {
	position: absolute;
	top:0px;
	left:0px;
}

div#header {
	position: absolute;
	top:10px;
	left:200px;
}
div#innerContainer{
	position:relative;
}

div#menu {
	position: absolute;
	top:0px;
	left:0px;
	width:200px;
	height: auto;
	background-color:white;
	}
	
#menuRest {
	position:relative;
	display: block;
	width: 196px;
	margin-top: 2px;
	background-color: #DF001B;
	padding: 20px 0px 0px 0px;
	color: white;
	line-height: 25px;
	font-weight: bold;
	font-size: larger;
	list-style: disc;
	text-align:center;
}


#menu ul {
	list-style:none;
	margin:2px 0px 0px 0px;
	padding:0px;
}

#menu li {
	margin:0;
	padding:0;
}

#menu li a:link, #menu li a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: 	#fff;
	text-align:center;
	line-height: 30px;
	background: url(pictures/button.png) no-repeat left bottom;
    border: 1px;
	border-color:black;
}
#menu li a:hover, #menu li a:active, #menu li a.current {
    color: 	#2A2A2A;
    background-position: left top;
}

#menu li a.current:hover {
    cursor: default;
}



div#flashHead {
	position: absolute;
	top:0px;
	left:200px;
	height:188px;
	width:660px;
}

div#content {
	position: absolute;
	top:188px;
	left:200px;
	width:650px;
	background-position: left top;
	background-image: url('pictures/ContentHeader.png');
	background-repeat: no-repeat;
	padding:26px 10px 0px 10px;
	text-align:justify;
	height:auto;
}

div.cikk{
	padding-bottom:10px;
	display:block;
	width:650px;
	float:left;
}
div.smallFont{
	font-size:12px;
}

div#footer {
    clear: both;
    background: transparent;
    margin: 0 auto;
    padding: 5px;
    width:870px;
    text-align:center;
    line-height:normal;
}
}

