/*
	Project:		Rosenhanska Magasinet
	Author:   		Xelera Communication AB
	Last edit:		2007-01-30
-------------------------------------------------*/
#skip,
#navbar,
#sidebar {display: none;}

body {
	font: normal 75%/140% "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color:#000;
}

/* Link
-------------------------------------------------*/
a:link,
a:visited,
a:active {
	color: #A90000;
	text-decoration: none;
}
a:hover {
	color: #9b0000;
	text-decoration: underline;
}

/* Headers
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6  {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
	color: #111;
	background:#fff;
}
h1 {
	margin:1em 0 15px 0;
	font-size:2em;
}
h2 {
	margin-bottom:15px;
	font-size:2em;
}
h3 {
	margin-bottom: 0;
	font-size: 1.333em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}


/* Data tables
-------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
caption {
	font-style: italic;
	text-align: left;
}
th {font-weight:bold;}
th,
td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 0 0.25em 0;
}

/* Other
-------------------------------------------------*/
.clearer {
	line-height: 0;
	height: 0;
	clear: both;
}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}
img {border: 0;}
#header a {
	text-decoration: none;
	color: #000;
}
#flashcontent {margin-top:1em;}
#main {
	float: left;
	width: 100%;
}
#sidebar {
	float: right;
	width: 0;
}
#headline {
	position:absolute;
	top:39px;
	right:0;
}
#headline h5 {font:bold 1em/150% "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;}
#footer {
	width: 100%;
	margin-top: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #000;
}
