#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#container .header {
	height: 171px;
	position: relative;
}
#container .main {
	background: transparent url(../images/main.gif) repeat-y top left; 
}
#container .left {
	width: 190px;
	float: left;
}
#container .center {
	color: #000;
	width: 620px;
	float: left;
}
#container .right {
	color: #000;
	width: 190px;
	float: right;
	background: transparent url(../images/jobbhatter.jpg) no-repeat top left; 
}
#menu {
	padding: 0px;
	margin: 2px 0px 0px 0px;
	color: #000;
	letter-spacing: 2px;
}
#menu .c_li {
	border-bottom: 1px solid #cac9d7;
	background: transparent url(../images/menu_bg.gif) repeat-y top left;  
}
#menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	margin: 0px;
	padding: 4px 0px 0px 25px;
	height: 23px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	font-family: tahoma;
	color: #000;
}
#menu li a span {
/*    margin: 4px 0px 0px 25px; */
}
.sub1 {
	margin: 0px 0px 0px 40px;
	display: none;
}
.sub1 li {
}
.sub2 {
	display: none;  
	margin: 0px 0px 0px 10px;
}
.sub1 li {
}
#menu .menu_selected {
	background: transparent url(../images/menu_aktiv.gif) no-repeat top left;  
	width: 190px;
}
#menu .menu {
	background: transparent url(../images/menu_passziv.gif) no-repeat top left;  
	width: 190px;
}
#menu .menu:hover {
	background: transparent url(../images/menu_aktiv.gif) no-repeat top left;  
	width: 190px;
}
#container .footer {
	position: relative;
	color: #000;
	padding: 0px;
	margin: 0px;
}
#container .footer .footer_row{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 960px;
	background-color: #f2f1ff;
	height: 15px;
	border-top: solid 2px #0a3965;
	display: block;
}
.content {
	padding: 0px 15px;
}
.top_header {
	position: absolute;
	top: 12px;
	left: 450px;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: right;
	height: 25px;
	width: 500px;
	
}

.top_header a { 
	height: 25px;
}
.counter {
	clear: both;
	width: 190px;
	margin: 50px 0px 20px 0px;
}
.counter p {
	font-weight: normal;
	text-align: center;
}
#ba {
	display: block;
	position: absolute;
	top: 40px;
	left: 600px;
	height: 130px;
	width: 110px;
	border: 0px; 
}
#ma {
	display: block;
	position: absolute;
	top: 40px;
	left: 725px;
	height: 130px;
	width: 110px;
	border: 0px; 
}
#szk {
	display: block;
	position: absolute;
	top: 40px;
	left: 850px;
	height: 130px;
	width: 110px;
	border: 0px; 
}
body, form, h1, h2, h3, h4, p, ul, li, ol, blockquote, img, fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	text-align:center;
	background: #cac9d7;       
}
div {
/*    position: relative; */
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;        
}
h1 {
	font-size: 16px;
	position: absolute;
	top: 3px;
	left: 30px;
}
h2 {
	margin: 10px 10px 5px;
	padding: 10px 0px 5px 1px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../images/modulcimhatter.jpg) no-repeat top left;       
	height: 42px;
	text-align: center;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
p {
	margin: 0px;
}
ul{
	margin: 0px 10px 10px 10px;
	padding: 0px 5px;
}
li {
	margin: 4px 0px 2px 10px;
}
ol {
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}
a {
	color: #0a3965;
	text-decoration: none;
}
a:hover{
	color: #ff8c00;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
} 
