body{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	background-color:#eaeaea;
	/* background-image: url("../images/IMG_4432.jpg"); */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed;  */
    /* background-position: center; */
}


#wrapper{
	margin: 0 auto;
	width:1200px;
	background:#FFF;
}
#header{
	background: #5c9ad3;
	font-size:20px;
	width:1180px;
	padding:10px;
	color:#fff; 
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing:2px;
	/* text-shadow: 5px 5px 1px #000; */
	height: 30px;
	margin-top:5px;
	/* padding: 0px 20px; */
	text-transform:uppercase;
	letter-spacing:1px;
}
#menu{
	height: 35px;
	background: #607282;
	text-transform:uppercase;
	font-weight: bold;
}

.nav {
	font-size:16px;
	color:#333333;
	float:right;
	padding: 10px 20px 0 0;
}

.nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}
.nav ul li{
	display:block;
	float:left;
	padding:0 13px;
}
.nav ul li.last{
	padding-right:0px;
}
.nav ul li a {
	display:block;
	float:left;
	color:#fcfcfc;
	text-decoration:none;
}
.nav ul li a:hover {
	color:#00ffb2;
}
.nav ul li a:active {
	color:red;
}

.banner {
	width:1200px;
	height:550px;
	background:url("../images/banner_kontakt.jpg") no-repeat;
	padding-top:0px;
	margin-bottom:10px;
	text-align: center;
}


.add {
	font-size:18px;
	width:1160px;
	padding:20px;
	color:#000000;
	/* background:rgba(0,0,0,.2); */
	text-transform:uppercase;
	font-weight: bold;
	letter-spacing:2px;
	text-align: left;
}



.red-line {
	width:920px;
	height:1px;
	margin:0 auto;
	background:red;
}
.blue-line {
	width:920px;
	height:1px;
	margin:0 auto;
	background:#6DC1FF;
}
.massage {
	padding: 5px;
	font-size: 20px;
	text-align: center;	
}


.massage_left {
	padding: 5px;
	font-size: 16px;
	text-align: left;	
}


.container-product {
	float:left;
	padding:10px;
	width:1200px;
}
.product {
	float:left;
	width:550px;
	padding-left: 30px;
	margin-right:20px;
}
.product-last {
	float:left;
	width:550px;
	margin-right:0;
}

#footer {
	background: #5c9ad3;
	height:100px;
	width:100%;
}
.footer-text {
	font-size:18px;
	text-align:center;
	color:#FFF;
	padding-top:5px;
}
.clear {
	clear:both
}

a:link {
    text-decoration: none;
	font-weight: bold;
}

/* unvisited link */
a:link {
    color: #5c9ad3;
}

/* visited link */
a:visited {
    color: #5c9ad3;
}

/* mouse over link */
a:hover {
    color: #35e4ea;
}

/* selected link */
a:active {
    color: blue;
}
