@charset "utf-8";

* {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	
}

body{
	
	background:url(../images/background_color.png);
	
}
A{
	text-decoration:none;
}
#background_lines{
	
	background:url(../images/background_lines.png) repeat-x;
	
}

#background_lines_2{
	
	background:url(../images/background_lines_2.png) repeat-x;
	
}

#wrapper{
	
	margin:0px auto;
	width:1000px;
	margin-bottom:20px;
	
}

#image{
	
	position:relative;
	height:600px;
	
}

.button_1{
	position:absolute;
	left:117px;
	top:311px;
	
}
.button_2{
	position:absolute;
	left:282px;
	top:311px;
	
}
.button_3{
	position:absolute;
	left:448px;
	top:311px;
	
}
.button_4{
	position:absolute;
	left:613px;
	top:311px;
	
}
.button_5{
	position:absolute;
	left:117px;
	top:459px;
	
}
.button_6{
	position:absolute;
	left:282px;
	top:459px;
	
}
.button_7{
	position:absolute;
	left:448px;
	top:459px;
	
}
.button_8{
	position:absolute;
	left:613px;
	top:459px;
	
}
#content{
	position:absolute;
	top:390px;
	width:800px;
	margin-left:100px;
	left: 0px;

}
#content ul{

	margin-left:16px;
	margin-bottom:16px;
}
#content td{
	
	vertical-align:top;
	text-align:justify;
}
#kontakt td{
	
	padding:10px;
	vertical-align:top;
	text-align:center;
}
#kontakt th img{
	
	border:1px solid #fff;
	
}
.grey{
	background:#606062;
}
#kontakt td span{
	color:#bd0926;
}
#footer{
	
	position:absolute;
	bottom:0px;
	width:800px;
	margin-left:100px;
	background:url(../images/footer_line.png) no-repeat bottom left;
	
}

#footer ul{
	
	position:absolute;
	bottom:5px;
	
}
#footer ul li{
	
	float:left;
	list-style:none;
	margin-right:5px;
	font-size:10px;

	
}

#footer li A{

	text-decoration:none;
	font-size:10px;
	
}

#footer p {
	
	float:right;

}
