﻿/*
Styling af "main" div
*/


#main *
{
	font-size: 11px;
}

#main * a:link, #main * a:visited, #main * a:active, .broed a:link, .broed a:visited, .broed a:active
{
	text-decoration: none;
	color: #808080;
	color: #ACC7E8;
	color: #8EB3E0;
	color: #5D87F1;
	color: #1051A5;
}

#main * a:hover, .broed a:hover
{
	text-decoration: underline;
}


#main .overskrift, #main .overskrift a:link, #main .overskrift a:visited, #main .overskrift a:active
{
	text-transform: uppercase;
	font-size: 11px;
	color: #839FFB;
	color: #005497;
	color: #ACC7E8;
	color: #1051A5;
	color: #000080;
}

.broed
{
	color: #757575;
}

#main .box_overskrift
{
	color: #1051A5;
	/*text-transform: uppercase;*/
}

.news
{
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #9A9A9A;
}

.newsheader a:link, .newsheader a:visited, .newsheader a:active
{
	text-transform: uppercase;
	text-decoration: none;
	color: #4782CB;
}

.highlight .broed
{
	color: #fff;
}

#poll
{
	background-color: #F2F1EE;
	border-top: 1px solid #9A9A9A;
	vertical-align: bottom;
	padding-bottom: 0px;
	margin-bottom: -5px;
}

#poll .question
{
	text-transform: uppercase;
}



form
{
	margin: 0px;
}