body,td,th,select,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}
input {
	background-color: #000000;
}
select {
	background-color: #000000;
	width:450px;
	height:30px;
}
a:link {
	color: #FFFF00;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #000;
	background-color:#FFF;
}
a:active {
	font-weight:bold;
	text-decoration: none;
}
p {
	margin-top:15px;
	margin-bottom:15px;
	width:560px;
}
#container {
	width:1000px;
}
#fejlec {width:1000px; padding:0 0 20px 0;}
#logo{float:left; font-size:30px; color:#FFFF00; font-weight:bold;}

#content {
	padding:15px 10px 0 0;
	width:1100px;
	float:left;
	clear:both;
}
#left {float:left; width:700px; margin:0 10px 0 0;}
#right {float:right; width:300px;}
#footnav {
	margin-top:50px;
	float:right;
}
h1 {
	font-size: 52px;
}
#weekcontainer {
	width:560px;
}
#m1week {
	width:270px;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
#m2week {
	width:270px;
	padding-left:5px;
	padding-right:5px;
	float:right;
}
ul {
	list-style-type: none;
}


