/* Start of CMSMS style sheet 'global' */
@charset "UTF-8";
/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input {
	margin: 0px;
	padding: 0px;
	
	
}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
hr.hidden {
	clear:both;
  	visibility:hidden;
	margin:0px;
 	padding:0px;
}
p  {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
html,body {
	height:100%; /* needed for container min-height */
}
body	{
	font: normal 13px/16px "Tahoma", "Lucida Grande", Arial, Helvetica, Sans-serif;
	background-color:#131313;
	color:#c1c1c1;
	background-repeat: repeat-x;
	}
	
body a:link {
	color:#897C4B;
	text-decoration:none;
	}
body a:visited {
	color:#897C4B;
	text-decoration:none;
	}
body a:hover	{
	color:#9f9057;
	text-decoration:none;
	}
h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	margin: 0px 0px 15px 0px;
	color: #9f9057;
}
h2 {
	font: normal 26px Arial, Helvetica, sans-serif; 
	margin: 0px 0px 15px 0px;
	color: #9f9057;
}
h3 {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #c1c1c1;
}
#container {
	position: relative; /* needed for footer positioning*/
	margin:0px auto; /* center, not in IE5 */
	width:964px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	clear: both;
}
#header {
	padding:0px 2px;
	height: 105px;
	background-image: url(../images/header_bg.png);
	font: normal 10px/10px Arial;
	border-bottom: 1px solid #000000;
}
	

#content {
	padding:0px 0px 30px 0px; /* bottom padding for footer */
	width: 960px;
	margin: 0px 2px 0px 2px;
	clear: both;
}
	

#footer {
	position:absolute;
	width:924px;
	bottom:0px; /* stick to bottom */
	border-top:1px solid #131313;
	font: normal 10px/10px Arial, Helvetica, Sans-serif;
	margin: 0px 20px 5px 20px;
	padding: 5px 0px 5px 0px;
	color: #212121;
}
#img_holder	{
	width: 960px;
	margin: 0px;
	float: left;
	display: block;
	height: 320px;
	}
#main	{
	width: 960px;
	margin: 0px;
	float: left;
	display: block;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding: 0px;
	}
#text_holder	{
	width: 600px;
	margin: 30px 0px 50px 25px;
	float: left;
	display: block;
	clear: none;
	padding: 0px;
	}
#sidebar	{
	width: 280px;
	margin: 30px 20px 0px 0px;
	float: right;
	display: block;
	padding: 0px;
	clear: none;
	}
#info_holder	{
	width: 900px;
	height: 28px;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font: normal 10px/28px Arial;
	}
#language_holder	{
	width: 60px;
	height: 28px;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align: right;
	font: normal 10px/28px Arial;
	}

#logo_holder	{
	width: 175px;
	height: 34px;
	float: left;
	margin: 23px 0px 0px 18px;
	}
#navigation	{
	width: 650px;
	font: normal 13px/74px Arial, Helvetica, Sans-serif;
	float: right;
	height: 74px;
	list-style: none;
	margin: 3px 0px 0px 15px;
	display: inline;
	position: relative;
}
#navigation ul {
	margin: 0px 0px 0px 0px;
	width:650px;
	padding: 0px;
	height: 74px;
	float: left;
}


#navigation li
{
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	height: 74px;
}

#navigation a {
	text-decoration: none;
	height: 74px;
	margin: 0px 0px;
	background-image:url(../images/navigation_break.png);
	background-repeat:no-repeat;
	padding: 0px 25px;
	display: block;
	float: left;
	position: relative;
} 


div#navigation a:link	{
	color:#999999;
}

div#navigation a:visited{
	text-decoration: none;
	color: #999999;
	}
div#navigation a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	background-image:url(../images/navigation_break_roll.png);
	
	
	}
div#navigation a:hover {filter: alpha(opacity=30);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.30; opacity:0.3;
	}
div#navigation a.active{
	color: #D6C174;
	text-decoration: none;
	background-image:url(../images/navigation_break.png);
	background-color: #000000;
	
	}
div#navigation a.active {filter: alpha(opacity=50);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.50; opacity:0.5;
 }
