﻿body
{
    background-color: #dddddd;
    background-image: url('images/background.png');
    background-position: top;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

a,
a:active,
a:link,
a:visited,
a:focus {
	text-decoration: none;
    color: Black;
    cursor: pointer;
    font-weight: normal;
}

a:hover {
	text-decoration: none;
    color: Black;
    font-weight: bold;
    cursor: pointer;
}

#menu
{
    font-variant: small-caps;
    padding-left: 30px;
    vertical-align: top;
    width: 151px;
    padding-right: 0px;
    margin-right: 0px;
}

#menu_holder
{
	margin: 0px 0px 0px 0px;
    background-position: left, top;
    width: 181px;
    background-image: url('images/menu.png');
    vertical-align: top;
    height: 432px;
    text-align: left;
}

#content_login
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
    background-image: url('images/content_login.png');
    color: Black;
}

#content
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-position: left, top;
    vertical-align: top;
    text-align: left;
    width: 819px;
    max-width: 819px;
    background-repeat: repeat-y;
    background-image: url('images/content.png');
    color: Black;
}

#content p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
#content h1
{
    background-image: url('images/h1_red.png');
    background-repeat: no-repeat;    
    width: 758px;
    height: 31px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    color: white;
    text-indent: 15px;
    padding-top: 7px;
}

#content h1.blue
{
    background-image: url('images/h1_blue.png');
}

#content h2
{
    font: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 13pt;
    font-weight: bold;
}

#content ul li a
{
    text-decoration: none;
    color: #505050;
}
#content ul li a:hover
{
    text-decoration: underline;
    color: #000000;
}

#header
{
  /*  background-image: url('images/header.png');*/
    width: 1000px;
    height: 123px;/*
    text-align: left;*/
}
#login_box
{
    width: 202px;
    background-image: url('images/login_box_red.png');
    height: 201px;
    background-repeat: no-repeat;
    font-size: 8pt;
    text-align: center;
    vertical-align: middle;
}
#login_box h1
{
    color: White;
}
#login_box h2
{
    color: White;
}
#login_form
{
    height: 150px;
}
.failure
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: white;
    font-weight: bold;
    height: 30px;
}
#footer
{
    width: 1000px;
    height: 136px;
    text-align: left;
    background-image: url('images/footer.png');
    vertical-align: top;
    background-repeat: no-repeat;
}
#address
{
    font-size: 8pt;
    color: #505050;
    width: 200px;
    float: right;
    vertical-align: top;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
#icons
{
    margin-left: 250px;
    cursor: pointer;
}
#icons img
{
    margin-left: 10px;
}
#create_user_red
{
    width: 231px;
    background-image: url('images/create_user_box_red.png');
    height: 229px;
    background-repeat: no-repeat;
    font-size: 8pt;
    text-align: left;
    vertical-align: middle;
}
#create_user
{
    width: 395px;
    background-image: url('images/create_user_box.png');
    height: 231px;
    background-repeat: no-repeat;
    font-size: 8pt;
    text-align: center;
    vertical-align: middle;
}
.nyhed_teaser
{
    background-image: url('images/nyhed_bjaelke.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 200px;
    height: 90px;
    vertical-align: top;
}
#content td.nyhed_teaser h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 10px;
    margin-left: 5px;
}
.nyhed_teaser p
{
    font: 9pt Arial, Helvetica, sans-serif;
    margin: 5px;
}

.crgrptr
{
    visibility: hidden;
}

.calendarCss
{
    font-family: Arial;
    font-size: 10pt;
    border: solid 1px black;
}
.label
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: #505050;
    text-decoration: none;
    cursor: pointer;
}

#frontcontent
{
	float: left; 
	width: 70%;
}

#content h1.front
{
    background-image: url('images/h1_red.png');
    background-repeat: no-repeat;    
    width: 100%;
    height: 31px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    color: white;
    text-indent: 10px;
    padding-top: 7px;
}

#content h1.frontblue
{
	text-indent: 10px;
	width: 100%;
    background-image: url('images/h1_blue.png');
}

#content h2.front
{
	margin-bottom: 8px;
}

#content h3.front
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold;
	color: #ff0000;
	padding-bottom:0px; 
	margin-bottom:0px;
}



div.front div
{
	padding: 0px 10px 0px 10px;
}

div.front div p
{
	padding-top:0px; 
	margin-top:0px;
}


div.front a.front
{
	text-decoration:none;
	color: Black;
	padding: 0px;
	width: 100%;
}


