@charset "iso-8859-2";
/* CSS Document */

div#header {
	width:920px;
	height: 142px;
	margin-bottom: 5px;	
}

div#header1 {
	background: url(images/header_01.jpg) no-repeat;
	height: 71px;
}

div#header1 h1{
	margin-top:40px;
	margin-left:20px;
	font-size:20px;
	color: #232C4B
}
div#header2 {
	background: url(images/header_02.jpg) no-repeat;
	height: 22px;
}
div#header3 {
	background: url(images/header_03.jpg) no-repeat;
	height: 49px;
}

#menu {
	margin: 0;
	height: 30px;
	border-top: 7px;
}

#menu ul {
	margin-top:0px;
	margin-left:auto;
	text-align:left;
	vertical-align: bottom;
}
#menu li {
	display:inline;
	padding-left: 31px;
	color: #FFF;
	font-size: 11px;
	width: 140px;
	padding-right: 31px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom:none;
	margin:none;
}

#menu li a:link, #menu li a:visited, #menu li a:active  {
	color: #FFF;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

#menu li a:hover  {
	color: #B8D3E4;
}
#menu .tlo  {
	color: #FFF;
	margin-right: 5px;
	margin-left: 6px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#menu .prommenu {
	border:none;
}

