			
/* CSS RESET RULES */
html, body, a, abbr, acronym, address, area, b, bdo, big, blockquote, button, caption, cite, code,
col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, i, img,
ins, kbd, label, legend, li, map, object, ol, p, param, pre, q, samp, small, span, strong, sub,
sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, ul, var {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

img {
	border: 0;
	vertical-align: bottom;
}
/* / CSS RESET RULES */


/* Common */

body {

	margin: 0; 
	padding: 0;
	font-family: Times;
	font-size: 11pt;
	font-weight: normal;
	color: #535353;
	background: #EBEBD4;
	behavior: url(/csshover.htc);
}

div, table {

	font-size: 11pt;
	line-height: 1.2em;
}

html, body {

	width:100%;
	height:100%;
}

div#all {

	margin: 0 auto;
	min-height: 100%;
	min-width: 1000px;
	width: expression(body.clientWidth < 1002?"1000px":"100%");
	position: relative;
}

* html div#all {

	height: 100%;
}

#empty {

	clear: both;
}

img.png {

	behavior: url(/png.htc);
}

a {

	font-size: 10pt;
	text-decoration: underline;
	color: #2C5E4F;
/*	font-weight: bold;*/
}

a:hover {

	text-decoration: none;
}

a img {

	border: 0;
}

div.clear {

	clear: both;
}

img.left {
	
	margin: 0 10px 3px 0;
	float: left;
}

img.right {
	
	margin: 0 10px 3px 0;
	float: right;
}

img.center {
	
	margin: 0 10px 3px 10px;
}

p {
	
	margin-bottom: 1.4em;
}

.small {
	
	font-size: 9pt;
}

.red { 

	color: #BD0010;
}

.green {
	
	color: #2C5E4F;
}

.gray {
	
	color: #7A7A7A;
}

h4 {
	
	margin: 0 0 10px 0;
	font-size: 12pt;
}

h5 {
	
	font-size: 12pt; 
	font-weight: bold;	
	color: #2C5E4F;
}

a.h6 {
	
	
	font-size: 14pt; 
	font-weight: normal;	
	color: #2C5E4F;	
	margin-bottom: 10px;
/*	border-bottom: 1px dashed #5C6F48;*/
	text-decoration: underline;
}

/* /Common */


/* Main */


div.services_sub {
	
	margin: 0 0 0 30px;
}

div.hidden {
	
	display: none;
}

div.show {
	
	display: block;
}

div.inner {
	
	margin: 0 auto;
/*	width: 962px;*/
	width: 100%;
	position: relative;	
}

div.hr {
	
	background: url("../images/hr.gif") repeat-x;
	height: 8px;
	margin: 0;
	padding: 0;
	font-size: 4px;
}

div.hr0 {
	
	background: url("../images/hr0.gif") repeat-x;	
	height: 2px;
	margin: 15px 0;
}


div.hr01 {
	
	background: url("../images/hr0.gif") repeat-x;	
	height: 2px;
	margin: 8px 0 0 0;
}

#top_hr {
	
	background: url("../images/top_hr.gif") repeat-x;
	height: 10px;
/*	width: 1000px;/*
	margin: 0 auto;
}

div.footer_hr {
	
	background: url("../images/footer_hr.gif") repeat-x;
	height: 10px;
/*	width: 1000px;*/
	margin: 0 auto;
}

#top {
	
	margin: 0 0 1px 0;
	height: 205px;
	position: relative;
	background: url("../images/top_bg.jpg") repeat-x;
}

#logo {
	
	margin-left: 30px;
	background: url("../images/logo_bg.jpg") no-repeat;
	height: 147px;
	width: 268px;
/*	border: 1px solid red;*/
	padding: 58px 0 0 40px;
}


#logo_bg {

	position: absolute;
	background: url("../images/_top1.jpg") no-repeat;
	width: 684px;
	height: 205px;
	top: 0;
	left: 308px;
	margin-left: 5%;
	z-index: 5;
}

#logo img {

/*	position: absolute;*/
/*	margin: 0 auto;*/

/*	left: 50%*/
/*	line-height: 200px;**/
/*	margin: 58px 0 0 40px;*/
}



#col_left0 {

	position: absolute;
	background: url("../images/col_left.gif") no-repeat;
	width: 48px;
	height: 205px;
	top: 0;
	left: 0px;
	z-index: 10;
}


#col_left {

	position: absolute;
	background: url("../images/col_left.gif") no-repeat;
	width: 48px;
	height: 205px;
	top: 0;
	left: 308px;
	z-index: 10;
}


