
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #333333;
  background: #f5f5f5 url(img/cross-pattern.png) repeat top center;
}

a {
  color: #067795;
  text-decoration: none;
}

#container {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
}

.img, #banner, table {
	background-color:#ffffff;
	-webkit-box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.img1 {
	margin:30px 20px 0 0;
	float:left;
	background-color:#ffffff;
	-webkit-box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.img2 {
	margin:0px 20px 0 0;
	float:left;
	background-color:#ffffff;
	-webkit-box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

p , li{
  margin: 0 0 9px;
  color: #676563;
}

h1, h2, h3, .hdrei {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #194583;
}

h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

h3, .hdrei {
  line-height: 18px;
  margin-bottom: 10px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

#header{
	margin:0 auto;
	width:1000px;
	height:60px;
}

		
.bild1_layout {
	float: left;
	height: 280px;
	margin-top: 10px;
}

.bild2_layout {
	float: left;
	height: 220px;
	margin-top: 10px;
}
			

#banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 300px;
}

.banner-nav {
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner-nav li{
	float:left;
	padding:10px 20px 10px 0;
	list-style-type:none;
}

.banner-nav a{
	text-decoration:none;
	color:#fff;
}

#content{
	float:left;
	margin-top:20px;
	width:auto;
}

#content p{
	line-height:1.6;
}

#li_konfig{
	float: right;
	width: 600px;
	margin-top: 28px;
}

table {
	margin:20px 0;
	border: 0;
}

table, th, tr, td{
	vertical-align:top;
	text-align:left;
	border: 0;
}

th, tr, td {
	padding:10px;
	border: 0;
	width: 100px;
}

table li {
	list-style-type:circle;
}

#footer {
	clear:both;
	width:940px;
	min-height: 270px;
	margin: 0 auto;
}
#footer ul li {
	list-style: none;
	margin-left: -23px;
	margin-bottom: 15px;
}
#footer a {
	font-size: 13px;
}

#footer p {
	text-align: right;
	margin-top: 20px;
	float: right;
}
