@import url("print.css");
@import url("screen.navigation.css");
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-size: 0.9em;
	background-color: #FFF;
	color: #5F5F5F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
/*--general settings--*/
table {
	border-collapse : collapse; 
}
table td {
	padding: 0;
} 
a img {
	border: none;
}
a {
	color: #5F5F5F;
}
ul, ol, p, h1, h2, h3, h4, h5, h6, br, form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
h1 {
	position: absolute;	
	right: 45px;
	top: 114px;
	font-size: 1.4em;
	color: #FFF;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	width: 385px;
	white-space: nowrap;
}
h1 a,
h1 a:hover,
h1 a:link,
h1 a:active,
h1 a:visited {
	color: #FFF;
	text-decoration: none;
}
h2 {
	font-size: 1.3em;
}
h2.title {
	font-size: 1.6em !important;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #56AB68;
}
h3,h4,h5,h6 {
	font-size: 1.1em;
}
ul,ol {
	margin-left: 20px;
}
hr {
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 0;
	color: #DFE1E0;
	background-color: #DFE1E0;
	border: none;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
.hidden,
legend {
	display: none;
}
fieldset form {
	padding-top: 25px;
	width: 100%;
}
fieldset form div {
	clear: left;
	margin-bottom: 5px;
	width: 100%;
}
input, select, textarea {
	vertical-align: middle;
	color: #5F5F5F;
	border: 1px solid #E0D7CF;
}
input.inputTxt,
input.inputFile {
	width: 250px;
}
textarea.textArea {
	width: 250px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
select.select {
	width: 150px;
}
select.small {
	width: 100px;
}
select.big {
}
button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	vertical-align: middle;
	padding: 0;
    overflow: visible;
	background-color: transparent;
	margin-left: 248px !important;
	margin-left: 253px;
	color: #5F5F5F;
	vertical-align: middle;

}
	button div {
		margin: 0 !important;
		padding: 0 !important;
		float: none;
	}
	button div.button span {
		display: block;
		white-space: nowrap;
	}
	button div.button {
		background: transparent url("../../../../images/frontend/bg_buttonM.gif") repeat-x left top;
	}
	button div.buttonL {
		background: transparent url("../../../../images/frontend/bg_buttonL.gif") no-repeat left top;
	}
	button div.buttonR {
		background: transparent url("../../../../images/frontend/bg_buttonR.gif") no-repeat right top;
		padding: 2px 10px 0 10px !important;
		height: 19px;
	}
input.checkbox {
	margin-left: 0 !important;
	margin-left: -4px;
}
label {
	font-size: 0.75em;
	cursor: pointer;
	float: left;
	width: 250px;
	margin-bottom: 2px;
	margin-top: 5px;
}
label.radio {
	float: none !important;
	display: inline;
}
#error,
div#error301 p {
	background: transparent url("../../../../images/frontend/smallLogo.jpg") no-repeat left center;
	line-height: 1.4em;
	font-size: 0.75em;
	margin: 20px;
	padding: 10px;
	padding-left: 40px;
}
.txt {
	line-height: 1.4em;
}
div.securityNr {
	width: 120px;
	border: 1px solid #E0D7CF;
	margin-left: 250px !important;
	margin-left: 253px;
	font-size: 0;
}
div#error301 p,
div#error301 a {
	margin: 0;
	margin-left: 200px;
}
div#error301 a {
	font-size: 0.75em;
	display: block;
}
div#siteBreadcrumb {
	color: #366D41;
	font-size: 0.75em;
	margin-top: 10px;
	border-bottom: 1px solid #E0D7CF;
	padding-bottom: 5px;
}
div#siteBreadcrumb span {
	margin: 0 5px 0 5px;
	font-size: 1.2em;
}
div#siteBreadcrumb a {
	text-decoration: none;
	color: #366D41;
}
div.rssTarget {
	text-align: center;
}
a.rss {
	font-size: 0.75em;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	height: 20px;
	display: block;
}
a.rss img,
a.rss span {
	vertical-align: middle;
}
div#validator {
	position: absolute;
	bottom: 65px;
	right: 0;
	width: 170px;
	text-align: center;
}
div#validator a.valid {
	background: #FFF url("../../../../images/frontend/icons/ico_checked.gif") no-repeat left center;
	margin-left: 8px;
	font-size: 0.7em;
	text-decoration: none;
	padding: 5px 0 5px 18px;
	line-height: 20px;
	width: auto;
}
div#validator img {
	margin-top: 10px;
}
/*-- general structure--*/
div#content,
div#mainTpl,
div#footer {
	width: 1000px;
}
div#mainTpl {
	border: 1px solid #D5EAD9;
	margin: auto;
	position: relative;
}
div.redHLine {
	height: 5px;
	width: 391px;
	background-color: #FF7D7D; 
	font-size: 0;
}
div#header {
	height: 60px;
	overflow: hidden;
	position: relative;
}
	div#header div.redHLine {
		margin-left: 5px;
	}
	div#searchForm {
		position: absolute;
		right: 235px;
		bottom: 5px;
	}
	div#header a.logo {
		position: absolute;
		left: 20px;
		top: 15px;
	}
	div#header div#lang {
		position: absolute;
		right: 15px;
		bottom: 5px;
		font-size: 0.75em;
	}
	div#header div#lang span {
		margin-right: 40px;
	}
	div#header div#lang a {
		margin-left: 10px;
	}
