/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font: 0.8em Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	background: #F2F2F2 url(../images/bg.gif) repeat-y center top;
}

blockquote, h3, p, li {
	font-size: 0.9em;
	line-height: 1.6em;
}
	
h1, h2, h3 {
margin-top: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #56A;
}

small, .small {
	font-size: 0.7em;
color: #777;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #777;
}

a:hover {
	color: #d40e8c;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	color: #56A;
	border: none;
}

/* layout
----------------------------------------------- */

#container {
	background: url(../images/bgholder.jpg) repeat-y;
	margin: 10px auto;
	width: 730px;
}

#head
{
	background: url(../images/header.jpg) no-repeat;
	height: 140px;
	padding: 9px 16px 0 16px;
}

#meny a
{
	height: 25px;
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	float: right;
	font-weight: bold;
	font-size: 10px;
	color: #56A;
	padding: 58px 12px 0;
}

#meny a.aktiv, #meny a:hover
{
	color: #d40e8c;
	height: 27px;
	background: #FFF url(../images/navhover.gif) repeat-x;
	padding: 56px 12px 0;
}

a#logo
{
width: auto;
height: 82px;
display: block;
}

#content {
	padding: 0 32px;
}

#left {
	float: left;
	width: 466px;
}

#right {
	float: right;
	width: 200px;
}

#foot {
	background: url(../images/holder.jpg) no-repeat;
	height: 40px;
	background-position: left bottom;
	clear: both;
	text-align: center;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font-size: 1.3em;
}

table#timeplan {border-collapse: collapse; width: 100%; font-size: 0.9em;}
table#timeplan tr td {border-left: 1px solid #d2d2d2; padding: 0 8px;}
table#timeplan tr th {padding: 0 8px; height: 3.2em;}
table#timeplan tr.alt td { background: #eeeeee; }
table#timeplan tr.alt th { background: #eeeeee; }


.xfade img {
	position:absolute;
}

.xfade {
	width:450px;
	height:360px;
	position:relative;
margin-bottom: 16px;
}

#nyheter p { margin-top: 0.1em; }