body {
	background: #B4B4B6 url('images/hatter.jpg') repeat-x top;
	font-family: 'Lucida Grande', helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	margin-top: 0px;	
	margin: 0; 	
}
a:link {	
	color: #0566B7;
	text-decoration : underline;
}
a:visited {   
	color: #0566B7;
	TEXT-DECORATION: underline;
}
a:active {  
	color: Black;
	TEXT-DECORATION: none
}
a:hover {  
	color: #DF0029;
	TEXT-DECORATION: none;
}

/* Design */

#main {
	background: #FFF;	
	width: 760px;
	margin: 0 auto; /*Center container on page*/
}
#header {
	padding: 0 0 0 18px;
}
#menu {
	padding: 0 0 18px 18px;
	float: center;
	width: 724px;
}

/* Menü */

.menu {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url('images/button1.gif');
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu li {
	float: left;
}
.menu li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
	text-decoration:none;
}
.menu li.current a {color:#fff; background:url(images/button3.gif);
text-decoration:none;
}
.menu li.current a b {background:url(images/button3.gif) no-repeat right top;
text-decoration:none;
}
.menu li a:hover {color:#fff; background:#000 url(images/button4.gif);
	text-decoration:none;
}
.menu li a:hover b {background:url(images/button4.gif) no-repeat right top;
	text-decoration:none;
	}
.menu li.current a:hover {
	color:#fff; background:#000 url(images/button3.gif); cursor:default;
	text-decoration:none;
	}
.menu li.current a:hover b {
	background:url(images/button3.gif) no-repeat right top;
	text-decoration:none;
}

/* Lábléc */

#footer {
	background: #B9B9B9;
	border-bottom: 18px solid #fff;
	text-align: center;
	margin: 18px 0 0px 18px;
	padding: 5px 0 10px 0;
	width: 724px;
}

/* Tartalmi rész */

#contentwrapper{
	background: #FFF;
	float: left;
	width: 100%;	
}
#contentcolumn{
	background: #FFF;
	padding: 0 18px 18px 18px;
	margin-left: 248px; /*Set left margin to LeftColumnWidth*/
	height: 100%;
}
#leftcolumn{
	padding: 0 0 0 18px;
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -760px; /*Set left margin to -(MainContainerWidth)*/
	background: #FFF;
}
.innertube{
	margin: 0 0 0 18px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}


.inputButton{
	BACKGROUND-COLOR: #63A2C5;
	COLOR: white;
	FONT: 11px Verdana;
	BORDER-BOTTOM: #956500 1px solid;
	BORDER-LEFT: #E6BE5F 1px solid;
	BORDER-RIGHT: #956500 1px solid;
	BORDER-TOP: #E6BE5F 1px solid;
	font-weight : bold;
}
.InputBox{
	BACKGROUND-COLOR: White;
	FONT: 11px Verdana;
	BORDER-BOTTOM: #63A2C5 1px solid;
	BORDER-LEFT: #63A2C5 1px solid;
	BORDER-RIGHT: #63A2C5 1px solid;
	BORDER-TOP: #63A2C5 1px solid; 
}
.leftblockheader {
	background: #0067B0;
	font-weight: bold;
	font-size: 12px;	
	color : #DDE6F5;	
	padding: 5px 5px 5px 5px;	
}
.leftblockcontent {	
	padding: 5px;	
	border: 1px solid #B9B9B9;	
}
.rightBlockContent {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	background : White;
	color : Black;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	WIDTH:193px;
}
.rightBlockHeader {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana;	
	color : white;
	HEIGHT:26;
	padding-top:0 px;
	padding-left:21px;
}
.centerblockcontent {
	/*padding: 5px;*/
	border: 1px solid #B9B9B9;	
}
.centerblockheader {
	background: #0067B0;
	font-weight: bold;
	font-size: 12px;	
	color : #DDE6F5;	
	padding: 5px 5px 5px 5px;	
}
#centerblockintro {
	background: url(images/whats_new.jpg) no-repeat top;
	height: 324px;
}
/*.BlockContent {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	color : Black;
}*/
.BlockHeader {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	background :DFDFDE ;
	color : Black;
}
.leftBlock{
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	background : White;
	color : Black;
}
.rightBlock{
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	background : White;
	color : Black;
}
/*.CenterBlock{
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	FONT-FAMILY: Verdana;
	background : White;
	color : Black;
}*/
