/*
-----------------------------------------------
CSS regler

Kund:     Svenskt Sårläkningssällskap
Upphov:   Julian Kommunikation
Version:  #3 - 14 Februari 2006

Dropshadow REF:		whatasavage.com
Menu REF:			http://css.maxdesign.com.au/listamatic/horizontal24.htm
Min-height REF:		http://www.cssplay.co.uk/boxes/minheight.html
----------------------------------------------- */


/* =Structure
----------------------------------------------- */

body {
	margin: 0;
	padding: 0; 
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Helvetica, 'Lucida Grande', Georgia, Arial, sans-serif;
	color: #333;
	text-align: center;
	background:#fff;
	}

#page {
	background-color: white;
	background: url(../bilder/bg.gif) repeat-y top left;
	border: none;
	margin: 60px auto 20px;
	width: 779px;
	text-align: left;
	}

/*
body, html {
	height:100%;
	}
*/

p,h1,h3,pre {
	margin:0 10px 10px 0;
	}
	
h1 {
	font-size:14px;
	padding-top:10px;
	}
	
h3 {
	font-size:14px;
	}

/* =Header
----------------------------------------------- */
#topp_fff {
	width:779px;
	height: 20px;
	background-color:#fff;
	z-index:1;
	}

#topp_meny {
	margin-right:13px;
	margin-bottom:-2px;
	width:766px;
	text-align:right;
	background-color:#fff;
	z-index:2;
	}
	
#header {
	float: left;
	margin: 0;
	width: 100%; /* 100% */
	z-index:6;
	overflow: hidden;
	background: url(../bilder/header.gif) no-repeat top left;
	}

#header_wrap {
	float: left;
	display: inline;
	height:50px;
	width:751px;
	background:#5082B4;
	margin: 0 0 0 15px; /* !! Separate CSS sent to Mac */
	z-index:4;
	}
	
#header_image {
	margin: -52px 0px 0px 5px;
	position:absolute;
	z-index:5;
	}
	
#header_menu {
	float: left;
	height: 20px;
	width:751px;
	display: inline; /* IE x2 */
	color:#fff;
	position:relative;
	z-index:1;
	background: #4274A6;
	margin: 0 15px 0;
	border-top: 1px solid #709CC7;
	text-indent: 10px;
	}


/* =Navigation | HUVUDMENU
----------------------------------------------- */	

#header_menu a, #header_menu a:link, #header_menu a:hover {
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	font-size:11px;
	line-height:20px; /* Centers text vertically. Set to height of menu itself */
	height:20px; /* Height of block */
	text-transform:uppercase;
	}

#header_menu a:hover {
	color:#ccc;
	}


/* =Navigation | LISTA (DIV left)
----------------------------------------------- */	
ul {
	padding-left: 20px;
	margin: 0;
	}

li {
	list-style-image: url(../bilder/list.gif);
	padding-bottom: 1.0em;
	margin: 0;
	padding-left: 0;
	}
	

/* =Content | INDEX
----------------------------------------------- */
#content {
	width:740px;
	position:relative;
/* 	margin: 9px auto 0; - IE5.0 and 5.5 WIN don't get the auto, so have to set something more specific */
	margin: 9px 0 0 19px;
	z-index:2;
	}
	
#left {
	position:relative;
	float:left;
	background-color:#fff;
	width:290px;
	margin:12px 0 0 30px;
	text-align: left;
	display: inline; /* För att motverka IEs dubblering av avstånd på floated DIVs */
	}
	
#right {
	float:right;
	background-color:#fff;
	width:400px;
	text-align: left;
	padding-bottom:20px;
	min-height:30em; /* REF http://www.cssplay.co.uk/boxes/minheight.html - IE behöver hack (nedan > * html). Fungerar det med IE7 ? */
	height:auto;
	}

/*\*/
* html #right {
	height: 30em;
	}
/**/

#main_image {
	position:relative;
	width:400px;
	margin: 0 -7px 0 7px; /* -6px för IE, 6px för Firefox */
	z-index:3;
	clear:both;
	}

#kalender {
	float:right;
	width: 270px;
	margin: 20px 20px 0 10px;
	display: inline; /* För att motverka IEs dubblering av avstånd på floated DIVs */
	}

/* =Content | INDEX 2
----------------------------------------------- */
#left_2 {
	float:left;
	width:150px;
	margin:20px 0 0 30px;
	border-right: 1px solid #efefef;
	text-align: left;
	display: inline; /* För att motverka IEs dubblering av avstånd på floated DIVs */
	/*background: url(../bilder/bg_logo.gif) no-repeat top;
	height:400px;*/
	}
	
#right_2 {
	float:right;
	width:460px;
	margin:10px 50px 0 0;
	text-align: left;
	display: inline; /* För att motverka IEs dubblering av avstånd på floated DIVs */
	padding-bottom:30px;
	min-height:30em; /* REF http://www.cssplay.co.uk/boxes/minheight.html - IE behöver hack (nedan > * html). Fungerar det med IE7 ? */
	height:auto;
	}

/*\*/
* html #right_2 {
	height: 30em;
	}
/**/


/* =Forms
----------------------------------------------- */
input, textarea, .submit {
	background-color:#D8DCEB;
	border: 1px solid #999;
	font-size:10px;
	color:#333;
	padding:3px;
}
.submit {
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}


/* =Links
----------------------------------------------- */
a:link, a:visited, a:active, a, a:hover {
	color: #CE9C35;
	text-decoration: none;
	font:8pt "Trebuchet MS";
	}
a:hover {
	color: #B83F21;
	}
/* Submenu links */
a.submenulink:link, a.submenulink:visited, a.submenulink:active, a.submenulink, a.submenulink:hover {
	margin-left:10px; /* Creates indent for submenus */
	color: #666;
	text-decoration: none;
	font:8pt "Trebuchet MS";
	letter-spacing: 1px;
	line-height:22px;
	}
a.submenulink:hover {
	color: #7ca5ba;
	}
b.submenulink {
	color: #c03;
	font:8pt "Trebuchet MS";
	letter-spacing: 1px;
	line-height:22px;
	}


/* =Footer
----------------------------------------------- */
#footer {
	margin: 0 auto;
	width: 779px;
	background: url(../bilder/footer.gif) no-repeat bottom;
	border: none;
	}

#footer p {
	display: inline; /* Tillsammans med margin-bottom:-3px; så lyfter den upp footer_wrap */
	}

#footer_wrap {
	position:relative;
	width:751px;
	color: #FFF;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#5082B4;
	margin-left: 15px;
	margin-bottom:-3px;
	clear:both;
	}

#footer1 {
	margin: 0 auto;
	width: 779px;
	border: none;
	}

#footer2 {
	position:relative;
	width:752px;
	color: #FFF;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:#5082B4;
	margin-left: 15px; /* !! Separate CSS given to Mac */
	clear:both;
	}

#footer3 {
	margin: -3px auto 0;
	width: 779px;
	height: 13px;
	background: url(../bilder/footer.gif) no-repeat bottom left;
	border: none;
	}

/* =Various
----------------------------------------------- */
table.symposium {
	width: 100%;
	border: 1px solid #ddd;
	border-bottom: none;
	border-right: none;
	}

table.symposium th,
table.symposium td {
    padding: 4px 10px 4px 5px;
	border: 1px solid #ddd;
	border-top: none;
	border-left: none;
	}

table.symposium thead th {
    font-weight: bold;
	background: #0099CC;
	color: #fff;
	border-bottom: 2px solid #006699;
	}