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


.main_container{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
}

.head {
	width:800px;
	height:130px;
	background:url(images/page_01.png);
	background-repeat:no-repeat;
}

/*MEEEEENUUUUUU*/

.menu{
	width:790px;
	height:24px;
	background-color:#E45F24;
	padding-left: 9px;
	padding-top:10px;
	margin: 0px;
	text-align: left;
}

.menu p{
	font-size:13px;
	color:#4c1a03;
	margin: 0px;
	padding: 0px;
	font-family:Georgia;
}

.menu a{
	font-size:13px;
	color:#4c1a03;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

.menu a:hover{
	font-size:13px;
	color:#fccf90;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
}

/*MENUUUUJAAA KONC*/

.second{
	width:790px;
	height:20px;
	background:#742a09;
	padding: 5px 0px 0px 10px;
}

.second p{
	font-size:13px;
	color:#4c1a03;
	margin: 0px;
	padding: 0px;
	font-family:Georgia;
}

.second a{
	font-size:13px;
	color:#fccf90;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}

.second a:hover{
	font-size:13px;
	color:#fccf90;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
}

.content{
	width:760px;
	background:url(images/mainBg_04.png);
	background-repeat:repeat-x;
	padding: 10px 20px 10px 20px;
	text-align:justify;
}

.sponzor_content{
	width:760px;
	background:none;
	padding: 10px 20px 10px 20px;
	text-align:justify;
}

.content img{
	margin: 10px 20px 0px 0px;
	border:solid #ffffff;
}

.content img:hover{
	margin: 10px 20px 0px 0px;
	border:solid #fccf90;
}

.content_left{
	width:500px;
	text-align:justify;
	float:left;
}

.content_right{
	width:260px;
	text-align:center;
	font-style:italic;
	font-size:12px;
	float:left;
}



.content h1{
	font-family:Georgia;
	font-size:18px;
	color:#000000;
	margin: 0px 0px 10px 0px;
}

.sponzor_content h1{
	font-family:Georgia;
	font-size:18px;
	color:#000000;
	margin: 0px 0px 10px 0px;
}

.content h2{
	font-family:Georgia;
	font-size:15px;
	color:#000000;
	margin: 0px 0px 10px 0px;
}

.content p{
	font-family:Georgia;
	font-size:12px;
	color:#000000;
	margin: 0px 0px 10px 0px;
}

.sponzor_content p{
	font-family:Georgia;
	font-size:12px;
	color:#000000;
	margin: 0px 0px 10px 0px;
}

.content ul{
	font-family:Georgia;
	font-size:12px;
	color:#000000;
	margin: 10px 0px 10px 0px;
}

.foot{
	width:780px;
	height:35px;
	padding: 20px 10px 0px 10px;
	background-color:#E45F24;
}

.foot p{
	font-family:Georgia;
	font-size:10px;
	color:#4c1a03;
	margin: 0px 0px 0px 0px;
}

.foot a{
	font-family:Georgia;
	font-size:10px;
	color:#4c1a03;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
}

.foot a:hover{
	font-family:Georgia;
	font-size:10px;
	color:#4c1a03;
	margin: 0px 0px 0px 0px;
	text-decoration:underline;
}

.foot_left{
	width:390px;
	text-align:left;
	float:left;
}

.foot_right{
	width:390px;
	text-align:right;
	float:left;
}


.sitemap a {
	color:#4c1a03;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
}

.sitemap a:hover {
	color:#4c1a03;
	margin: 0px 0px 0px 0px;
	text-decoration:underline;
}

