body {
	font-family: verdana, arial, sans-serif;
	text-align: center;
	color: black;
	background: white url('../img/body.gif') left top repeat-x;
	position: relative;
}

#body {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	background: url('../img/body-right.gif') 789px 0px repeat-y;
	padding-bottom: 140px;
	position: relative;
}

#header {
	height: 186px;
	background: white url('../img/header.jpg') left top no-repeat;
}

#header a {
	position: absolute;
	left: 0;
	top: 70px;
	width: 210px;
	height: 60px;
}

#header a span{
	display: none;
}

#right-center-side {
	width: 745px;
	float: right;
}

#left-side {
	width: 210px;
	float: left;
	overflow: hidden;
}

#right-side {
	width: 153px;
	float: right;
	overflow: hidden;
}

#center-side {
	width: 553px;
	float: left;
	overflow: hidden;
}

#flash {
	position: absolute;
	top: 0;
	right: 0;
	width: 745px;
	height: 165px;
}

.vlajky a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 32px;
	height: 20px;
	margin: 0px 15px 10px 0px;
	float: left;
}

.vlajky a.en { background-image: url('../img/en.gif');}
.vlajky a.en:hover { background-image: url('../img/en-hover.gif');}

.vlajky a.pl { background-image: url('../img/pl.gif');}
.vlajky a.pl:hover { background-image: url('../img/pl-hover.gif');}

.vlajky a.gr { background-image: url('../img/gr.gif');}
.vlajky a.gr:hover { background-image: url('../img/gr-hover.gif');}

.vlajky a.de { background-image: url('../img/de.gif');}
.vlajky a.de:hover { background-image: url('../img/de-hover.gif');}

.vlajky a.ru { background-image: url('../img/ru.gif');}
.vlajky a.ru:hover { background-image: url('../img/ru-hover.gif');}

.vlajky a.sp { background-image: url('../img/sp.gif');}
.vlajky a.sp:hover { background-image: url('../img/sp-hover.gif');}

.vlajky a.cze { background-image: url('../img/cze.gif');}
.vlajky a.cze:hover { background-image: url('../img/cze-hover.gif');}

.vlajky span {
	display: none;
}


.menu {
	margin: 0;
	padding: 0;
	margin-right: 20px;
	list-style: none;
}

.menu li {
	margin-bottom: 10px;
}
.menu li a {
	display: block;
	border-bottom: 1px white solid;
	color: #999999;
	text-transform: uppercase;
	text-align: right;
	text-decoration: none;
	font-size: 1.2em;
	_height: 1px;
}
.menu li a:hover {
	color: #CC6600;
}
.menu li a.active {
	border-bottom-color: #F9EFE7;
}

#right-side h2 {
	color: #CC6600;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 3px;
	border-bottom: 2px #999999 solid;
	margin-bottom: 8px;
}

.news {
	padding: 22px 0;
	border-bottom: 1px #EBEBEB solid;
}

.news h3 {
	color: #006699;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 20px;
}

.news p {
	color: #6C6D70;
	margin-bottom: 0;
}

.news p a {
	color: #CC6600;
}

#footer {
	width: 100%;
	padding: 36px 0;
	background: white;
}

#footer-2 {
	background: #999898;
	width: 100%;
	height: 49px;
	text-align: center;
}

#footer-3 {
	margin: 0 auto;
	height: 49px;
	text-align: left;
	width: 955px;
	background: url('../img/eu.gif') left center no-repeat;
}

#footer-3 p {
	margin: 8px 0 0 88px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}