.form_input	{
	width: 260px;
	display: block;
	float: left;
	border: 1px solid #232323;
	background-color: #000000;
	font: normal 12px "Arial", Sans-serif;
	height: 16px;
	color: #9F9057;
	clear: both;
	}

.contactform fieldset {
	padding: 1em;
	background-color: #000000;
	width: 500px;
	border: 1px solid #222222;
	margin: 0px 0px 20px 0px;
	display: block;
	float: left;
}
.contactform fieldset legend {font-weight: bold;}
.contactform div {
	width: 500px;
	padding: 0.25em 0 0.25em 0;
	float: left;
}
.contactform div label {
	display: block;
	width: 200px;
	float: left;
	margin: 0px 0px 10px 0px;
}
.contactform div.required {color: #f00;}
#m3fbrp__4	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/22px Arial;
	}
#m3fbrp__5	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__6	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__7	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field_big.jpg);
	background-repeat: no-repeat;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	height: 100px;
	}
#m3fbrp__36	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field_big.jpg);
	background-repeat: no-repeat;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	height: 100px;
	}
#m3fbrp__18	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__19	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__20	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__21	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__22	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__23	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__27	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__28	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__29	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__32	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__33	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__34	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp__35	{
	float: right;
	width: 296px;
	margin: 0px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}
#m3fbrp_captcha_phrase	{
	float: left;
	width: 296px;
	margin: 10px 0px 10px 0px;
	background: transparent;
	border: none;
	background-image: url(../images/field.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #9f9057;
	text-indent: 0px;
	padding: 0px 2px;
	font: normal 12px/20px Arial;
	}

.form_holder	{
	float: left;
	display: block;
	}
#partners	{
	display: block;
	float: left;
	width: 274px;
	padding: 0px 3px;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar.jpg);
	margin: 20px 0px 20px 0px;
	}
#partners h3{
	display: block;
	height: 20px;
	width: 250px;
	font: normal 14px/20px Arial;
	text-indent: 0px;
	padding: 0px 0px 10px 0px;
	color: #363636;
	}
#news_holder	{
	display: block;
	float: left;
	width: 270px;
	padding: 0px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar.jpg);
	margin: 0px 0px 10px 0px;
	}
#news_holder h3{
	display: block;
	height: 20px;
	width: 250px;
	font: normal 14px/20px Arial;
	text-indent: 0px;
	padding: 0px 0px 10px 0px;
	color: #333333;
	}
#partners ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}
#partners ul li {
	display:block;
	margin: 0px;
	padding: 0px;
	width: 274px;
	font: normal 11px/20px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	color: #666666;
	border-bottom: 1px dotted #191919;
}
#partners a {
	display: block;
	width: 274px;
	padding: 0px;
	text-indent: 20px;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#partners a:link, #partners a:visited {
	color: #666666;
	text-decoration: none;
}
#partners a:hover {
	color: #999999;
	text-decoration: none;
	text-transform: none;
	background-image: url(../images/link_rollover.gif);
	background-repeat: no-repeat;
}
#partners a:active {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: none;
}
#news_holder	{
	display: block;
	float: left;
	width: 270px;
	padding: 0px 5px;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar.jpg);
	margin: 0px 0px 10px 0px;
	}
#news_holder h3{
	display: block;
	height: 20px;
	width: 250px;
	font: normal 14px/20px Arial;
	text-indent: 0px;
	padding: 0px 0px 10px 0px;
	color: #363636;
	}
.kratkelink{
	display: block;
	float: left;
	font: normal 12px/16px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	width: 200px;
	margin: 5px 0px 0px 0px;
	background-image: url(../images/newspaper.gif);
	text-indent: 20px;
	background-repeat: no-repeat;
	}
.kratkemore  {
	margin: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 70px;
	position: relative;
	font: normal 10px/20px Arial;
	padding: 0px 0px 0px 15px;
	background-repeat: no-repeat;
}
.links	{
	width: 280px;
	display: block;
	float: left;
	margin: 20px 0px 0px 0px;
	background-color: #E7F3F9;
	background-repeat: no-repeat;
	}
.kratkedatum {
	display: block;
	float: right;
	font: normal 11px/16px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	width: 60px;
	color: #4F4E21;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	text-align: right;
	}