#col_right {

	position: absolute;
	background: url("../images/col_right.gif") no-repeat;
	width: 48px;
	height: 205px;
	top: 0;
	right: 0;
	z-index: 10;
}


#afor_bg {
	
/*	left: -400px;*/
	top: 0;
	right: 0;
	position: absolute;
	z-index: 15;
}

#slogan {

	z-index: 15;
	position: absolute;
 	top: 62px;
	right: 30px;
	width: 427px;
	height: 110px;
	font-size: 13pt;
	color: #F4E6D1;
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 0 0;
}

#slogan div {
	
	right: 13px;
	width: 180px;
	z-index: 20;
	position: absolute;	
}

#slogan strong {

	font-size: 13pt;
}

#header {

	height: 32px;	
}


#footer {
	
	height: 55px;
	position: relative;
}

#address {
	
	position: absolute;
	top: 13px;
	left: 30px;
	font-size: 9pt;
}

#mobile {
	
	position: absolute;
	top: 28px;
	left: 500px;
	font-size: 9pt;	
}

#footer-center {
	
	position: relative;
/*	width: 500px;*/
	margin: 0 235px;
/*	border: 1px solid red;*/
	top: 8px;
}

#phone {
	
	top: 10px;
	text-align: center;
}

#copyright {
	
	top: 15px;
	text-align: center;
	font-size: 9pt;	
	position: absolute;
	right: 0px;
/*	padding-left: 70px;	*/
	width: 220px;
/*
	height: 41px;
	line-height: 41px;
*/
}

#mailus {

	width: 115px;	
/*	padding-left: 70px;*/
	padding-top: 0px;
	margin-top: 10px;
	text-align: center;	
	font-size: 9pt;	
/*
	background: url("../images/footer_mail.jpg") no-repeat;
*/
/*
	height: 41px;
	line-height: 41px;
*/
}

#mailus a {

	font-family: verdana;
	font-size: 8pt;
}

#mobile,
#phone {

	font-size: 10pt;
	font-weight: normal;
}	

#mobile span,
#phone span {

	font-size: 14pt;
	color: #000;
/*	font-weight: bold;*/
/*	font-family: Tahoma;*/
}	

#bhr1 {
	
	position: absolute;
	top: 5px;
	left: 232px;	
}

#bhr2 {
	
	position: absolute;
	top: 5px;
/*	left: 734px;*/
	right: 230px;
}


#thr1 {
	
	position: absolute;
	top: 5px;
	left: 0px;	
	height: 20px;
}

#thr2 {
	
	position: absolute;
	top: 5px;
	left: 275px;	
	height: 20px;
}


#thr3 {
	
	position: absolute;
	top: 5px;
	right: 230px;	
	height: 20px;
}


#thr4 {
	
	position: absolute;
	top: 5px;
	right: 0px;	
	height: 20px;
}

#top_main {
	
	position: absolute;
	top: 8px;
	left: 40px;
	padding-left: 16px;
	background: url("../images/nav_home.gif") no-repeat 0 3px;
}

#search {
		
	position: absolute;
	top: 8px;
/*	left: 300px;	*/
	right: 250px;
}

#search input.search-submit {
	
	width: 11px;
	height: 11px;
	border: 0;
	background: #EBEBD4;
}

#search input.search {
	
	width: 150px;
	margin: 0 5px 0 0;
	border: 1px solid #535353;
	color: #535353;
	background: #EBEBD4;
	font-size: 8pt;
}

#top_mail {
	
	position: absolute;
	top: 8px;
	left: 140px;	
	padding-left: 16px;
	background: url("../images/nav_mailus.gif") no-repeat 0 3px;
}


#top_main a,
#top_mail a {
	
	font-family: tahoma;
	font-size: 8pt;
}
	

.vhr {
	
	height: 45px;
	border-left: 1px solid #FBFBFB;
	border-right: 1px solid #CECBC0;
}

#left {
		
	padding-right: 14px;
	vertical-align: top;
	width: 221px;
	background: url("../images/block_small_bg2.jpg") repeat-y;
	position: relative;
}

#right {
	
	padding-left: 0px;
	width: 221px;
	vertical-align: top;
	background: url("../images/block_small_bg2.jpg") repeat-y;
	position: relative;
}

div.col_footer {

	background: url("../images/menu_left_bg2.jpg") no-repeat;	
	width: 221px;
	height: 59px;
	position: absolute;
	bottom: 69px;
}

#center {
	
