
/* Base elements */

body {
	text-align: center;
	background-color: #9e0012;
}


a, a:visited {
	color: #01788d;
}

body, input, td, textarea {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #373737;
}

body, p, form {
	margin: 0;
	padding: 0;
}

#shadowwrap {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img_design/shadow.png');
	behavior:expression(PNG.fix(this));
}

#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	background-color: white;
	background-image: url('../img_design/body_bg.png');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header {
	background-image: url('../img_design/header_tile.png');
	height: 124px;
	position: relative;
}

#design {
	background-image: url('../img_design/header_right.png');
	position: absolute;
	right: 0;
	width: 282px;
	height: 96px;
}

#logo {
	position: absolute;
	display: block;
	top: 25px;
	left: 23px;
	background-image: url('../img_design/logo.png');
	behavior:expression(PNG.fix(this));
	width: 203px;
	height: 43px;
}

#search {
	position: absolute;
	top: 58px;
	left: 692px;
}

#media {
	height: 172px;
}

#footer {
	text-align: left;
	position: relative;
	width: 888px;
	margin-left: auto;
	margin-right: auto;
	height: 39px;
	background-image: url('../img_design/footer.png');
	behavior:expression(PNG.fix(this));
	background-repeat: no-repeat;
	/*background-color: #9d0012;*/
}

#footer .text {
	text-align: center;
	padding-top: 6px;
	font-size: 11px;
}

#ownerlogo {
	position: relative;
	top: 17px;
	left: 755px;
	height: 28px;
	width: 122px;
	background-image: url('../img_design/omnia.png');
	behavior:expression(PNG.fix(this));
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.noshow {
	display: none;
}

#search input {
	font-size: 11px;
	background-color: #ffffff;
	margin-right: 3px;
	border: 1px solid #b1b1b1;
}

#search a {
	display: block;
	width: 44px;
	height: 19px;
	background-image: url('../img_design/search.gif');
}

#search a span {
	display: none;
}

#search a:hover {
	width: 44px;
	background-image: url('../img_design/search_over.gif');
}

#formfields {
	background-color: #ededed;
	padding: 15px;
}

#formfields table thead tr td {
	padding-bottom: 4px;
}

#formfields table tbody tr td {
	text-align: right;
	font-size: 11px;
}

#formfields tbody tr td table tr td {
	padding-bottom: 4px;
}

#formfields input {
	font-size: 11px;
	width: 152px;
	height: 16px;
}

#formfields select {
	font-size: 11px;
	width: 158px;
}

#formfields em {
	font-size: 11px;
}

#formfields textarea {
	width: 255px;
	height: 140px;
	margin-bottom: 3px;
	margin-right: 3px;
}

#formfields .check {
	width: 14px;
}

#formfields .toleft {
	text-align: left;
}

#formfields .toright{
	text-align: right;
}

#formfields a.sub {
	display: block;
	width: 55px;
	height: 19px;
	background-image: url('../img_design/skicka.gif');
	font-size: 0;
	text-decoration: none;
	line-height: 0;
	float: right;
}

 #formfields a.rensa {
	display: block;
	width: 51px;
	height: 19px;
	background-image: url('../img_design/rensa.gif');
	font-size: 0;
	text-decoration: none;
	line-height: 0;
	float: right;
}

#formfields a.sub:hover {
	background-image: url('../img_design/skicka_over.gif');
}

#formfields a.rensa:hover {
	background-image: url('../img_design/rensa_over.gif');
}

.lists {
	margin-bottom: 8px;
}

.clear {
	clear: both;
}
