@charset "utf-8";
body {
	background-color:#FFFFFF;
	margin:0 auto;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
.tabeleczka {
	background:url(../images/start_bg.jpg) repeat-x bottom #F8F8F8;
	width:100%;
}
.left_c {
	width:30%;
}
.center_c {
	width:800px;
}
.right_c {
	width:30%;
}
.start_top {
	width:800px;
	height:60px;
	background:url(../images/kod_kresk.gif) repeat-y center;
}
.start_logo {
	padding-top:10px;
	float:left;
	text-align:center;
	width:800px;
}
.start_welcome {
	height:50px;
	width:800px;
	float:left;
	padding-top:40px;
	text-align:center;
}
.sunsans {
	font-size:39px;
	font-weight:normal;
	color:#5F5E5F;
}
.choose {
	width:800px;
	float:left;
	height:284px;
}
.kawa, .herbata, .other {
	text-align:center;
	height:54px;
	float:left;
	cursor:pointer;
	padding-top:230px;
}
.kawa {
	width:300px;
	background:url(../images/start_kawa.png) no-repeat 0 0;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/start_kawa.png', sizingMethod='crop');
}
a.kawa_link {
	width:300px;
	height:284px;
	float:left;
	cursor:pointer;
	position:relative;
	z-index:1000;
	position:relative;
	margin-left:-300px;
}
.herbata {
	width:240px;
	background:url(../images/start_herbata.png) no-repeat 0 0;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/start_herbata.png', sizingMethod='crop');
}
a.herbata_link {
	width:240px;
	height:284px;
	float:left;
	cursor:pointer;
	position:relative;
	z-index:1000;
	margin-left:-240px;
}
.other {
	width:208px;
	background:url(../images/start_other.png) no-repeat 0 0;
	-background-image: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/start_other.png', sizingMethod='crop');
}
a.other_link {
	width:208px;
	cursor:pointer;
	height:284px;
	float:left;
	position:relative;
	z-index:1000;
	margin-left:-208px;
}
.sunsans2 {
	font-size:16px;
	font-weight:bold;
	color:#5F5E5F;
}
.footer {
	height:39px;
	width:800px;
	padding-top:34px;
	text-align:center;
	float:left;
}
a.sunsans3 {
	color:#CCCCCC;
	font-size:12px;
	padding:0 10px;
	text-decoration:none;
}
a.sunsans3:hover {
	text-decoration:underline;
}
