/* -- css/common.css -- */



/* =================== PAGINATION ======================= */

.pagination { margin-top: 25px; }
.pagination .disabled { display: none}
.pagination a { background-color: #f2f2f2; border: 2px solid #ddd; padding: 5px 6px; color: #4e4e4e; text-decoration: none; }
.pagination a:hover { background-color: white; border-color: #bbb; }
.pagination .current { padding: 5px 6px; background-color: white; border: 2px solid #bbb;  }

/* =================== PRESSROOM ======================= */
.article-list .article { margin: 15px 0px; }
.article-list .article h2, .article-list .article h3 { margin-bottom: 0px; }
.article-pubdate { color: #000; font-family: Helvetica; font-weight: bold;}

.article-list .article .article-summary {  margin: 6px 0 4px 0; }
ul.article-months { font-size: 16px; }
.article-wrapper h1 { margin-bottom: 0em; }

/* =================== PHOTOLOGUE ======================= */


.gallery-photo { float:left; margin-right: 12px; margin-bottom: 12px; }
.gallery-clear { clear:left; }



/* =================== COMMON ELEMENTS ======================= */
.errormessage {
	width: 50%;
	margin: 0 auto 10px auto;
	background: #fff6bf url(/static/images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 7px 20px 7px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
	background: #f8fafc url(/static/images/information.png) 15px 50% no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 7px 20px 7px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

.formerror {
	margin: 0 auto 5px auto;
	background-image: url(/static/images/exclamation.png);
	background-repeat: no-repeat;
	background-position: 5px 50%; /* x-pos y-pos */
	text-align: left;
	color: #990000;
	padding: 5px 15px 5px 25px;
}
.formbutton {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background: url(/static/images/button.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formfield input, .formfield textarea {
	background-color: #FFFFFF;
	background: url(/static/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;
}

/* =================== END COMMON ELEMENTS ======================= */

/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}


.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
	text-align: left;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}


/* -- css/content.css -- */

body {
    font-family: tahoma;
	font-size: 12px;
	color: #858585;
}

a {
	color: #ed1b23;
}

a:hover {
	text-decoration: none;
	color: #ed1b23;
}

h1 {
	font-family: Georgia, sans-serif;
	font-size: 24px;
	color: #000000;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-family: Georgia, sans-serif;
	font-size: 20px;
	color: #656565;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}

/* for tinymce */
.content-left { float:left; margin: 5px 10px 5px 0;}
.content-right { float:right; margin: 5px 0px 5px 10px;}
.content-center { display:block; margin: 5px auto; }



/* -- css/layout.css -- */


body {
	padding: 0px;
	margin: 0px;
}

ul.arrows  {
    list-style-type: none;
    padding-left: 10px;
}
ul.arrows li {
        background-image: url(/static/images/project/vec-v.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0 3px;
}

#wrap {
	width: 100%;
	height: auto;
}

#r1 {
	padding-top: 7px;
	text-align: right;
	width: 866px;
	height: 21px;
	border-bottom: 1px solid #eeeeee;
	font-size: 11px;
}

#r1 a{
	text-decoration: none;
	color: #858585;
}

#r1 a:hover{
	text-decoration: none;
	color: #656565;
}

#logo-banner {
	width: 866px;
	height: 127px;
}

#logo {
	float: left;
}

#slogan {
	color: #000;
	font-family: Georgia;
	font-style: italic;
	font-size: 26px;
	padding-top: 65px;
	padding-left: 70px;
	background-image: url(/static/images/project/slogan-bg.png);
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	height: 61px;
}

#content-area {
	background-image: url(/static/images/project/cont-back.png);
	background-repeat: repeat-y;
	margin-bottom:25px;
	margin-top: 10px;
	width: 866px;
	height: auto;
	overflow: hidden;
}

#content-area1 {
	margin-bottom:25px;
	margin-top: 10px;
	width: 866px;
	height: auto;
	overflow: hidden;
}

