body {
	overflow:hidden;
	font-family: Calibri, Arial;
	color:#595959;
	background-color:#595959;
}

a {
	color: #FC3;
}

a:hover {
color:#595959;
}

#language_switch {
	float:right;
	width:16px;
	height:14px;
	margin-top:3px;
	margin-right:10px;
	background-repeat:no-repeat;
}

#language_switch a {
	float:left;
	width:100%;
	height:100%;
}

#slides {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	overflow:hidden;
}

.slide {
	position:absolute;
	top:50%;
	left:50%;
	border:solid;
	border-width:2px;
	border-radius:10px;
	border-color:gray;
	width:900px;
	height:550px;
	margin-top: -275px;
	margin-left: -450px;
	margin-right:40px;
	background-image:url(/images/slide.png);
	background-repeat:no-repeat;
}

.slide_inner {
	float:left;
	margin-top:150px;
	margin-left:155px;
}

.slide_title {
	float:left;
	font-size:25px;
	border-bottom:solid;
	border-width:2px;
	border-color:#595959;
}

.slide_content {
	float:left;
	margin-top:10px;
	font-size:18px;
	width:720px;
	height:335px;
}

.slide_content_point {
	float:left;
	width:700px;
}

.slide_content_point_intro {
	float:left;
	min-width:150px;
}

.slide_content_point_info {
	float:left;
	width:550px;
}

.img_client {
	position:absolute;
	right:40px;
	bottom:50px;
	width:400px;
	height:180px;
	border:solid;
	border-width:2px;
	border-color: #595959;
	border-radius:10px;
	background-repeat:no-repeat;
	background-color:white;
}

.slide_content_footer {
	float:right;
	font-size:15px;
	margin-right:15px;
}

.slide_efes {
	float:left;
	width:100px;
	margin-top:-20px;
	margin-left:20px;
}

.slide_efes a {
	font-size:15px;
	color:#595959;
}

.faded {
	cursor:pointer;
}

.clear {
	clear:both;
}
