﻿body {
	font-family: Trebuchet MS, verdana;
	background: url('images/background.gif') #dddddd repeat-x;
	font-size: 12px;
}
h1 
{
    font-family: Verdana;
    font-size: 22px;
}
h2 
{
    font-family: Verdana;
    font-size: 18px;
}

/* Classes */
.link 
{
    color: #fff;
    text-decoration: none;
}
.link:hover 
{
    text-decoration: underline;
}
.black_link 
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.black_link:hover 
{
    text-decoration: underline;
}
.logotype {
	font-family: Trebuchet MS, verdana;
	font-size: 36px;			
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.datagrid 
{
    float: left;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 12px;
    width: 570;
    border: 0;
    border-style: none;
}
.datagrid_header 
{
    background: url("images/background_headline.gif") repeat-x;
    height: 27;
    color: #fff;
    border-style: none;
    font-size: 14px;
}
.dgridlista 
{
    font-size: 10px;
    border-style: none;
    color: #000;
    font-family: Verdana;
    border: 0;
}
.dgridlista a 
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.dgridlista a:hover 
{
    text-decoration: underline;
}
.calendar a
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

/* DIVS */

#frame {
	width: 883px;
	margin-top: 20px;
}

#top {
	height: 142px;
	background: url('images/top_dagsblaskor.jpg') no-repeat;
	padding-left: 11px;
	text-align: left;
}
#logotype {
	position: relative;
	top: 98px;
	left: 0px;
}

#main {
	float: left;
	background: #fff;
	width: 100%;
	text-align: left;
}
#ads {
	margin-top: 5px;
	padding: 6px;
	float: right;
	width: 285px;
	border: solid 1px #ccc;
	text-align: right;
}
#new_ad {
	text-align: left;
	padding: 3px;
	width: 270;
	border: solid 1px #ccc;
}

#nyhet 
{
    width: 500;
    float: left;
    margin-left: 4px;
    margin-top: 5px;
}
#header 
{
    background: url("images/background_headline.gif") repeat-x;
    height: 27;
    color: #fff;
    width: 100%;
}
#left_content 
{
    float: left;
    margin: 5px;
    width: 570px;
}
#left_content img 
{
    margin-right: 10px;
}
#right_content
{
    float: left;
    text-align: right;
    width: 299px;
    margin-top: 5px;
}
#footer 
{
    float: left;
    width: 100%;
    height: 30;
}
#previous_link 
{
    text-align: left;
    float: left;
}
#next_link 
{
    text-align: right;
    float: left;
}

    