.news_content	{
	display: block;
	float: left;
	margin: 0px 0px 5px;
	width: 274px;
	color: #999999;
	font: normal 11px/14px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #191919;
	padding: 0px 0px 5px 0px;
	}
#mytable {
	padding: 0;
	margin: 0;
	width: 350px;
	float: left;
}
#bendstable {
	padding: 0;
	margin: 0;
	width: 580px;
	float: left;
}

th {
	font: normal 13px/16px "Tahoma", "Lucida Grande", Arial, Helvetica, Sans-serif;
	color: #9F9057;
	letter-spacing: 0px;
	text-align: left;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #191919;
}

td {
	font: normal 13px/13px "Tahoma", "Lucida Grande", Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #191919;
	padding: 5px 0px;
	color: #696969;
	text-align: left;
	width: 270px;
}


td.alt {
	color: #C1C1C1;
	text-align: left;
	width: 250px;
}

td.spec {
	border-bottom: 1px dotted #191919;
	padding: 3px 0px;
	color: #c1c1c1;
	text-align: right;
	width: 35px;
}
#banner_holder	{
	display: block;
	float: left;
	width: 280px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../images/sidebar.jpg);
	margin: 0px 0px 10px 0px;
	}
.img_left	{
	float: left;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	}
.img_left_bg	{
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	}
.img_right_bg	{
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	}
.captchapict	{
	float: left;
	margin: 10px 15px 20px 0px;
	padding: 0px;
	}
.line_line {
	clear:both;
	margin:0px;
	padding:0px;
	border-bottom:1px dotted #191919;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}
.auto_holder	{
	float: left;
	display:block;
	width: 610px;
	margin: 0px 0px 20px 0px;
	}
.visit_bgd	{
	float: left;
	width: 280px;
	display: block;
	height: 50px;
	background-repeat: no-repeat;
	background-image:url(../images/visit_bg.jpg);
	font: normal 26px/50px Arial;
	text-indent: 50px;
        margin: 0px 0px 20px 0px;
	}
.visit_bgd a:link {
	color:#fff;
	}
.visit_bgd a:visited {
	color:#fff;
	}
.visit_bgd a:hover {
	color:#fff;
	text-decoration: underline;
	}
.newssummarylink	{
	float: left;
	width: 510px;
	font: normal 13px/16px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	}
.newssummarysummary	{
	float: left;
	width: 610px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #191919;
	}
.newssummarypostdate {
	float: right;
	font: bold 13px/16px Georgia, serif;
	
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 10px 0px 0px;
	}
.newssummarymorelink {
	display: none;
	float: left;
	width: 610px;
	}
.newspostdetailcontent	{
	width: 610px;
	float: left;
	display: block;
	}
#newspostdetaildate {
	float: right;
	font: bold 13px/16px Georgia, serif;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px 10px 0px 0px;
	width: 80px;
	}
#newspostdetailtitle	{
	float: left;
	width: 510px;
	font: normal 14px/16px "Lucida Grande","Tahoma", Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	}
#newspostdetailcontent	{
	width: 610px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
#newspostdetailauthor	{
	float: left;
	width: 150px;
	}
#newspostdetailostale	{
	float: left;
	width: 150px;
	}
#newspostdetailprintlink	{
	float: left;
	width: 150px;
	}
.footer_left	{
	float: left;
	width: 350px;
	}
.footer_right	{
	float: right;
	width: 350px;
	text-align: right;
	}
.footer_right	a:link {
	color: #666666;
	}
.text_specholder	{
	float: left;
	padding: 10px;
	margin: 10px 0px;
	background-color: #121212;
	width: 588px;
	border: 1px dotted #191919;
	}
.text_specholder2	{
	float: left;
	padding: 20px;
	margin: 10px 0px;
	background-color: #121212;
	width: 548px;
	border: 1px dotted #191919;
	text-align:justify;
	color: #666666;
	}
#fbsubmit	{
	float: left;
	background-color: #121212;
	color: #666666;
	background-image: url(../images/submit_button.jpg);
	height: 30px;
	width: 100px;
	border: 0;
	}

/* End of 'global' */

