body{ 
	background: #eeefdc;
	font-family: Arial, "Arial", Sans, serif;
	font-size: 15px;
	color: #000000;
	margin: auto 0;
}

h1{
	font-family: "Arial Black";
	color: #000000;
}

h2{
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-family: "Arial Black";
}

#container{
	background-image: url('images/margin.jpg');
	background-repeat: repeat-y;
	width: 1000px;
	margin-top: 20px;
	margin: auto;
}
#top_margin{
	background-image: url('images/top.jpg');
	margin-top: 30px;
	width: 1000px;
	height: 30px;
}
#content_margin{
	width: 700px;
	height: 30px;
	background-image: url('images/content_top.jpg');
}

#header{
	width: 660px;
	margin: auto;
	padding-top: 10px;
	height: 90px;
	background: #b7c020;
	background-image: url('images/header.png');
}

/*Menü*/

#navi_container{
	background-image: url('images/navi.jpg');
	float: left;
	width: 200px;
	height: 400px;
	margin-left: 40px;
}

#navigation ul {
	margin-left: -20px;
	margin-top: 100px;	
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited{
	display: block;
	width: 160px;;
	height: 40px;
	margin-top:5px;
	margin-bottom: 1px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-size: 16px;
	background: #e7ef66;
}

#navigation a:hover, #navigation a:active{
	background: #b7c020;	
	background-image: url('images/hover.png');
	color: #000000;
}

#content{
	width: 700px;
	background: #b7c020;
	margin-left: 260px;
}

#text_field{
	width: 660px;
	background: #e7ef66;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	line-height: 1.5;
}

#footer{
	width: 700px;
	height: 30px;
	background-image: url('images/footer.jpg');
	margin-left: 260px;
}
#bottom_margin{
	width: 1000px;
	height: 30px;
	margin-bottom: 30px;
	background-image: url('images/bottom.jpg');
}



a:link { font-weight:bold; color:green; text-decoration:none; }
a:visited { font-weight:bold; color:#99a20b; text-decoration:none; }
a:focus { font-weight:bold; color: black; text-decoration:none; }
a:hover { font-weight:bold; color:black; text-decoration:none; }
a:active { font-weight:bold; color:#666666; text-decoration:none; }


