* {
	padding:0;
	margin:0px;
	font-family:arial;
	/*font-size:14px;
	*/
}
body {	
	background: url('/images/background.gif');
	/*min-width:1000px;*/
	text-align:center;
}
#wrapper {
	width:815px;
	margin:10px auto;
	background:#fff;
	text-align:left;
}
#header {
	/*float: left;*/
	width:815px; 
	background: url('/images/fejlec.jpg'); 
	/*padding:10px 2% 10px 2%; */
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}
#header_menu{
text-align: center;
	width: 815px;
	margin-left: auto;
	margin-right: auto;
}
#sidebar_left{
	float:left;
	width:40px;
	min-height:350px;
	height: auto !important;
	background:#FF4200;
	/*padding:10px 2% 10px 2%; */
	/*margin:5px 5px 5px 0px;*/
}
#content {
	/*float:left;*/
	width: 780px;
	
	/*padding:10px 2% 10px 2%; */
	/*margin:5px 5px 5px 5px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	margin: 20px;
	min-height:350px;
	height: auto !important;
	padding-bottom: 15px;
}
#sidebar_right{
	float:left;
	width:40px;
	min-height:350px;
	height: auto !important;
	background:#FF4200;
	/*padding:10px 2% 10px 2%; */
	margin:5px 0px 5px 0px;
}
#footer_menu{
	clear:both;
	height:20px;
	background:#ff5400;
	text-align:center;
	padding:10px 2% 10px 2%;
	margin:0px 0px 5px 0px;
}
#footer {
	clear:both;
	width:96%; 
	background:#00C6FF; 
	padding:10px 2% 10px 2%;
	background:#00C6FF;
	height: 100px;
}
/*
.top_corner_end{
	height:20px;
	background:#00C6FF;
}
.topleft_corner{
	float:left;background:#fff url(circle.png);width:20px;height:20px; background-position:0px 0px;}
.topright_corner{float:right;background:#fff url(circle.png);width:20px;height:20px; background-position:20px 0px;}
.bottomleft_corner{float:left;background:#fff url(circle.png);width:20px;height:20px; background-position:0px 20px;}
.bottomright_corner{float:right;background:#fff url(circle.png);width:20px;height:20px; background-position:20px 20px;}
.bottom_corner_end{height:20px;background:#00C6FF;}
*/
.clear{
	clear:both;
}


#header_menu ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

#header_menu ul li{
	display: inline;
	list-style-type: none;
}



#header_menu ul li a{
	text-decoration: none;
	
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	/*border: 1px solid #C7C7C7;*/
	color: #03B2E7;
}


/*editor*/

p{
	margin-top: 10px;
}

.inactive{
	color: #000;
	text-decoration: line-through;
}
/*
table tr td{
	vertical-align: top;
}
*/