@charset "utf-8";
@import url('forms.css');
@import url('backgrounds.css');

html, body {
	width:100%;
	height:100%;
	margin:0;
	background:#f1ede4;	
	font-family:verdana;
	font-size:11px;
	color:#464646;
}

img {
	border:none;
}

h1 {
	font-size:22px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:15px;
}

h2 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:5px;
}

p {
	
}

a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#0066CC;
}

ul {

}

li {
	margin-bottom:10px;
}
.downloadList li {
	margin-bottom:20px;
}


#brand {
	width:100%;
	height:40px;
	margin-bottom:10px;
	background:url(../media/gfx/header.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#wrap {
	width:900px;
	margin:0 auto;
	text-align:center;
	background:url(../media/gfx/bg_line.gif);
	background-repeat:repeat-y;	
}

#main {
	width:100%;
	height:auto;
}

#top {
	height:28px;
	background:url(../media/gfx/top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#top_blue {
	height:28px;
	position:relative;
	background:url(../media/gfx/top_head_vandpunkten.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#top_red {
	height:28px;
	position:relative;
	background:url(../media/gfx/top_head_aktuellt.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#top_black {
	height:28px;
	position:relative;
	background:url(../media/gfx/top_head_anmal.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#top_gold {
	height:28px;
	position:relative;
	background: url(../media/gfx/top_head_behandling.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#top_grey {
	height:28px;
	position:relative;
	background: url(../media/gfx/top_head_handledare.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#top_purple {
	height:28px;
	position:relative;
	background: url(../media/gfx/top_head_experten.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#bottom {
	height:28px;
	position:relative;
	clear:both;
	background:url(../media/gfx/bottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.content {
	width:790px;
	height:auto;
	min-height:500px;
	margin:0 auto;
	padding-left:55px;
	padding-right:55px;
	padding-bottom:28px;
	text-align:center;
	background: url(../media/gfx/bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;			
}
.content table.grid {
	width:790px;
	height:100%;
	min-height:360px;
	margin:0 auto;
	clear:both;
}
.content table.grid td {
	height:182px;
}
.content table.grid td.left {
	text-align:left;
}
.content table.grid td.center {
	text-align:center;
}
.content table.grid td.right {
	text-align:right;
}

.intro {
	width:500px;
	height:110px;
	float:left;
	text-align:left;
}
.intro p {
	font-size:12px;
	line-height:16px;
	margin-top:5px
}
.intro h1 {
	margin-bottom:0px;
	font-size:34px;
	/*color: #FF3366;*/
}

.logo {
	width:176px;
	height:110px;
	float:right;
	clear:right;
	text-align:right;
}

.logo img {
	padding-top:30px;
}

#nav {
	/*270*/
	width:270px;
	height:100%;
	float:left;
	text-align:left;
}

#menu {
	text-align:left;
}

#container {
	/*515*/
	width:515px;
	float:left;
}
.clearing {height:0; overflow:hidden; margin:-1px 0 0 0; clear:both;}
#page {
	width:100%;
	min-height:360px;
	padding-top:40px;
	text-align:left;
	line-height:16px;
}
#page p{
	text-align:left;
}
#page a {
	color:#0066CC;
	text-decoration:none;
}
#page a:hover {
	text-decoration:underline;
}
#page img {
	margin-bottom:10px;
}
#page .leftThumb {
	float:left;
	margin-right:20px;
	margin-top:7px;
	margin-bottom:10px;
}
#page .rightThumb {
	float:right;
	margin-left:20px;
	margin-top:7px;
	margin-bottom:10px;
}


#imageHolder img{
	border:1px solid #999999;
}

#mediaContent {
	text-align:center;
}

#logo{
	width:100%;
	height:80px;
	position:relative;
	vertical-align:bottom;
	text-align:right;
}

#logoFreeFloat {
	width:100%;
	height:15px;
	position:absolute;
	top:559px;
	text-align:center;
	font-size:10px;
	color:#999999;
}

#foot {
	width:100%;
	height:15px;
	clear:both;
	text-align:left;
	padding-top:1px;
}

#foot p {
	padding:0px;
	font-size:10px;
	color:#999999;
}

#login {
	width:320px;
	height:117px;
	padding-top:25px;
	padding-left:30px;	
	background:url(../media/gfx/small_formular.jpg);
	background-repeat:no-repeat;
}
#download {
	width:320px;
	height:117px;
	padding-top:25px;
	padding-left:30px;	
	background:url(../media/gfx/small_formular.jpg);
	background-repeat:no-repeat;	
}

#order {
	
}
#order label {
	font-size:10px;
	color:#464646;
}

#order fieldset {
	border-right:none;
	border-left:none;
	border-bottom:none;
}

#order fieldset table{
	width:100%;
}

form label {
	display:block;
	font-size:12px;
	color:#FFFFFF;
}

form input {
	display:block;
	margin-bottom:10px;
}

.btn_login {
	width:76px;
	height:27px;
	display:block;
	background-image:url(../media/gfx/loggain.jpg);
	background-repeat:no-repeat;
	border:none;
}

.btn_download {
	width:76px;
	height:27px;
	background-image:url(../media/gfx/ladda_ned.jpg);
	background-repeat:no-repeat;
	border:none;
}

.notice {
	padding:5px;
	font-weight:bold;
	color:#990000;
}

.listPublished {
	font-size:11px;
}
.listPublished a {
	font-size:11px;
}
.answer {
	display:none;
}
.siluett {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.logosLilly {
	margin:0 auto;
	margin-bottom:10px;
}

#articleMenu {
	width:220px;
	margin-top:20px;
	margin-left:3px;
}
.subMenuItem {
	padding:5px;
	border:#999999;
}
.subMenuItemSelected {
	padding:5px;
	background: #F2F2F2;
	border:#999999;
}




.error {
	font-weight:bold;
	color:#990000;
	margin:10px;
}