#content-l {
	text-align: left;
	float: left;
	width: 271px;
	height: auto;
}

#content-l .ins{
	display: block;
}

.h-k {
	overflow: hidden;
	margin-top: 20px;
	width: 192px;
	line-height: 16px;
	padding: 10px;
	background-color: #eeeeee;
}

.h-k a{
	width: 192px;
	line-height: 16px;
	color: #858585;
	background-color: #eeeeee;
}

#content-l h3{
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}

#content-r {
	padding-left: 55px;
	text-align: left;
	float: left;
	width: 540px;
	height: auto;
}


.b-c {
	color: #656565;
	font-size: 11px;
}

.b-c a{
	color: #484848;
	font-size: 11px;
}

.b-c a:hover{
	text-decoration: none;
	color: #484848;
	font-size: 11px;
}



#e-news {
	width: 866px;
	height: 44px;
	text-align: left;
}

#e-news .tut{
	padding-right: 25px;
	float: left;
	color: #9e9e9e;
	font-size: 24px;
	font-family: Georgia;

}

#e-news .item{
	float: left;
}

#e-news .captchaimg {
	float: left;
}

#e-news img {
	height: 22px;
}

#e-news .cat_textbox_small, #e-news .cat_listbox_small{
	width: 100px;
	height: 18px;
	border: 1px solid #9d9d9d;
}

#e-news input.cat_textbox {
	border: 1px solid #9d9d9d;
}



/* sdjkfhksdjhkjh */

#content-l .item{
}

#content-l .captchaimg {
}

#content-l img {
}

#content-l .cat_textbox_small, #content-l .cat_listbox_small{
	width: 160px;
	height: 18px;
	border: 1px solid #9d9d9d;
}

#content-l input.cat_textbox {
	border: 1px solid #9d9d9d;
}


#footer {
	background-color: #f3f3f2;
	width: 836px;
	padding: 15px;
}

#footer a{
	color: #858585;
	text-decoration: underline;
}

#footer a:hover{
	color: #858585;
	text-decoration: none;
}

#footer-1 {
	padding: 5px;
	width: 866px;
    padding-bottom: 7px;
}

#footer-1-l {
	color: #858585;
	font-size: 11px;
	float: left;
	text-align: left;
}

#footer-1-r {
	font-size: 11px;
	float: right;
	text-align: right;
}

#footer-1-r a{
	color: #858585;
	text-decoration: none;
	font-size: 11px;
}

#footer-1-r a:hover{
	color: #858585;
	font-size: 11px;
	text-decoration: none;
}

.konto-f {
	color: #ed1b23;
}

.sloga-s {
	font-family: Georgia;
	color:#EBEBEB;
	float:left;
	font-size:24px;
	font-style: italic;
	font-weight: bold;
	margin-bottom:20px;
}


#cat_524103_divs {
width: 866px;
height: 48px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
border-top: 0px solid #eeeeee;
border-bottom: 0px solid #eeeeee;
}

#cat_524103_divs ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: none;
	width: 866px;
}

#cat_524103_divs a {
	display: block;
}

#cat_524103_divs li{
	float: left;
	height: 48px;
	display: block;
    text-transform: uppercase;
}

#cat_524103_divs li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#cat_524103_divs li:hover ul {
	left: auto;
text-align:left;
width: 170px;
background-image: url(/static/images/project/ul-sub.png);
background-repeat: repeat;
border-top: 0;
	display: block;
	z-index: 10;
}

#cat_524103_divs li ul li {
border-bottom: none;
height: auto;
}

#cat_524103_divs li ul{
height: auto;
	border-bottom: none;
}

#cat_524103_divs li ul li{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom: none;
}

