@charset "UTF-8";
/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	margin: 0;
	background: url(source/bg_body.png) repeat-x 0 170px #404040;
	}

img {
	border: none;
	}

p {
	clear: both;
	}

.content {
	clear: both;
	position: relative;
	margin: 0 auto 0 auto;
	width: 770px;
	}

/* /////////////////////////////////////////////////////////// header */
#header {
	height: 147px;
	background: url(source/bg_header.png) repeat-x #e64b00;
	}

#header h1, #header h2, #header h3 {
	display: none;
	}
	

/* /////////////////////////////////////////////////////////// header elements */
#logo {
	position: absolute;
	top: 5px;
	}

#motto {
	position: absolute;
	top: 75px;
	right: 0;
	}



/* /////////////////////////////////////////////////////////// navigation */
#navigation {
	clear: both;
	height: 26px;
	background: url(source/bg_navigation.png) repeat-x #eee;
	}

ul.WEBSITE_menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	}

li.WEBSITE_menu {
	float: right;
	}

li.WEBSITE_menu a:link, li.WEBSITE_menu a:visited {
	display: block;
	padding: 4px 12px 4px 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	background: url(source/bg_nav_elem.png) no-repeat;
	color: #262626;
	}

li.WEBSITE_menu a:hover, li#menu_ACTIVE a:link, li#menu_ACTIVE a:visited {
	background: #e64b00;
	color: #fff !important;
	}


/* /////////////////////////////////////////////////////////// column1 */
#col1, #col2 {
	margin-top: 10px;
	width: 380px;
}

#col1 {
	float: left;
}


/* /////////////////////////////////////////////////////////// column1 elements */
#contactinfo {
	margin: -20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
	color: #fff;
	}

#contact a:link, #contact a:visited {
	float: right;
	display: block;
	margin-top: 10px;
	padding: 0 34px 0 0;
	height: 22px;
	width: 100px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	background: url(source/ico_contact.gif) no-repeat right -2px;
	color: #fff;
	}
	

/* /////////////////////////////////////////////////////////// column2 */
#col2 {
	float: right;
	padding-top: 10px;
	min-height: 360px;
	background: #fff;
}


/* /////////////////////////////////////////////////////////// column2 elements */
#col2 h1, #col2 h2, #col2 h4, #col2 h5, #col2 h6 {
	display: inline;
	padding: 0 65px 0 20px;
	font-size: 12pt;
	font-style: italic;
	background: url(source/img_headerdash.png) no-repeat right 10px;
	}

#col2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	}

#col2 h3 {
	padding-left: 20px;	
	font-size: 12pt;
	color: #e85711;
	}

#col2 p {
	margin: 5px 20px 10px 20px;
	line-height: 11pt;
	font-size: 9pt;
	}

#col2 ul {
	font-size: 9pt;
	}

#col2 a.blokanch {
	display: block;
	}

#prev {
	float: left;
	margin: 20px 0 0 22px;
	}

#next {
	float: right;
	margin: 20px 22px 0 0;
	}


/* /////////////////////////////////////////////////////////// footer */
#footer {
	clear: both;
	height: 95px;
	padding-top: 10px;
	text-align: right;
	background: url(source/bg_footer.png) repeat-x 0 -1px #e64b00;
	}

#footer em {
	font-style: normal;
	font-size: 8pt;
	color: #fff;
	}