@charset "utf-8";
/*margin+font*/
body {
	margin: 3% 0px 0px 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}

img {
	border: none;
}

/*links*/
a:link {color: #FF6600;}
a:hover {background-color: #FFDEBE; text-decoration: none;}
a:visited {color: #FF6600;}

/*logo*/
#head h1 a {
	width: 390px;
	height: 0;
	padding-top: 100px;
	margin-left: 10%;
	overflow: hidden;
	display: block;
	background: transparent url("../Images/logo.jpg") no-repeat;
}
#head h1 a {
	margin-left: 10%;
}

/*navbar-links*/
div#navbar {
	width: 15%;
	color: white;
	width: 95%;
}
#navbar ul a {
	text-decoration: none;
	color: white;
}
#navbar ul a:hover {
	background-color: #FE6229;
}

/*navbar-appearance*/
#navbar ul li {
	display: inline;
	padding: 0 20px 0 0;
	margin: 5px 0px 0px 5px;
	white-space: nowrap;
	font-size: 15px;
	list-style-type: none;
}
#navbar ul {
	background: #FFB84C url("../Images/navbar-bg.jpg") repeat-x;
}

/*content-margin*/
div#content {
	padding: 5px 3em 0px 3em;
}

/*footer*/
div#footer, div#download-count {
	text-align: center;
	font-size: 12px;
}
div#footer {margin-top: 5em;}

#content h2 {margin-left: 5px;}
#content p {
	margin-left: 5px;
	text-align: justify;
}
.present {float: right;}
.announcement h2 {color: white;}
.warning {color: red;}
abbr, acronym {border-bottom: 2px dotted #FFA500;}

.announcement {
	background: #FEBC4E url("../Images/block-bg.jpg") repeat-x;
	-moz-border-radius: 15px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-right: 8px;
	position: relative;
	float: right!important;
}

table, td, tr {
	border: 1px solid #FFA500;
}

td {padding: 2px;}

/*lang-select*/
img.lang {margin-right: 20px;}
#select-lang ul li {
	white-space: nowrap;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#select-lang {
	position: absolute;
	right: 0;
	top: 0;
	background: #FFDEBE url("../Images/lang-bar-bg.jpg") repeat-x;
	-moz-border-radius: 10px;
}
#select-lang ul li a:hover {background: none;}}

div#recblok {
  position: absolute;
  right: 0;
  top: 70px;
}
