
body {
	background: url('images/background.gif') repeat-x top #3c3335;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
}
ul {
	margin-top: 0px;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	position: relative;
}


#header {
	position: relative;
}

#hslide {
	height: 200px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

#hslide_inner {
	height: 200px;
	display: block;
	background: url('images/header.gif') no-repeat;
}


#langs {
	position: absolute;
	bottom: 40px;
	right: 5px;
}

#content {
	min-height: 300px;
	padding: 20px;
	background: white;
}

.clear {clear: both;}

#errors {
	background: #ffdaca url('images/notice.gif') no-repeat;
	text-align: left;
	border: 6px solid #ff7349; border-width: 6px 0;
	color: black;
	background-position: 15px 50%;
	padding: 0.6em 2em 0.6em 75px; margin: 1em 0;
	width: 80%;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#errors ul {list-style-type: none;}

.image {
	float: left;
}


#footer {
	line-height: 60px;
	text-align: center;
	background: #d3e9ec;
	margin: 0px auto;
	font-size: 11px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	behavior: url(border-radius.htc);
}
#footer a {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

hr {
	background: #d3e9ec;
	margin-right: -20px;
	color: #d3e9ec;
	height: 10px;
}

.image {
	float: left;
}
.image a {
	float: left;
	display: block;
	border: solid 2px gray;
	background-repeat: no-repeat;
	background-color: red;
	background-position: center;
	margin: 10px;
	text-decoration: none;
	width: 100px;
	height: 100px;
}



img{border:none; vertical-align: middle;}



input,select,textarea,.button {
	font-family: verdana;
	height: 25px;
	line-height: 15px;
	font-size: 12px;
	margin: 5px;
	width: 98%;
}
textarea {
	font-size: 12px;
	height: auto;
	resize: none;
}
.button {
	height: 35px;
	line-height: 15px;
	width: auto;
}



.ddsmoothmenu {
	position:relative;
	height:35px;
	margin-left: -10px;
	margin-right: -10px;
	background: #d3e9ec;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.ddsmoothmenu ul {list-style:none; z-index:10; position:absolute; z-index:100;}
.ddsmoothmenu li {float:left; line-height: 34px;}
.ddsmoothmenu ul li a, .ddsmoothmenu ul li a:active, .ddsmoothmenu ul li a:visited {position: relative;font-size: 11px; text-decoration:none; color:#000; padding:10px;margin-left: 7px;margin-right: 7px;}
.ddsmoothmenu a:hover {color: gray}
#slide {position:absolute; bottom:2px; height:4px; background:#7f8b9b; z-index:10}




.accordionButton {
	padding-left: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}
.accordionButton .name a {
	color: black;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.accordionButton .date {
	color: black;
	font-size: 10px;
}
.accordionButton .cat {
	font-size: 9px;
}





.pagination{
padding: 2px;
margin-top: 20px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
padding: 3px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

.box {
	padding:10px;
	padding-top: 0px;
	border:solid 2px #7f8b9b;
	margin-left: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #7f8b9b;
	background: #7f8b9b;
	width: 220px;
	margin-bottom: 20px;
	min-height: 100px;
}

.box .box_title {
	font-size: 20px;
	letter-spacing: -0.5px;
}
.box .box_content {
	height: 80px;
}
.box .box_content div a {
	color: white;
	text-decoration: none;
}
.box .box_content div img {
	display: block;
}

.box .box_content div a:hover {
	text-decoration: underline;
}

.short_descr {
	font-size: 10px;
	color: #888;
}

.red {
	color: red;
}
