* {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Trebuchet, Verdana;
	font-size: 13px;
	color: #000000;
}

body {
	background-color: #C8D0E0;/*3C507F*/
	padding-bottom: 50px;
}

img {
	border: none;
}




#main {
	margin: 10px auto;
	width: 1000px;
	border: 1px solid #777777;
}

#main #top {
	position: relative;
	margin: auto;
	width: 100%;
	height: 211px;
	background-image: url("images/logo.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}

#top #flags {
	position: absolute;
	right: 0;
	top: 0;
	width: 119px;
	height: 55px;
	background-color: #E7EEF8;
	border: 1px solid #D7DEE8;
}

/*
#flags * {
	position: absolute;
	top: 2px;
}

#flags .enflag {
	left: 11px;
}

#flags .deflag {
	left: 64px;
}
*/

#flags a, #flags a:hover {
	margin: 5px 7px;
	float: left;
}

#top #menu {
	position: absolute;
	left: 10px;
	bottom: 9px;
	width: 950px;
}

#menu a, #menu a:hover {
	padding: 0 10px;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}




#main #middle {
	margin: auto;
	overflow: auto;
	background-image: url('images/back.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

#middle #left {
	width: 345px;
	height: 350px;
	float: left;
	text-align: center;
	background-color: #F0EFEC;
	background-image: url('images/stozars.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

h2 {
	margin: 10px auto;
	font-weight: normal;
	font-size: 20px;
}

#left ul {
	margin: auto;
	width: 80%;
	list-style-type: none;
	text-align: left;
}

#left ul li {
	padding: 2px 0;
	font-size: 15px;
}




#middle #right {
	padding: 10px 20px;
	width: 615px;
	float: left;
}

#right h1 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 23px;
}





#main #line {
	position: relative;
	width: 100%;
	height: 50px;
	clear: both;
	background-image: url('images/back2.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

#line img {
	position: absolute;
	left: 345px;
	top: 0;
	z-index: 10;
}



#main #bottom {
	padding: 10px 0;
	clear: both;
	width: 100%;
	font-size: 10px;
	text-align: center;
	background-image: url('images/back2.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

#bottom a, #bottom a:hover {
	font-size: 10px;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

#bottom hr {
	margin: 5px auto;
	width: 400px;
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: 0;
}
























