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

body{
	background-image:url(imgDesign/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#e2cdb2;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

#ctn-main{
	width:510px;
	margin:auto;
	margin-top:70px;
}

#ctn-main-box{
	height:	358px;
	background-image:url(imgDesign/main_box.jpg);
	background-repeat:no-repeat;
}

#ctn-ico-box{
	width:	132px;
	height: 178px;
	background-image:url(imgDesign/ico_box.jpg);
	background-repeat:no-repeat;
	float:left;
	padding:9px 0px 0px 40px;
}

#ctn-text-box{
	float:left;
	width:288px;
	height:177px;
	background-image:url(imgDesign/text_box.jpg);
	background-repeat:no-repeat;
	padding:10px 35px 10px 15px;
	text-align:justify;
	line-height:1.5em;
}

#ctn-main-box-title{
	font-size:20px;
	letter-spacing:4px;
	width:500px;
	margin:auto;
	padding-top:50px;
	text-align:center;
}

#ctn-main-box-numbers{
	width:280px;
	height:55px;
	background-image:url(imgDesign/mat_telefon.jpg);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:37px;
}

#ctn-main-left-box{
	width:167px;
	height:125px;
	float:left;
	margin:32px 0px 0px 70px;	
	line-height:1.6em;
	padding:5px;
	font-size:13px;
}

a:link, a:visited { color:blue; text-decoration:none; } 
a:hover { text-decoration: underline; color: red; }
