﻿@charset "utf-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#cee7f2;
	font-size:13px;
	background-color:#FFF;
}
.page {
	width:1000px;
	height:auto;
	margin:0 auto;
}
/* *********** Menü *********** */
.menu {
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	width:1000px;
	height:32px;
	float:left;
}
.menu ul {
	float:left;
	margin:0;
	list-style:none;
	padding: 8px 0 0 5px;
}
.menu ul li {
	float:left;
	padding-left:25px;
}
.menu ul li a {
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.menu ul li a :hover {
	border-bottom: 1px solid #FFF;
}
/* *********** Design *********** */
.header {
	background-image:url(../images/header.png);
	width:1000px;
	height:208px;
	margin:0;
	padding:0;
}
.partner_bar {
	float:right;
	height:16px;
	position:relative;
	top:6px;
	right:6px;
}
.partner_bar a {
	text-decoration:none;
	color:#FFF;
}
.partner_bar img {
	vertical-align:middle;
	margin-left:3px;
}
.sidebar {
	width:194px;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.content {
	width:552px;
	height:auto;
	float:left;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	padding:0;
	min-height:500px;
}
.footer {
	background-image:url(../images/footer.png);
	width:1000px;
	height:32px;
	clear:both;
}
img {
	border:none;
}
