@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #606060;
	background-image: url(../image/bg.png);
	background-repeat: repeat-x;
	background-position:top;
	background-attachment:fixed;
	padding: 0px;
	margin: 0px;
	background-color: #a4ccf0;
}

a {
	color: #2e3e6b;
}

a:hover {
	text-decoration: none;
}
.page {
	width: 876px;	
}

.top {
	height: 230px;
	overflow:hidden;
}

.logo {
	height: 143px;
	text-align: left;
	overflow:hidden;
}

.content {
	background-image: url(../image/bg_core.png);
	background-repeat: repeat-y;
	text-align: left;
}

.core_left {
	float: left;
	width: 555px;
}

.core_right {
	margin-top: 30px;
	float: right;
	width: 292px;
	background-image: url(../image/modul_bg.png);
	background-repeat: repeat-y;
}

.modul_top {
	background-image: url(../image/modul_top.png);
	background-repeat: no-repeat;
}
.modul_bottom {
	background-image:url(../image/modul_bottom.png);
	height: 18px;
	background-repeat: no-repeat;
}

.modul_text {
	padding:10px;
	padding-left: 16px;
	padding-top: 15px;
	font-size: 12px;
}

.modul_text a {
	font-size: 13px;
	text-decoration: none;
}

.modul_text a:hover {
	text-decoration: underline;
}
.modul_text ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
}
.modul_text li {
	list-style-type: none;	
	background: transparent url(../icon/word-18.png) no-repeat scroll left center;
	margin:0px;
	padding: 3px 10px 3px 20px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	color: #69882a;
}

.clear_both {
	clear: both;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-align:left;
	padding: 0px;
	margin-top: 14px;
	margin-bottom: 14px;
	color: #6d9519;
}

.text_core {
	padding-left: 20px;
	
}

.bottom_page {
	background-color: #FFF;
}
.footer {
	background-image:url(../image/footer.png);
	font-size:11px;
	height: 40px;
	color: #FFF;
}

.footer_text{
	padding: 3px;
	padding-left: 20px;
	color: #838383;
}
.footer_text a {
	color: #838383;
}
.footer_text a:hover {
	text-decoration:none;
}

.line_offset {
	height: 2px;
	overflow: hidden;
}

.line {
	height: 1px;
	overflow: hidden;
	background-color: #CCC;
}

.bar {
	background-image: url(../image/bar.png);
	height: 101px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.bar_offset {
	height: 4px;
	overflow: hidden;
}
.item {
	height: 57px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	text-align: center;
}
.first_item {
	float: left;
	width: 20px;
	height: 20px;
}
.item_offset {
	height: 20px;
	width:10px;
}
.item a {
	color: #FFF;
	font-size:11px;
	text-decoration: none;
}

.item_hover {
	height: 57px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	text-align: center;
	background-image:url(../image/item_hover_bg.png);
	background-repeat:repeat-x;
	cursor: pointer;
	cursor: hand;
}

.item_hover a {
	color: #59731a;
	font-size:11px;
	text-decoration: none;
}

.item_selected {
	height: 57px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	text-align: center;
	background-image:url(../image/item_selected.png);
	background-repeat:repeat-x;
}

.item_selected a {
	color: #59731a;
	font-size:11px;
	text-decoration: none;
}

.language_bar {
	float:right;
	padding-right: 21px;
}

.submenu {
	padding-left: 20px;
	padding-top: 5px;
	text-align: left;
}

.submenu a {
	color: #717171;
	font-size: 10px;
	font-weight: bold;
}

.submenu a:hover {
	text-decoration: none;
}

.core_left img{
	float: left;
	border: 1px solid #606060;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#slideshow {
	border: 0px;
	height: 166px;
}

input,textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#e9f6ca;
	border: 1px solid #DDD;
	font-size: 13px;
	font-weight: normal;
	color: #606060;
	padding: 3px;
}

input:hover, textarea:hover {
	border: 1px solid #CCC;
}

.gumb {
	border: 1px solid #DDD;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
	color: #606060;
	background-color: #d4e5ae;
}
