body {
	padding: 0px;
	margin: 0px;
	background: #222282 url(irssiwd.png) no-repeat 10px 0px;
	min-height: 695px;
	_height: 720px;
	font-family: arial;
	font-size: 14px;
}

img {
	border: 0px;
	padding-left: 3px;
}

#menu {
	position: absolute;
	margin-left: 465px;
	width: 110px;
	min-height: 695px;
	_height: 720px;
	height: 100%;	/* roadrhack! */
	padding: 0px;
	padding-top: /*14*/5px;
	background: #d1e5ed;
}

#menu a:hover {
	background: #d1e5ed;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 120px;	/* roadrhack!  #menu's padding-top + this one */
	padding-left: 0px;
	padding-right: 0px;
}

#menu ul a {
	text-decoration: none;
	display: block;
	/*margin-bottom: 5px;*/
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	padding-left: 15px;
	color: #0082b3;
	background: url(negyzet1.png) no-repeat 4px;
}

#menu ul a:hover {
	background: #b1d2de url(negyzet2.png) no-repeat 4px;
	color: #222282;
}

#content {
	position: absolute;
	margin: 0px;
	margin-left: 150px;
	padding: 5px;
	padding-top: 0px;
	min-height: 695px;
	_height: 720px;
	height: 100%;	/* roadrhack! */
	width: 300px;
	background: #b1d2de url(iwcbg.png) repeat-y top;
	color: #222282;
	text-align: justify;
}

#content .teto {
	background: url(kockak.png) no-repeat top;
	top: 0px;
	padding: 0px;
	height: 100px;
	width: 300px;
}

#content .nagycim {
	display: none;
}

#content .kiscim {
	display: none;
}

#content .duma {
	background: #d1e5ed;
	margin-right: -5px;
	margin-left: -5px;
	margin-top: 50px;
}

#content .origo {
	background: #b1d2de url(origo.png) no-repeat bottom right;
	height: 150px;
	width: 300px;
	padding: 0px;
	margin-top: -12px;
	margin-left: 5px;
}

#content .about_irssi {
	background: #b1d2de url(about_irssi.png) no-repeat bottom right;
	height: 150px;
	width: 300px;
	padding: 0px;
	margin-top: -12px;
	margin-left: 5px;
}

#content .events {
	background: #b1d2de url(events.png) no-repeat bottom right;
	height: 150px;
	width: 300px;
	padding: 0px;
	margin-top: -12px;
	margin-left: 5px;
}

#content .links {
	background: #b1d2de url(links.png) no-repeat bottom right;
	height: 150px;
	width: 300px;
	padding: 0px;
	margin-top: -12px;
	margin-left: 5px;
}

#content p {
	margin-right: 5px;
	margin-left: 5px;
}

#content ul {
	padding: 5px;
	padding-left: 25px;
}

a {
	text-decoration: none;
	color: #00719c;
}

a:hover {
	display: inline;
	color: #002983;
	background: #c5e1ed;
}

