@charset "utf-8";
body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D7D7D;
	background-color: #f6f5ee;
        height: 100%;
}
#languages {
	position: absolute;
	left: -1px;
	top: 0px;
        z-index: 1000;
}
#languages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#languages ul li {
	float: left;
}

#languages ul li span{
	font-size: 10px;
}

#languages ul li a span.location{
	display: block;
        background-color: #007836;
        color: #FFF;
        border-left: 1px solid #FFF;
        padding: 0px 2px 0px 2px;
        width: 31px;
}
#languages ul li a span.language{
        display: block;
        border-left: 1px solid #7D7D7D;
        padding: 0px 2px 0px 2px;
        text-align: right;
        width: 31px;
}

#languages ul li a:hover span.location{
        text-align: center;
}
#languages ul li a:hover span.language{
        text-align: center;
        background-color: #007836;
        color: #FFF;
        border-left: 1px solid #FFF;
}

a {
	color: #7D7D7D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
#container {
	position: relative;
	width: 1001px;
	margin: auto;
        min-height: 100%;
}
#header {
	position: relative;
	padding-bottom: 7px;
	padding-top: 20px;
        z-index: 999;
}
#menu {
	position: absolute;
	padding-left: 33px;
	height: 46px;
	z-index: 5;
        top: 20px;
	padding-right: 10px;
        z-index: 99;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li.parent {
	width: 90px;
	float: left;
	text-transform: uppercase;
	height: 34px;
	padding-top: 20px;
	padding-left: 9px;
	background-image: url(img/menubutton.gif);
	background-position: 0px;
	margin-left: 2px;
}
#menu ul li.parent a {
	font-size: 12px;
	text-decoration: none;
	color: #007836;
	font-weight: bold;
}
#menu ul li.parent ul li a:hover {
	text-decoration: underline;
}
#menu ul li.parent span {
	display: block;
	font-size: 8px;
}
#menu ul li.parent ul {
        position: absolute;
        background-image: url(img/submenu-bg.png);
        width: auto;
        min-width: 180px;
        margin-left: -10px;
        padding-top: 10px;
        display: none;
        
        z-index: 999;
        top: 58px;
}

#menu ul li.parent ul li {
	background-image: none;
	display: block;
	color: #FFF;
        margin: 9px;
        padding-bottom: 7px;
        border-bottom: 1px solid #FFF;
}
#menu ul li.parent ul li a {
	color: #FFF;
        font-size: 11px;
        padding-left: 5px;
}
#sitemap {
        position: relative;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        width: 951px;
        margin: auto;
}
#sitemap ul li.parent {
        margin-bottom: 1em;
        font-weight: bold;
        text-transform: uppercase;

}
#sitemap ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border-left: 1px solid #bed9c4;
        padding-left: 20px;
        width: 138.5px;
        float: left;
}
#sitemap ul.column0 {
        padding-left: 0;
        border-left: 0;
}

#sitemap ul li {
        text-align: left;
        text-transform: none;
        font-weight: normal;
}
#sitemap ul li a {
	color: #ADADAD;
}
#sitemap ul li a:hover {
	color: #7D7D7D;
}
#sitemap ul li ul {
        margin: 0;
        padding: 0;
        position: static;
        border: none;
        float: none;
}
#logo {
	position: absolute;
	right: 0px;
	top: 11px;
}
#content-top {
	margin-top: 46px;
        width: 352px;
        float: right;
}

#slideshow {
	position: absolute;
	left: -5px;
	top: 74px;
	font-size: 0;
	line-height: 0;
}
#slides {
	position: relative;
	top: 3px;
        left: 4px;
}
#slides div {
	position: absolute;
	width: 648px;
	height: 200px;
        overflow: hidden;
}
#slides .sIFR-alternate {
	display: none;
}
#slides div span {
	position: absolute;
	z-index: 2;
	width: 129px;
	height: 128px;
	background-image: url(img/slideshow-inset.png);
	padding: 10px;
}
#slides div span.pos1 {
	top: 30px;
	right: 30px;
}
#slides div span.pos2 {
	top: 30px;
	left: 30px;
}
#slides div span.pos3 {
	bottom: 30px;
	right: 30px;
}
#slides div span.pos4 {
	bottom: 60px;
	left: 135px;
}
#slideshow-overlay {
	position: absolute;
	width: 649px;
	height: 225px;
	top: 0px;
	background-image: url(img/slideshow-overlay.png);
	z-index: 9;
}
#slideshow-below {
	position:absolute;
	width: 288px;
	height: 25px;
	background-image: url(img/slideshow-below.gif);
	text-align: center;
	line-height: 22px;
	font-family: Tahoma, sans-serif;
	top: 205px;
	left: 361px;
	z-index: 5;
	font-size: 11px;
}
#related {
        margin-top: 1px;
	margin-left: 3px;
	margin-right: 4px;
	width: 295px;
	background-color: #e1e1e1;
	background-image: url(img/related-topright.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
        min-height: 194px;
        position: relative;
        z-index: 1;
}


