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

body{
	width:100%;
	margin:0; padding:0;
	background:#488db4 url(../images/body_back.png) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#fff;
}
a{ text-decoration:none; color:#fff; outline:none;}

#header{
	width:100%; height:196px;
	margin:27px auto 0 auto; padding:52px 0 0 0;
	text-align:center;
	background:url(../images/deco1.png) top center no-repeat;
}

#content{
	width:967px;
	margin:0 auto; padding:5px 0 0 0;
}

a.entranet_link{
	width:317px; height:247px;
	margin:0; padding:0;
	display:block; 
	background:url(../images/entranet.png) 0 0 no-repeat;
}
a.entrakat_link{
	width:317px; height:247px;
	margin:0; padding:0;
	display:block; 
	background:url(../images/entrakat.png) 0 0 no-repeat;
}
a.costonline_link{
	width:318px; height:247px;
	margin:0; padding:0;
	display:block; 
	background:url(../images/costonline.png) 0 0 no-repeat;
}

a.button1{
	width:290px; height:56px;
	margin:0; padding:0 0 0 35px;
	display:block; 
	background:url(../images/button1.png) 0 0 no-repeat;
	font-size:14px; line-height:42px; 
}
a.button2{
	width:317px; height:56px;
	margin:0; padding:0;
	display:block; 
	background:url(../images/button2.png) 0 0 no-repeat;
	font-size:14px; line-height:42px; 
	text-align:center;
}
a.button3{
	width:300px; height:56px;
	margin:0; padding:0 0 0 25px;
	display:block; 
	background:url(../images/button3.png) 0 0 no-repeat;
	font-size:14px; line-height:42px; 
}
#footer{
	width:967px; height:67px;
	margin:0 auto; padding:20px 0 0 0;
	line-height:18px;
	text-align:center;
}