/*	width: 487px;*/
/*	width: 100%;*/
	vertical-align: top;
	padding: 0 0px 0 0px;
	background: url("../images/content_bg2.jpg");
	min-height: 500px;
    height: auto !important;
    height: 500px;	

}

#content {
	
	clear: both;
	margin: 12px 0 20px 0;
}

#inner-left {
		
	background: url("../images/content_bg.jpg");
	width: 30px;
}

#inner-right {
		
	background: url("../images/content_bg.jpg") 100% 0;
	width: 30px;
}

#right-spacer {

	width: 18px;
}

#center-inner {
	
	width: 100%;
}

.content {
	
	padding: 15px 0 15px 0;

}


h3 {
	
	background: url("../images/h3_bg2.gif") 100% 100% no-repeat;
	color: #000;
	font-size: 16pt;
	font-weight: normal;
	padding: 0 0 20px 2px;
	margin-bottom: 10px;
}

h3:first-letter {

	color: #B90117;
	font-size: 18pt;
	font-weight: bold;
}

h3 a,
h3:first-letter a {

	color: #000;
	font-size: 16pt;
	font-weight: normal;	
}

div.block_small_bg {

/*	width: 200px;*/
/*	padding: 10px 10px 18px 8px;*/
}

div.block_small {
	
	padding: 15px 12px 35px 12px;
	background: url("../images/menu_left_bg.jpg") no-repeat 0 100%;
/*	background: url("../images/block_small_bg.jpg") repeat-y;	*/
	
/*	width: 221px;*/
/*	background: url("../images/block_small_bg2.jpg") repeat-y;		*/
/*	border-bottom: 20px solid #EBEBD3;*/
}

div.no_bg {
	
	background: none;
}

span.date {
	
	color: #7A7A7A;
	font-size: 9pt;
}

div.list {
	
	margin: 0 0 10px 0;
}

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

ul.list0 li {
	
	list-style: none;
	background: url("../images/list0_dot.gif") 0 7px no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

ul.list0 li a {

/*	font-weight: bold;*/
	font-size: 11pt;
}


ul.list li {
	
	list-style: none;
	background: url("../images/list_dot.gif") 0 7px no-repeat;
	padding: 0px 0 6px 0;
	height: 2.5em;
	vertical-align: bottom;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #F7E9CA;	
	margin: 0 0 0 6px;
	font-weight: bold;
	font-size: 10pt;
	color: #5C6F48;	
}


ul.list li table {

	font-size: 10pt;
}

ul.left li {
	
	margin: 0 12px 0 0;
}

ul.list li.first {
	
	border-top: none;	
}

ul.list li.last {
	
	border-bottom: none;	
}

ul.list li a {

	font-weight: bold;
}

div.contact-head {

	background-color: #CDC06B;
	color: #000;
	font-weight: bold;
	margin-top: 30px;
	height: 3em;
	line-height: 3em;
	text-align: center;
	width: 80%;
}

div.contact-form {

	font-weight: bold;
	text-align: center;
	width: 400px;
}

table.contact {

	width: 100%;
	margin-top: 25px;
}

table.contact td {

	border: 0;
	padding: 0 10px 20px 0;
	vertical-align: top;
	text-align: left;
}

table.contact td.h {

	text-align: left;
}

input, textarea {

	border: 1px solid #000;
	width: 250px;
	background-color: #CCCC99;
	color: #000;
}

textarea {

	height: 75px;
}

table.contact input,
table.contact textarea {
	
	font-family: verdana;
	font-size: 11pt;
	font-weight: normal;

}

input.img {

	border:0;
}

input#submit {

	width: 150px;
	margin: 0 25px 0 62px;
	border-top: 1px solid #D8D49A;
	border-left: 1px solid #D8D49A;
	border-bottom: 1px solid #5D5D2F;
	border-right: 1px solid #5D5D2F;
	background-color: #CCCC99;
	color: #000;
	font-weight: bold;
}

p.error {

	font-weight: bold;
	color: #900;
}

div.kurs {
	
	text-align: center;
	background: #EBEBD4;
	padding-bottom: 20px;
}

div.content ul {
	
	margin-left: 25px;
}

div.content ul li a {

	font-size: 12pt;
}

/* /Main */

/* Banner */

div.banner-main-bottom,
div.banner-main-bottom-big {	
	
	text-align: center;
	margin: 20px 0 0 0;
/*	width: 462px;*/
	height: 101px;
	overflow: hidden;
	position: relative;
}

div.banner-main-bottom img {

	display: none;	
	position:absolute;
	top:0; 
	left: 50%;
	margin-left: -232px;
}