.main-i-n{
	height: 48px;
	display: block;
	line-height: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.main-i-n a{
	font-family: tahoma;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 48px;
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

.main1-i-n a:hover{
	display: block;
	background-color: #FFF;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.main-i-h a, a.main-i-a-active {
	font-family: tahoma;
	font-size: 12px;
	background-color: #ed1b23;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 48px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.sub-i-n{
	background-color: #ffffff;
	display: block;
	line-height: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.sub-i-n a{
	background-color: #c0c0c0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
	display: block;
	line-height: 10px;
	text-align: left;
	width: 150px;
	height: 100%;
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.sub-i-h a{
	background-color: #a4a4a4;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
	display: block;
	line-height: 10px;
	text-align: left;
	width: 150px;
	height: 100%;
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

#cat_524103_divs li.selected a{
	font-family: tahoma;
	font-size: 12px;
	background-color: #ed1b23;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 48px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#cat_524103_divs li ul li.selected a{
	background-color: #a4a4a4;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
	display: block;
	line-height: 10px;
	text-align: left;
	width: 100%;
	height: 100%;
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

/* left menu */

ul#nav_524387{
	text-align: left;
	padding: 0px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	float:left;
	z-index:10px;
}

ul#nav_524387 li{
	display: block;
	float:left;
	width: 181px;
	margin-left: 10px;
	list-style-type:none;
    line-height: 16px;
	z-index:10px;
}

ul#nav_524387 li a{
	border-bottom: 1px dashed #ffffff;
	display: block;
	float:left;
	width: 181px;
	list-style-type:none;
    line-height: 30px;
	text-indent: 25px;
	margin-left:0px;
	text-decoration:none;
	z-index:10px;
}




.subsub-i-n a{
		background-image: url(/static/images/project/l-m-item.png);
	background-repeat: no-repeat;
	background-position:5px 12px;
	background-color: #ffffff;
	color: #686868;
	font-family: arial;
	text-indent: 25px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
}

ul#nav_524387 li.selected a{
		background-image: url(/static/images/project/l-m-item-h.png);
	background-repeat: no-repeat;
	background-position:  10px 12px;
	background-color: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.subsub-i-h a{
		background-image: url(/static/images/project/l-m-item-h.png);
	background-repeat: no-repeat;
	background-position:  10px 12px;
	background-color: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
}




.announcement-list {
	font-size: 11px;
	padding-top: 15px;
    padding-right: 20px;
}

.announcement-list h2 {
	margin: 0 0 3px 0;
	font-family:tahoma;
font-size:12px;
font-style:normal;
font-weight:bold;
}

.announcement-list span.date {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 0 0;
}

.announcement-list a {
	color: #ed1b23;
}

.announcement-list a:hover {
	color: #ed1b23;
	text-decoration: none;
}

.announcement-details span.date {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 18px;
}

/* @end */
/* @group Web Form */

ul.form {
	margin: 0;
	padding: 0;
}

ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
}

ul.form li label {
	color: #888;
	display: block;
}

div.form div.item, div.webform div.item {
	padding: 3px;
}

cat_button {}

input.cat_textbox,
textarea.cat_listbox,
select.cat_dropdown,
select.cat_listbox {
	width: 300px;
}

.cat_dropdown_small {
	width: 200px;
}

.cat_dropdown_smaller {
	width: 150px;
}

.cat_textbox_small, .cat_listbox_small {
	width: 200px; /* DON'T TOUCH THIS */
}

.cat_listbox {
	height: 120px;
	width: 300px;
}

table.webform,
table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

table.webform td {
	line-height: 24px;
	padding: 6px;
}

.form label, .webform label {
	font-size: 11px;
}

.form input, .webform input {
	margin-right: 0px;
}

/* @end */




.ibox_w{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000;
    margin:0;
    padding:0;
    filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;
}

.ibox_wrapper {
    font: 11px/18px Arial, Verdana, sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    padding: 0;
    margin: 0;
    border: 2px solid #333;
    background-color: #fff;
    color: #666;
    padding: 18px;
    display: none;
}



/* -- css/jquery.lightbox-0.5.css -- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 19px; 
	float: right;
	padding-bottom: 0.7em;	
}


