/* © Trtkal 2008, http://trtkal.net */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #cddce4;
	background: #0433a0 url(./body_bg.gif) repeat;
	text-align: center;
}

/* ---------- HTML tagy ----------*/
li {
	list-style: url(./li.png);
}
ul {
	margin-left: 1.5em;
	padding-left: 1.5em;
}
a:link {
	text-decoration: underline;
	color: #ffffff;
}
a:visited {
	color: #afc1c9;
	text-decoration: underline;
}
a:hover,  a:active,  a:visited:hover,  a:hover:active,  a:visited:active, a:focus, a:visited:focus {
	text-decoration: underline;
	color: #521205;
}
img{
	border: none;
}
p a img {
	border: 7px solid #0a3aa4;
	padding: 1px;
}
p a img:hover {
	border: 7px solid #044ff7;
	padding: 1px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	margin-top: 1em;
}

/* ---------- ID ----------*/

#bg_top {
	background: url(./main_bg_top.png) no-repeat;
	background-position: center;
	color: #000000;
	height: 13px;
}
#bg {
	background: transparent  url(./main_bg_center.png) repeat-y;
	background-position: center;
	color: #cddce4;
}
#bg_bottom {
	background: url(./main_bg_bottom.png) no-repeat;
	background-position: center;
	color: #000000;
	height: 14px;
}
#page {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background-color: #0a40bd;
	text-align: left;
}
#top {
	width: 750px;
	text-align: center;
}
#main {
	padding: 0px 0.5em;
	min-height: 400px;
}
#bar {
	background: transparent url(./menu_bg.gif) no-repeat;
	padding: 6px 1em 0px 1em;
	height: 30px;
	margin: 0px;
}
#bottom {
	text-align: right;
	position: relative;
	width: 750px;
	margin: -5px auto 0.5em auto;
	padding-right: 1em;
	font-size: x-small;
	letter-spacing: 1px;
	color: #93aebd;
}
#bottom a, #bottom a:hover, #bottom a:visited {
	color: #93aebd;
}
#lang_flags {
	position: fixed;
	top: 0.5em;
	right: 0.5em;
}
#menu {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
}

/* ---------- CLASS ----------*/
.clear {
	clear: both;
	height: 5px;
	font-size: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
.center {
	text-align: center;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
