@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#000000;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	}

#fejlec {
	background-image:url(/head.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	height: 267px;
	width: 700px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#title {
	background-color:#cc0e22;
	height: 22px;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	vertikal-align: center;
}

#side {
	
	position:absolute;
	top:289px;
	left:0px;
	background-color:#000000;
	background-image: url("/bg.jpg");
	background-repeat: repeat-y;
	height: 100%;
	width: 200px;
	padding-top:15px;
	padding-left: 5px;
}

#content {
	position:absolute;
	top:297px;
	left:210px;
	background-color:#000000;
	height: 100%;
	width: 500px;
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 8px;
}

td {
	text-align: justify;
	}

a {
	color: #cc0e22;

}

.title {
	color: #ffffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

li {
	padding-top: 15px;

}