@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body{
	background:url(../images/clytia-background_02.png) top center repeat-x;
	position:relative;
	padding:50px 0 0 0;
}

header{
	text-align:center;
}

section p {
	text-align:center;
}
.server{
	width:1024px;
	margin:0 auto;
}
.server div{
	width:485px;
	float:left;
	overflow:hidden;
}

.slider{
	position:relative;
}

.slider-in{
	margin:0 111px 0 112px;
	width:262px !important;
}

.controls{
	width:370px;
	position:absolute;
	top:310px;
	left:58px;
}

#prevBtn{
	float:left;
}

#nextBtn{
	float:right;
}


#prevBtn a{
	display:block;
	background:url(../images/arrow-left.png) no-repeat;
	width:54px;
	height:0px;
	overflow:hidden;
	padding:54px 0 0 0;
	float:left;
}

#nextBtn a{
	display:block;
	background:url(../images/arrow-right.png) no-repeat;
	width:54px;
	height:0px;
	overflow:hidden;
	padding:54px 0 0 0;
	float:right;
}

#prevBtn2{
	float:left;
}

#nextBtn2{
	float:right;
}


#prevBtn2 a{
	display:block;
	background:url(../images/arrow-left.png) no-repeat;
	width:54px;
	height:0px;
	overflow:hidden;
	padding:54px 0 0 0;
	float:left;
}

#nextBtn2 a{
	display:block;
	background:url(../images/arrow-right.png) no-repeat;
	width:54px;
	height:0px;
	overflow:hidden;
	padding:54px 0 0 0;
	float:right;
}

#prevBtn3{
	float:left;
}

#nextBtn3{
	float:right;
}


#prevBtn3 a{
	display:block;
	background:url(../images/arrow-left.png) no-repeat;
	width:54px;
	height:0px;
	overflow:hidden;
	padding:54px 0 0 0;
	float:left;
}

#nextBtn3 a{
	display:block;
	background:url(../images/arrow-right.png) no-repeat;
	width:54px;
	height:0px;
	overflow:hidden;
	padding:54px 0 0 0;
	float:right;
}

header{
	position:fixed;
	top:0;
	width:100%;
	border-bottom:1px #83BFF5 solid;
	background:#FFF;
	z-index:100;
}

header img{
	display:block;
	width:1024px;
	margin:0 auto;
}
.contact {
	width: 980px;
	margin: 110px auto 0;
	padding: 0 0 45px;
}

.contact .contact-txt {
	float: left;
	margin: 0 0 0 170px;
}
.contact .contact-txt .headline-contact {
	text-align: left !important;
	margin: 50px 0 0;
}
.contact .contact-txt .subtxt-contact {
	margin: 20px 0 0;
}

.contact .contact-boxis .mail-box {
	margin: 20px 0 0;
}

.footer {
	border-top: #dfbd8d solid 2px;
}