/* romastil.css */

body,p,h1,h2,h3,h4,h5,h6,ul,ol {
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div#romawrapper {
	position: relative;
	z-index: 1;
	width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}




div#romainnerwrapper {
	position: absolute;
	top: 126px;
	left: 0;
	z-index: 2;
	width: 798px;
	background-color: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #164BAB;
	border-left-color: #164BAB;
	background-image: url(../bilder/roma_bg.jpg);
	background-repeat: repeat-y;
}



/* ::: header :::::::::::::::::::::::::::: */

div#romaheader {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	width: 800px;
	height: 106px;
	margin-left: 0;
	margin-top: 0;
}

div#romaheader img {
	display: inline;
}

/* ::: toppmeny :::::::::::::::::::::::::::: */

div#romatoppmeny {
	position: absolute;
	z-index: 50;
	height: 25px;
	width: 615px;
	padding-left: 185px;
	left: 0px;
	top: 106px;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../bilder/roma_toppmenu_bg.jpg);
	background-repeat: no-repeat;
	background-color: #D41E1A;
}

div#romatoppmeny a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #FFFFFF;

}


div#romatoppmeny a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ::: bestill :::::::::::::::::::::::::::: */

img#romabestill {
	position: absolute;
	z-index: 110;
	height: 25px;
	width: 110px;
	right: 0px;
	top: 0px;
}


/* ::: logo :::::::::::::::::::::::::::: */

div#romalogo {
	position: absolute;
	z-index: 100;
	height: 105px;
	width: 135px;
	left: 20px;
	top: 66px;
}


/* ::: romamenyvenstre :::::::::::::::::::::::::::: */

div#romamenyvenstre {
	position: relative;
	z-index: 11;
	width: 170px;
	padding-top: 35px;
	float: left;
	font-size: 11px;
	background-image: url(../bilder/roma_meny_bg.jpg);
	background-repeat: repeat-x;
}



div#romamenyvenstre a {
	display: block;
	line-height: 17px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFFFFF;

}


div#romamenyvenstre a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}


.menyHeading {
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 0px;
	color: #FFFFFF;

}

/* ::: romainnhold :::::::::::::::::::::::::::: */

div#romainnhold {
	position: relative;
	z-index: 6;
	width: 610px;
	float: left;
	color: #003;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 11px;
}

div#romainnhold a {
	color: #000066;
	text-decoration: underline;
}

div#romainnhold a:hover {
	color: #0066CC;
	text-decoration: none;
}

div#romainnhold p {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 8px;


}

div#romainnhold ul {
	font-size: 13px;
	line-height: 17px;
	margin-left: 15px;
}

div#romainnhold ol {
	font-size: 13px;
	line-height: 17px;
	margin-left: 25px;
}

div#romainnhold h1, div#romainnhold h2, div#romainnhold h3, div#romainnhold h4, div#romainnhold h5 {
	margin-bottom: 5px;

}

div#romainnhold h1 {
	font-size: 24px;

}

div#romainnhold h2 {
	font-size: 20px;

}

div#romainnhold h3 {
	font-size: 18px;

}

div#romainnhold h4 {
	font-size: 14px;

}

div#romainnhold h5 {
	font-size: 12px;
	font-weight: bold;
}

div#romainnhold h6 {
	font-size: 10px;
	font-weight: bold;

}

/* ::: romamenyhoyre :::::::::::::::::::::::::::: */

div#romamenyhoyre {
	display: none;
	position: relative;
	z-index: 7;
	width: 185px;
	float: left;
	color: #003;
	margin-top: 40px;
	padding-left: 5px;
	padding-right: 3px;
	font-size: 11px;
}

div#romamenyhoyre a {
	color: #006;
	text-decoration: underline;
}

div#romamenyhoyre a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #4D6AA1;
}


div#romamenyhoyre p {
	margin-bottom: 8px;
}



/* ::: romabunntekst :::::::::::::::::::::::::::: */

div#romabunntekst {
	position: relative;
	z-index: 8;
	height: 22px;
	width: 798px;
	left: 0px;
	clear: both;
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	background-image: url(../bilder/roma_bunntekst_bg.jpg);
	background-repeat: no-repeat;

}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


/* ::: diverse :::::::::::::::::::::::::::::::: */

.imgBorder {
	border: 1px solid #4D6AA1;
}

.redTableRow {
	background-color: #CC0000;
	color: #FFFFFF;
}

#produktTbl a.redBg:link {
	text-decoration: none;
	color: #FFFFFF;
}

#produktTbl a.redBg:visited {
	text-decoration: none;
	color: #FFFFFF;
} 

#produktTbl a.redBg:active {
	text-decoration: none;
	color: #FFFFFF;
}

#produktTbl a.redBg:hover {
	color: #FFFFFF;
	text-decoration: underline;
}