@CHARSET "UTF-8";

body {
	padding: 0;
	margin: 0;
	background-color: #495256;
	font-family: Verdana, Arial;
	background-image: url('../images/layout/body_background_repeating.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

img {
	border: 0;
}

div {
	padding: 0;
	margin: 0;
}

a {
	color: #1b91d2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Main {
	position: absolute;
	left: 50%;
	margin-left: -430px;
	top: 30px;
	width: 870px;
	z-index: 1;
}

#MainBackground {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 950px;
	z-index: 0;
	background-image: url('../images/layout/body_background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

#MenuColumn {
	overflow: hidden;
	float: left;
	width: 197px;
}

ul#Menu {
	width: 190px;
	list-style-type: none;
	padding-left: 0;
	padding-top: 20px;
	margin: 0;
}

ul#Menu li {
	padding: 0;
	margin-top: 0;
	margin-bottom: 6px;
}

#Submenu {
	background-color: #1b91d2;
	color: #fff;
	height: 20px;
	margin-left: 40px;
	margin-right: -30px;
}

#Submenu ul {
	margin: 0;
	padding-left: 0;
}

#Submenu ul li {
	display: block;
	margin: 0;
	margin-left: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 4px;
	float: left;
}

#Submenu ul li.active {
	background-color: #c00202;
}

#Submenu a {
	color: #fff;
	text-decoration: none;
}

#Submenu a:hover {
	text-decoration: none;
}

#ContentBox {
	width: 870px;
	background-image: url('../images/layout/content_background_repeating.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}

#ContentBoxInner {
	background-image: url('../images/layout/content_background.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#Content {
	font-size: 12px;
	color: #0c445e;
	padding-top: 20px;
	margin-right: 40px;
	margin-left: 270px;
	
}

#HeightPlaceHolder {
	float: right;
	height: 634px;
}

#ContentEndPlaceHolder {
	clear: both;
}

#Footer {
	background-image: url('../images/layout/footer.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	height: 32px;
}

h1 {
	font-size: 20px;
	color: #c00202;
}

p {
	text-align: justify;
	line-height: 20px;
}

p.timestamp {
	margin-top: 0px;
	font-weight: bold;
	color: #d5a001;
}

#Content p, #Content li {
	line-height: 20px;
}

#Submenu li {
	line-height: 14px;
}

ul.products {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

ul.products li {
	display: block;
	width: 175px;
	margin: 0;
	padding: 0;
	height: 125px;
	text-align: center;
	float: left;
}

.lead {
	font-weight: bold;
}

.randomBox,
.contactBox {
	margin-top: 20px;
	font-size: 11px;
	width: 197px;
}

.bannerBox {
	margin-top: 20px;
	margin-left:18px;
	}

.randomBox {
	background-color: #e7af08;
}

.contactBox {
	background-color: #c00202;	
}

.contactBox .inner,
.randomBox .inner {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
}

.contactBox h3,
.randomBox h3 {
	margin-top: 0px;
	font-size: 12px;
	text-align: right;
	color: #fff;
}

.contactBox p,
.randomBox p {
	margin: 0;
	font-size: 10px;
	text-align: right;
}

.contactBox p {
	color: #fff;
}

.contactBox a {
	color: #fff;
}


.img_right {
	float: right;
	margin-left: 15px;
}

blockquote {
	text-align: center;
	margin-left: 0;
}

.akcio {
	margin-bottom: 30px;
}

.akcio h2 {
	font-size: 14px;
	color: #e7af08;	
}

h1.viz {
	color: #1b91d2;
}

h1.gaz {
	color: #e7af08;
}

span.akciotext {
	color: #c00202;
}	
