@import "rte.css";
@import "news.css";
@import "mailform.css";

body{
	
}
#html{
	width:948px;
	border:1px solid #C6C7C8;
	margin:0px auto;
	background:url('../images/content_bg.jpg') repeat-y;
}
#menu{
	height:99px;
	background:url('../images/menu_bg.jpg') no-repeat;
}
#header{
	height:142px;
	background:url('../images/header_bg.jpg') no-repeat;
}
#text{
	height:34px;
	background:url('../images/text_bg.jpg') no-repeat;
	padding-left:50px;
	font-weight:bold;
	font-size:16px;
	line-height:14px;
	color:#444444;
}
#text span{
	padding-top:4px;
	display:block;
}
#text small{
	font-size:12px;
	line-height:10px;
}
#body{
	background:url('../images/content_col2_bg.jpg') no-repeat;
}
#body #breadcrumb{
	line-height:30px;
	padding-left:50px;
	color:#C6C7C8;
	font-size:11px;
}
#body #breadcrumb span{
	color:#A9ABAC;
}

#body #newsbox{
	float:left;
	margin-left:20px;
	margin-top:40px;
	width:150px;
}
#body #contentbox{
	float:left;
	width:695px;
	margin-left:50px;
	margin-bottom:20px;
	min-height:300px;
}
#body #contentbox #content_col1{
	float:left;
	width:460px;
	margin-right:20px;
}
#body #contentbox #content_col2{
	float:left;
	width:180px;
	margin-right:15px;
	margin-left:20px;
}

#footer{
	clear:both;
	background:#ECEDED;
	line-height:21px;
	text-align:right;
	padding-right:25px;
}
#footer a{
	padding:0px 15px;
	text-transform:uppercase;
	font-size:11px;
}


/*
 * Menü
 */
#menu .menu{
	padding-left:240px;
}

ul.dropdown{
	text-transform:uppercase;
}
ul.dropdown {
	
}

ul.dropdown li.hover, 
ul.dropdown li:hover,
ul.dropdown a:hover {
    background:url('../images/menu_a_bg.jpg') repeat-x center top;
	color:#FFF;
}

ul.dropdown a {
	line-height:60px;
	color:#707173;
	display:block;
	font-size:12px;
	padding:0px 15px;
	padding-top:30px;
	margin-bottom:9px;
}

ul.dropdown li li{
	width: 140px;
}
ul.dropdown li li a{
	font-size:11px;
	background:url('../images/transp.png');
	line-height:18px;
	margin:0px;
	padding:2px 5px;
	color:#000;
	border-bottom:1px solid #FFF;
	text-transform:none;
}
ul.dropdown li li a:hover{
	background:#D5D5D5;
	color:#000;
}
ul.dropdown ul {
	width: 120px;
}

/*
 * Breadcrumb
 */
.navpath{
	padding:0px 5px;
}


#body #newsbox_neu{
	float:left;
	margin-left:20px;
	margin-top:40px;
	width:150px;
    padding-top: 125px;
}
#body #newsbox_neu b{
    color:#005aa8;
}