@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#servis {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 90px;
	background-color: #A4193A;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(images/servis_fridgefreezer.jpg);
}

#servis h1 {
	font-size: 100%;
	background-color: #FFFFFF;
	color: #5E5E5E;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/servis.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #A4193A;
	border-right-color: #A4193A;
	border-bottom-color: #A4193A;
	border-left-color: #A4193A;
	border-top-style: solid;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right_float {
	float: right;
	height: 620px;
	width: 160px;
}
a:link {
	color: #A4193A;
}
