﻿html {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url('images/fix.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;

}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url('images/fix.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;

}
.wrap {
	width: 767px;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	background: #0D0F10;
}
.wrap2 {
	background: #252A2C;
}
.wrap3 {
	width: 767px;
	margin: 0 auto;
	padding: 0px;
	height: 1000px;
	background: #0D0F10;
}
.wrap4 {
	background: #252A2C;
}
.head {
	width: 707px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
}
.flash {
	width: 707px;
	height: 202px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	width: 707px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	background: #16191A;
}
.content {
	width: 707px;
	min-height: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 42px;
}
.content2 {
	width: 707px;
	min-height: 1745px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 42px;
}
.footer {
	width: 100%;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	background: #0D0F10;
}
.logo {
	width: 300px;
	height: 100%;
	float: left;
}
.language {
	height: 60px;
	float: right;
	text-align: right;
	padding-right: 5px;
	width: 400px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 25px;
}
.menuitem {
	width: 20%;
	float: left;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-image: url('images/menuitem_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	line-height: 38px;
	text-decoration: none;
}
.menuitem a {
	color: #000000;
	text-decoration: none;
}
.menuitem_active {
	width: 20%;
	float: left;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-image: url('images/menuitem_bg_hover.png');
	background-repeat: repeat-x;
	background-position: top;
	line-height: 38px;
}
.menuitem_active:hover a {
	color: black;
}
.menuitem_active a {
	color: #FFFFFF;
	text-decoration: none;
}
.menuitem:hover {
	background-image: url('images/menuitem_bg_hover.png');
}
.left {
	width: 236px;
	float: left;
	height: 100%;
	text-align: justify;
}
.right {
	width: 450px;
	height: 100%;
	float: right;
}
.right2 {
	width: 450px;
	height: 1000px;
	float: right;
}
.greyline {
	width: 92%;
	height: 3px;
	background-color: #656667;
	margin-right: auto;
	margin-left: auto;
}
.footerholder {
	margin-right: auto;
	margin-left: auto;
	width: 707px;
	height: 50px;
	line-height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #CCCCCC;
	text-align: right;
	text-decoration: none;
}
.footerholder a{
	color: #CCCCCC;
	text-decoration: none;
}
.flag {
	padding: 4px;
	border-width: 0px;
}
.flag_last {
	padding: 4px 0px 4px 4px;
	border-width: 0px;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C0C0;
	text-align: justify;
}
.text1_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	text-align: justify;
	font-weight: normal;
}
.headding_r {
	background-image: url('images/head_r.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 3px;
	height: 20px;
	float: left;
}
.headding_l {
	background-image: url('images/head_b.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 232px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
	font-size: 14px;
	font-weight: bold;
}
.headding_l_r {
	background-image: url('images/head_b.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 418px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.headding {
	width: 100%;
	height: 20px;
	display: block;
	padding-bottom: 20px;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	color: #E55C0E;
	font-size: 10px;
	font-weight: bold;
	background-image: url('images/readmore.gif');
	background-repeat: no-repeat;
	background-position: right 5px;
	text-align: right;
	line-height: 18px;
	padding-bottom: 15px;
	padding-top: 5px;
}
.readmore a {
	color: #E55C0E;
	text-decoration: none;
}
.readmore:hover a {
	color: #FF9933;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}
.l_kontakt {
	text-align: right;
	padding-right: 85px;
	background-image: url('images/envelope.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 5px;
}
.text3 {
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 40px;
	color: #F0F0F0;
	font-weight: bold;
	padding-top: 5px;
	font-size: 12px;
	background-image: url('images/telephne.png');
	background-repeat: no-repeat;
}
.right_l {
	width: 282px;
	height: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-right: 24px;
}
.right_r {
	width: 124px;
	float: left;
	height: 100%;
}
.rez {
	background-position: left top;
	width: 20px;
	height: 300px;
	float: left;
	background-image: url('images/rez.png');
	background-repeat: no-repeat;
}
li {
	list-style-type: circle;
	color: #E55C0E;
	line-height: 20px;
}
.text4 {
	color: #FFFFFF;
	font-weight: bold;
}
ul {
	padding: 0px;
	margin-left: 20px;
}
.img_ref {
	padding: 2px;
	border-width: 0px;
}
.copyright {
	border-width: 0px;
}
.text5 {
	font-size: 16px;
	font-weight: bold;
	color: #E55C0E;
}
.text6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E55C0E;
	font-size: 10px;
	font-weight: bold;
}
.right_l2 {
	width: 160px;
	height: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.right_l3 {
	width: 420px;
	height: 100%;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.right_r2 {
	width: 265px;
	float: right;
	height: 170px;
	font-size: 14px;
}
.right_r3 {
	width: 134px;
	float: left;
	height: 100%;
	font-size: 14px;
}
.input_fld {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
	font-size: 10px;
	background-color: #000000;
	border: 1px #623100 solid;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9933;
	background-color: #000000;
	border: 1px solid #593500;
	font-size: 10px;
	text-align: right;
}
.foto {
	border: 1px dashed #CCCCCC;
	width: 120px;
	margin: 5px;
	height: 100px;
}
.foto:hover {
	border: 1px #E55C0E dashed;
}

