﻿body 
{
    background-color: #f1f4f6;
    background-image: url('../img/system/bg_bodytop.gif');
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    color: #919191;
    font-size: 10px;
    font-weight: bold;
    width: 100%
}


#contentContainer
{
    width: 759px;
    margin: 0px auto 0px auto;
    text-align: left    
}

#top
{}

#middle
{
	width: 739px;
    float: left;
    background-color: #fff;
    padding: 14px 11px 20px 11px  
}

#navigation
{
    width: 151px;
    margin-right: 11px;
    float: left
}

#content
{
    width: 576px;
    float: left;
    padding-top: 2px
}

#leftContainer
{
	width:413px;
	float: left
	}
	
#rightContainer
{
	width: 152px;
	float: right
	}
	
#newsLeft
{
	width: 202px;
	float: left
	}
	
#newsRight
{
	width: 202px;
	float: right
	}

#bottom
{
    background-color: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px
}

h1
{
    margin: 0;
    margin-bottom: 15px;
    color: #1e1e57;
    font-size: 16px;
    font-weight: normal    
}

img
{
    border: none    
}

img.rightThumbs
{
	margin-bottom: 7px
	}
	
	
/* Nyhedsbokse */
.newsboxLight
{
	background-color: #fff;
	color: #919191;
	margin-bottom: 10px
	}
	
.newsboxLight .headline
{
	background-color: #daeaff;
	color: #1e1e57;
	font-size: 12px;
	font-weight: bold;
	padding: 4px	
}

.newsboxLight .newsContent
{
	color: #919191;
	padding: 4px	
}

.newsboxLight .newsContent a
{
	color: #1e1e57;
	text-decoration: none;	
}

.newsboxLight .newsContent a:hover
{
	text-decoration: underline;	
}

.newsboxDark
{
	background-color: #daeaff;
	color: #1e1e57;
	margin-bottom: 10px
	}
	
.newsboxDark .headline
{
	background-color: #1e1e57;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase
}

.newsboxDark .newsContent
{
	color: #1e1e57;
	padding: 4px	
}

.newsboxDark .newsContent a
{
	color: #ff0000;
	text-decoration: none;	
}

.newsboxDark .newsContent a:hover
{
	text-decoration: underline;	
}

.slideshow 
{
    width: 574px;
    height: 146px;
    overflow: hidden
    }
