body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000 url('images/hatter.jpg') top repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ccc;
	}

#page {
	width: 800px;
    margin-left: auto;
    margin-right: auto;
	background: #000;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	}

#header {
	}

#headerimg 	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #000 url('images/logo.jpg') top no-repeat;
	width: 800px;
	text-align: right;
	padding-top: 270px;
	}

/*525*/
#content{
	margin: 0;
	padding: 5px 5px 5px 15px;
	width: 505px;
	float: left;
	}

/*275??ie nemOK*/	
#sidebar{
	margin: 0 0 0 0;
	padding: 25px 15px 0 15px;
	width: 235px;
	float: right;
	}

#sidebar ol {
	list-style-type: none;
	}

#sidebar ul {
	list-style-image: url('images/star.jpg');
	}

#sidebar ul a, ul a:hover, ul a:visited{
	color: #e10085;
	text-decoration: none;
}

#sidebar ul a:hover{
	text-decoration: underline;
}

#sidebar h2{
	font-size:16px; 
}
	
.post {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: justify;
	border-bottom: 1px solid #333;
	}

#footer {
	margin: 0;
	padding: 55px 0px 5px 10px;
	width: 790px;
	clear: both;
	background: #000 url('images/post.jpg') bottom repeat-x;
	}


.submit {
 	background: #e10085;
	color: #fff;
	font-size: 11px;
    font-weight: bold;
    width: 80px;
	height: 35px;
	text-decoration: none;
	text-transform:uppercase;
	line-height: 35px;
	border: 0;
	margin: 0;
	}
	
.submit:hover, .searchfield:focus{
	background: #222;
	color: #fff;	
	}

.searchfield {
 	background: #e10085;
	border: 1px solid #fff;
	margin:0px 5px 0px 100px;
}
	
img {
	padding: 3px;
	border: 1px solid #333;
	margin-right: 5px;
	margin-bottom: 5px;
	}

	
h1{
	text-decoration: none;
}

h2, h2 a, h2 a:hover, h2 a:visited{
	color: #e10085;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:22px; 
	font-weight:bold; 
	text-decoration: none;
	padding: 0;
}

h5{
	font-size:10px; 
	text-decoration: none;
	color: #ccc;
	padding: 0 0 10px 0;
}

a, a:visited{
	text-decoration: none;
	color: #e10085;	
}
	
a:hover {
	text-decoration: underline;
}	
	
	
	
	
	
	
	
	
	
	
.menu, .menu ul, .menu li { 
	list-style: none;
	margin: 0;
	padding: 0;
	}

.menu {
	float:left;
	width:750px;
	padding:0px 0px 0px 50px;	
	height: 35px;
	background:#e10085; 
	}

.menu li {
	float: left;
	height: 35px;
	}

.menu li a, .menu li a:link, .menu li a:active, .menu li a:visited {
	font-size: 11px;
	line-height: 35px;
	font-weight:bold;
	background:#e10085;
	color:#fff;
	display: block;
	padding:0px 20px 0px 20px;
	text-decoration: none;
	text-transform:uppercase;
	}

.menu li a:hover {
	background: #222;
	color: #fff;	
	}


.rightlinks { 
	letter-spacing: -1px;
    margin-left: auto;
    margin-right: auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 780px;
	text-align: right;
	color: #999;
	padding: 5px 20px 5px 0;
	font-size: 11px;
}

.rightlinks  #arrow{ 
	float: left;
	margin-left: 10px;
}

.rightlinks  #arrow2{ 
	float: left;
	margin-left: 10px;
}

blockquote{
	font-family: Courier New;
	white-space: nowrap;
	border: 1px dotted #e10085;
	font-size: 10px;
	overflow:auto;
	padding:5px;
	color: #ccc;
	background: #000 url('images/macska.jpg') top right no-repeat;
}

#commentform textarea{
	width: 500px;
	background: #111;
	border: 1px dotted #e10085;
	color: white;
}

#commentform #submit{
	font-size: 10px;
	width: 150px;
	background: #111;
	border: 1px solid #e10085;
	color: white;
	float:right;
}

#commentform input{
	background: #111;
	border: 1px solid #e10085;
	color: white;
}

