* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: url(assets/bg.jpg) top left repeat-x #ced2d5;
	font-family:Helvetica;
}

object {
	display: block;
	margin: 0 auto; 
}

#main_box{
	width:994px;
	height:588px;
	background:url(assets/box.png) no-repeat transparent;
	margin:30px auto 0px;
}
a{
	font-size:10px;
}

.logos{
	display:block;
	height:70px;
	margin-top:60px;
}

.l1{
	width:235px;
	background:url(assets/logo1.png) no-repeat;
	float:left;
	margin-left:130px;
}

.l2{
	width:309px;
	background:url(assets/logo2.png) no-repeat;
	float:right;
	margin-right:110px;
}

.logos a{
	width:100%;
	height:100%;
}

.box_in{
	clear:both;
	padding:50px 17px 2px;
	overflow:auto;
}

.box_in .clinic{
	float:left;
}

.box_in .text_box{
	float:left;	
}
.box_in .text_box .title{
	margin:20px 0px 0px 0px;
}
.box_in .text_box p{
	width:450px;
	font-size:16px;
	line-height:22px;
	color:#83a0a6;
	margin-top:10px;
}

.box_in .text_box .icons{
	margin-top:20px;
	height:28px;
	margin-bottom:25px;
}

.box_in .text_box .icons a{
	display:block;
	width:28px;
	height:28px;
	float:left;
	margin-right:3px;
	
}

.box_in .text_box .enter{
	display:block;
	width:114px;
	height:41px;
	background:url(assets/enter.png) no-repeat;
}
#madeby{
	width:983px;
	padding:10px 12px 0px 0px;
	margin:0 auto;
}
#madeby a{
	float:right;
	outline:none;
}
.kontakt{
	margin: 0px 25px 10px 25px;
	position:relative;
}
.kontakt label{
	font-size:12px;
	display:block;
	padding:18px 2px 3px 2px;
}
.kontakt .text{
	padding:5px 2px 5px 2px;
	font-size:12px;
	width:220px;
	border-top:1px solid #c4cbd0;
	border-left:1px solid #c4cbd0;
	font-family:Helvetica;
}
.kontakt textarea{
	padding:5px 2px 5px 2px;
	font-size:12px;
	width:220px;
	font-family:Helvetica;
	border-top:1px solid #c4cbd0;
	border-left:1px solid #c4cbd0;
}
.kontakt p{
	
}

.kontakt .button{
	background:url(assets/button.png) no-repeat;
	width:89px;
	height:30px;
	color:#e6e9eb;
	font-size:12px;
	margin-top:5px;
}
.kontakt .info{
	position:absolute;
	top:30px;
	left:250px;
	width:250px;
	font-size:14px;
	line-height:22px;
	color:#83A0A6;
}