div#content,
div#slogan,
div#menu {
	width: 991px;
	margin-left: 4px;
}	
div#slogan {
	background: #E4E4E4 url("../../../../images/frontend/backgroundImage/mainImage.jpg") no-repeat left top;
	color: #FFF;
	height: 247px;
	position: relative;
	overflow: hidden;
	margin-bottom: 1px;
	margin-left: 3px;
}
	div#header div.redVLine,
	div#slogan div.redVLine {
		top: 0;
		right: 435px;
		position: absolute;
		width: 8px;
		height: 35px;
		background-color: #FF7D7D;
		font-size: 0;
	}
	div#header div.redVLine {
		height: 50px !important;
		top: 10px !important;
		right: 441px !important;
		right: 442px;
	}
div#menu {
	color: #818181;
	background: transparent url("../../../../images/frontend/bg_menu.jpg") repeat-x left top;
	border-bottom: 3px solid #FF7D7D;
}
div#content {
	background: #FFF url("../../../../images/frontend/bg_colLine.gif") repeat-y 3px 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 5px;
}
	div#content div#lCol,
	div#content div#mCol,
	div#content div#rCol {
		float: left;	
		overflow: hidden;
	}
	div#content div#lCol{
		width: 173px;
		padding: 0 11px 0 3px;
	}
	div#content div#mCol{
		width: 591px;
		padding: 0 13px 0 14px;
	}
	div#content div#rCol{
		width: 176px;
		padding: 0 4px 50px 6px;
	}
	div#content div#rCol div.box {
		margin: 0 0 0 5px;
	}
	div.box {
		border-bottom: 1px solid #E0D7CF;
		padding-bottom: 10px;
	}
	div.box a {
		font-size: 0.75em;
		margin-left: 10px;
	}
	div.box h2 {
		background: transparent url("../../../../images/frontend/icons/ico_h2Arrow.gif") no-repeat left center;
		padding-left: 20px;
		font-size: 0.9em;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	div.box h2 span {
		color: #939393;
	}
	div.subBox {
		margin-bottom: 10px;
	}
	div.subBox h3{
		background-color: #E3F0E6;
		padding: 4px 0 4px 10px;
		font-size: 0.8em;
	}
	div.subBox p {
		font-size: 0.75em;
		padding: 4px 0 4px 10px;
		width: 160px;
		overflow: hidden;
	}
	div.subBox a {
		font-size: 1em;
		display: inline !important;
		text-align: left !important;
	}
	div.subBox a,
	a.arhive {
		display: block;
		text-align: right;
		color: #5D8D6D;
		margin-right: 5px;
		text-decoration: none;
	}
	div.subBox a span {
		font-size: 1.3em;
	}
a.partner {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	width: 150px;
}		
div#footer {
	position: relative;
	height: 62px;
	border-top: 1px solid #D5EAD9;
	width: 990px;
	padding-left: 10px;
	overflow: hidden;
	font-size: 0.65em;
}	
	div#footer div.redHLine {
		position: absolute;
		top: 0;
		right: 5px;
	}
	div#footer ul {
		margin: 10px 0 0 0;
		width: 700px;
		list-style-type: none;
	}
	div#footer	ul li {
		float: left;
	}
	div#footer	ul li a {
		background: transparent url("../../../../images/frontend/icons/ico_square.gif") no-repeat left center;
		padding-left: 13px;
		text-decoration: none;
		margin-right: 10px;
		font-size: 1.2em !important;
	}
	div#footer	ul li span.separator {
		display: none;
	} 
	div#footer p {
		clear: both;
		padding-top: 5px;
	}
	div#footer div#copy {
		position: absolute; 
		right: 10px;
		top: 10px;
	}
	div#footer div#copy a {
		display: block;
		margin-top: 5px;
		text-align: right;
	}
/*--components--*/
div#homeCont {
	font-size: 0.75em;
	line-height: 1.4em;
	padding-top: 10px;
}
div.panel {
	margin-bottom: 10px;
	padding: 2px 0 5px 0;
}
	div.bottom {
		border-bottom: 1px solid #E0D7CF;
		padding-left: 10px;
	}
	div.top {
		padding-left: 10px;
		margin-top: -10px;
	}
div.panel span.separator {
	margin: 0 5px 0 5px;
}
div.panel span {
	font-size: 1.2em;
}