#related span.relatedbottom {
        display: block;
        position: absolute;
	background-image: url(img/related-bottomright.gif);
        width: 29px;
        height: 29px;
        z-index: 999;
        right: 0px;
        bottom: 0px;
}

#related div {
	border-bottom: 1px solid #bdc4c9;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
        overflow: hidden;
}
#related div a {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}
#related p {
	margin-top: 5px;
        margin-bottom: 5px;
}

#related div h2 {
        cursor: pointer;
}

#related div p a {
	display: inline;
	font-weight: normal;
	color: #007836;
}
#related div.def p a {
	display: inline;
	font-weight: normal;
	color: #7d7d7d;
}
#related div.news {
    top: 174px;
}
#related div.vacancies {
    top: 194px;
}
#content {
	float: left;
	padding: 25px;
	width: 599px;
        margin-top: 250px;
}
#cloud {
	margin-left: 3px;
	margin-right: 4px;
	width: 345px;
	text-align: justify;
	padding-top: 25px;
        padding-bottom: 25px;
	color: #007836;
        height: 237px;
        text-align: center;
}
#cloud a {
	color: #007836;
}
#cloud .tag5 {
	font-size: 40px;
	line-height: 30px;
}
#cloud .tag4 {
	font-size: 32.5px;
	line-height: 30px;
}
#cloud .tag3 {
	font-size: 25px;
	line-height: 30px;
}
#cloud .tag2 {
	font-size: 17.5px;
	line-height: 30px;
}
#cloud .tag1 {
	font-size: 10px;
	line-height: 30px;
}
#clearfooter {
        height: 320px;
}
#footer {
	background-image: url(img/shadow-footer.gif);
	padding-top: 10px;
	line-height: 16px;
	text-align: center;
	clear: both;
	background-repeat: no-repeat;
	background-position: top;
        width: 100%;
        margin-top: -320px;
}

#footer div.inside {
        background-color: #eef1e8;
        padding-top: 25px;
        padding-bottom: 25px;
        height: auto;
}

#footer div.text {
        padding-top: 20px;
	background-image: url(img/shadow-footer2.gif);
	background-repeat: no-repeat;
        background-position: top center;
        padding-bottom: 20px;
        color: #aaaaaa;
        font-size: 10px;
        position: relative;
}

#footer div.text a {
        color: #aaaaaa;
}

hr {
        border: 0;
        color: #7d7d7d;
        background-color: #7d7d7d;
        height: 1px;
        width: 100%;
        margin-bottom:3em;
}

form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
form li div {
	background-color: #e1e1e1;
	width: 264px;
	position: relative;
}
form li span.left {
	position: absolute;
	width: 100px;
}
form label {
	padding: 10px;
	line-height: 26px;
}
form input {
	height: 16px;
	font-size: 11px;
	width: auto;
	border: 0;
	width: 150px;
	margin: 4px;
	color: #7D7D7D;
}
form textarea {
	width: 150px;
	margin: 4px;
	border: 0;
	font-size: 11px;
}
form li span.right {
	position: relative;
	left: 105px;
}
form button {
	border: 0;
	background-color: #006d2c;
	color: #FFF;
	margin: 4px;
	right: 0px;
	width: auto;
	font-size: 11px;
	padding: 3px;
}
form label.error {
	position: absolute;
	width: 150px;
	background-color: #e1e1e1;
	padding: 0px;
	left: 158px;
	line-height: 20px;
	height: 24px;
	line-height: 24px;
}
form input.error, form textarea.error {
	background-color: #c6e1d2;
}
