@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th,td { margin: 0; padding: 0; border: 0;	outline: 0; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table {	border-collapse: collapse; border-spacing: 0; } html { width:100%;	height:100%;} img {vertical-align: top;} 

/* Fonts */
	
/* Colors */	

/* el */
div {
	zoom: 0;
}

a{
	text-decoration: none;
	}
html, body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 130%;
	background-color: #f1f1f1;
	}	
/* HEADER */
#wrapper1{
	height: 126px;
	background: url(img/top_bg2.png) repeat-x;
	}
#header{
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	}
#logo{
	position: absolute;
	bottom: 0px;
	right: 282px;
	background: url(img/logo.png) no-repeat;
	width: 295px;
	height: 52px;
	}
/* CoNTENT */
#wrapper2{
	background: url(img/main_bg.png) repeat-x;
	height: 345px;
	}
#content{
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	background: url(img/content_bg.png) no-repeat;
	overflow: hidden;
	}
#content img{
	float: left;
	margin-left: 160px;
	border: none;
	}
#info{
	width: 290px;
	float: right;
	margin-right: 285px;
	margin-top: 80px;
	}
#info p{
	color: #ffffff;
	text-shadow: #333;
	}
/* FOoTER */
#footer{
	width: 1280px;
	height: 410px;
	margin: 0 auto;
	}
#footer p, #footer a{
	color: #6c6c6c;
	font-size: 14px;
	}
#footer a:hover{
	color: #b0b0b0;
	}
#kontakt{
	text-align: center;
	margin: 0 auto;
	width: 560px;
	margin-top: 30px;
	background: url(img/bo.png) repeat-x bottom;
	}
#language{
	width: 190px;
	margin: 20px auto;
	overflow: hidden;
	}
#language p{
	background: url(img/strelka.png) no-repeat center right;
	float: left;
	}
#language a{
	float: right;
	display: block;
	height: 13px;
	width: 19px;
	margin-top: 5px;
	background: url(img/en.png) no-repeat center;
	}
