/* CSS Document */
body,p,span,table,tr,td,input,select,textarea,li,ul,ol,span,div,td {
    font-family: arial, verdana, sans-serif;
}





h1,h2,h3,h4,h5,h6 {
    color:  #111111;
    font-family: arial, verdana, sans-serif;
    font-size:  12px;
    font-weight: bolder;

    /* border: 1px solid black; */
}
/* Udkommenter dette hvis flere niveauer overskrifter ikke ønskes: */
/*
h2{font-size: 14px;}
h3{font-size: 16px;}
h4{font-size: 18px;}
*/
h5{font-size: 20px;}
h6{font-size: 22px;}

h1{
	font-size:  14px;
	font-weight:bold;
}
h2{
	font-size:  13px;
	font-weight:bold;
}
h3{
    font-size:  12px;
}
h4{
	font-size:  11px;
}



a {
    text-decoration:    underline;
    color:  #185B60;
	font-size:	13px;
}

a:hover {
    text-decoration:    none;
}

li{
font-size:13px;
}

li a{
    text-decoration:    underline;
    color:  #185B60;
	font-size:	13px;
}

li a:hover{
    text-decoration:    none;
}

#content{
    font-size: 13px;
}

p.bodytext 
{
    xborder: 1px solid black; 
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

body {
    margin: 0px;
    background-color: #808C8C;
    background-image: url(/fileadmin/template/main/images/bodgy_bg.jpg); 
    background-repeat: repeat-x;
    background-attachment: fixed; 
    
}

#searchbox {
    border: 1px solid #006A71;
    height: 18px;
    font-size: 11px;
    padding-left: 3px;
    width: 106px;
}

div.submenu
{
/*         border: 1px solid black; */
}

.submenubutton
{
/*  border: 1px solid black; */
/*  margin: 0px 20px 0px 0px; */
}

#theTopImage
{
  xmargin-bottom: 20px;
  margin-top: 10px;
}

.news_latest_date
{
    color: #FFFFFF;
	font-size: 12px;
}

.news_latest_title
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.news_latest_subheader
{
    color: #000000;
    text-decoration: none;
}

.topimage_header{
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 16px;
}

.topimage_description{
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
input.submitbutton{
	border:	0px solid red;
	height: 16px;
	font-size: 11px;
	background-color: white;
	color:	#1A797F;
}