div.banner-main-bottom-big img {

	display: none;	
	position:absolute;
	top:0; 
	left: 50%;
	margin-left: -353px;
}

/* /Banner */

/* Menus */

#lang {
	
	position: absolute;	
/*	left: 800px;*/
	/*right: 200px;*/
	right: 0;
	width: 210px;
	top: 6px;
}

#lang ul li {
	
	list-style: none;
	display: inline;
	font-family: verdana;
	font-size: 8pt;
	padding: 0 10px 0 10px;
	border-right: 1px solid #5C6F48;
	font-weight: bold;
	color: #B90117;
}

#lang ul li.last {

	border-right: none;
}

#lang ul li a {
		
	font-size: 8pt;
	font-weight: normal;
}


#menu_top {
	
	position: relative;
	height: 46px;
	background: url("../images/menu_top_i.gif") 0 0 repeat-y;
	z-index: 15;
	width: 100%;
}

#menu_top ul {

	background: url("../images/top_menu_bg.jpg") repeat-x;
	list-style-type: none;
	z-index: 15;
}

#menu_top ul li.p {
	
	float: left;
	width: 20%;

	display: inline;
	list-style: none;
	line-height: 46px;
	text-align: center;
	padding: 0;
	position: relative;
	background: url("../images/menu_top_i.gif") 100% 0 repeat-y;

}

#menu_top table {
	
	width: 100%;
}

#menu_top td {
	
	line-height: 46px;
	text-align: center;
	padding: 0;
	background: url("../images/menu_top_i.gif") 100% 0 repeat-y;	
	width: 20%;
}

#menu_top td:hover {

	background: #5C6F48;
}

#menu_top td.active {

	background: #748A52;
}

#menu_top ul li.active a {

	text-decoration: none;
}

#menu_top a.p {
	
	font-size: 9pt;
	color: #000;
	display: block;
	font-weight: bold;

}

#afor,#afor-inner,#menu_left,#menu_left_bg {
	
	min-height: 235px;
    height: auto !important;
    height: 235px;	

}

#afor, #caf {
	
	overflow: hidden;
}

#caf {
	
	visibility: hidden;
	height: 180px;
}

#caf .contbox {
	
	width: 185px;
	padding: 0 10px 0 0;
}

#menu_left {

	background: url("../images/block_small_bg2.jpg") repeat-y;		
/*	background: #E9E5CC;*/
	position: relative;
	margin: 0 0 0 0;
}

#menu_left_bg {

	background: url("../images/menu_left_bg.jpg") no-repeat 0 100%;
/*	width: 200px;*/
	padding: 10px 10px 38px 8px;
}

#menu_left ul li {
	
	list-style: none;
	width: 193px;
/*	height: 30px;*/
	padding: 1px 0 1px 14px;
/*	border-bottom: 1px solid #DFDBC4;*/
/*	border-top: 1px solid #F5F3E7;*/
	border-bottom: 1px solid #fff;
	border-top: 1px solid #F7E9CA;
}

#menu_left ul li {

	background: url("../images/menu_left_border.gif") 4px 8px no-repeat;
	line-height: 30px;
	font-size: 8pt;
	color: #000;
	font-weight: bold;
}

#menu_left ul li:hover {

	background: url("../images/menu_left_border_over.gif") 4px 8px no-repeat #5C6F48;
}

#menu_left ul li.active {

/*	background: #98936B;*/
/*	background: url("../images/menu_left_border_over.gif") 4px 8px no-repeat #AAA57D;*/
	background: #748A52;
}

#menu_left ul li:hover a,
#menu_left ul li.active a {

	color: #F4E6D1;
	text-decoration: underline;
}

#menu_left ul li.active a {

	text-decoration: none;
}

#menu_left ul li a {

	font-size: 8pt;
	color: #000;
	font-weight: bold;
	display: block;
/*	height: 30px;*/
	width: 193px;
}


/* /Menus */

/* Pages */

div.pout {

	font-size: 8pt;
	padding: 5px 0 10px 0;
	text-align: center;
}

div.pout div.nav {

	font-size: 8pt;
}

div.pout div.pages {

	padding-top: 8px;
}

div.pout a {
    
	font-size: 8pt;
	padding: 1px 4px;
	margin: 3px 0 6px 3px;
}

div.pout a:hover {

	text-decoration: none;
}

div.pout strong {

	background-color: #5C6F48;
	color: #FFF;
	font-size: 8pt;
	padding: 1px 4px;
	margin: 3px;
}

/* /Pages */

div.list a {
	
	font-size: 11pt;
}
