html {
    margin:0;
    padding:0;
    text-align:center;
}

body {
    background-color: #333;
    margin:0;
    padding:0;
    text-align:center;
    font-family: "Trebuchet MS","Lucida Grande","Verdana",sans-serif;
    font-size: 12px;
}

#pagewidth{
    width:960px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    background-image: url('../images/globalforside/background_green.png');
    background-position: 0px 73px;
    background-color: #FEFEFE;
}

#wrapper {
    width: 850px;
    min-height: 600px;
    margin-left: 55px;
    background-image: url('../images/globalforside/forside_borders.png');
    background-color: #FEFEFE;
    border-bottom: 2px dotted #558635;
    padding-bottom: 2px;
}

#header{
    position:relative;
    height: 75px;
    width:100%;
}

#twocols{
    width: 640px;
    float:right;
    position:relative;
}

#leftcolumn{
    width: 195px; /* 210 */
    float:left;
    position:relative;
    padding: 5px 5px 0px 10px;
}

#centercolumn {

    float: left;
    display:inline;
    position: relative;
    width:415px; /* 430 */
    padding: 5px 5px 0px 10px;
}

#rightcolumn {
    width: 195px; /* 210 */
    float:right;
    position:relative;
    padding: 5px 5px 0px 10px;
}

#banner {
    width: 960px;
    height: 55px;
    margin:0px auto 0px auto;
    background-image: url('../images/globalforside/banner.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

#footer {
    height: 23px;
    clear:both;
    text-align: center;
    /*
    background-color: #FEFEFE;
    */
}

a {
	text-decoration: none;
        color: #FD7802;
}

a:hover {
        color: #000000;
}

.internal-link {
        background-image: url('../images/globalforside/arrow_normal.png');
        color: #000000;
        padding-right: 10px;
        background-position: right 5px;
        background-repeat: no-repeat;
}

.internal-link:hover {
        background-image: url('../images/globalforside/arrow_active.png');
        color: #FD7802;
}

h1,h2,h3,p {
	font-family: "Trebuchet MS","Lucida Grande","Verdana",sans-serif;
	padding-bottom: 6px;
	line-height: 120%;
        color: #333333;
}

h1,h2,h3 {
        padding-top: 6px;
        font-weight: bold;
}

h1 { 
        font-size: 12px;
}

h2 { 
        font-size: 10px;
}

p { 
        font-size: 12px;
}

.csc-textpic-caption {
    font-family: "Trebuchet MS","Lucida Grande","Verdana",sans-serif;
    font-size: 11px;
}

.csc-bulletlist {
    list-style-position: inside;
    list-style-type: disc;
    font-size: 12px;
}

.csc-bulletlist li{
    margin-left: 5px;
}

strong {
	font-weight: bold;
}


a, object {
	outline: none;
}
/********************************/
/********************************/
/********************************/
/******** MENU Styling **********/
/********************************/
/********************************/
/********************************/

#menu {
    top: 55px;
    width: 960px;
    height: 18px; /* 20 */
    margin:0px auto 0px auto;
    padding-top: 2px;
    background-color: #558635;
}

#menu ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    margin-left: 57px;
    height: 18px;
}

#menu li {
    margin-right: 5px;
    float: left;
    height: 18px;
    padding-left:7px;
    padding-right: 1px;
}

#menu li#active{
    background-color: #FEFEFE;
}

#menu li a {
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Trebuchet MS","Lucida Grande","Verdana",sans-serif;
    font-size: 12px;
}

#menu li:hover a {
    color: #FD7802;
}

#menu li#active a {
    color: #FD7802;
}

/********************************/
/********************************/

#leftMenu {
/*
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
*/
    margin-left: 5px;
    margin-top: 4px;
}

#leftMenu li a{
    margin-right: 5px;
    height: 18px;
    padding: 0px 0px 0px 11px;

    color: #333333;
    font-weight: bold;
    font-family: "Trebuchet MS","Lucida Grande","Verdana",sans-serif;
    font-size: 12px;

    background-image: url('../images/globalforside/arrow_normal.png');
    background-position: left 4px;
    background-repeat: no-repeat;
}

#leftMenu li:hover a {
    background-image: url('../images/globalforside/arrow_hover.png');
    /*
    color: #FD7802;
    */
}

#leftMenu li#active a{
    background-image: url('../images/globalforside/arrow_active.png');
    color: #FD7802;
}

#leftMenu li.sublevel_1 a{
    margin-left: 10px;
}

#leftMenu li.sublevel_2 a{
    margin-left: 20px;
}

#leftMenu li.sublevel_3 a{
    margin-left: 30px;
}

/********************************/
/********************************/
/****** BREADCRUM Styling *******/
/********************************/
/********************************/

#breadcrum {
    margin: 0px 2px 0px 2px;
    height: 17px;
    padding: 5px 0px 4px 5px;

    /*
    border: 2px dotted #779e5d;
    border-top: 0px;
    */
    border-bottom: 2px solid #FEFEFE;
    background-color: #FEFEFE;
    font-family: "Trebuchet MS", "Lucida Grande","Verdana",sans-serif;
    font-size: 11px;
}

#breadcrum a {
    color: #333;
    font-weight: bold;
}

#breadcrum a:hover {
    color: #FD7802;
}

#breadcrum #activeCrum a{
    color: #FD7802;
}

/*
 * Message styling
 */

.message {
	margin: 5px 10px 5px 10px;
	padding: 5px;
	background-color: #F2F2F2;
	position: relative;
	z-index: 999;
}

.message p {
	padding: 3px 0 3px 25px;
}

.error p {
	background: url('../images/icons/error.png') top left no-repeat;
	color: #94090d;
}

.success p {
	background: url('../images/icons/success.png') top left no-repeat;
	color: #159e31;
}

.warning p {
	background: url('../images/icons/warning.png') top left no-repeat;
	color: #FF7300;
}

.notice p {
	background: url('../images/icons/notice.png') top left no-repeat;
	color: #375d81;
}

.topmenu {
	position: absolute;
	height: 18px;
	top: 50px;
}

a { text-decoration: none; }

#nyheder {
	left: 48px;
	width: 70px;
}

div#nyheder { background: url('../images/topmenu-nyheder_menu_s.png') top left no-repeat; }
a#nyheder {	background: url('../images/topmenu-nyheder_menu.png') top left no-repeat; }
a#nyheder:hover { background: url('../images/topmenu-nyheder_menu_o.png') top left no-repeat; }

#skolekoncerter {
	left: 118px;
	width: 115px;
}

div#skolekoncerter { background: url('../images/topmenu-skolekoncerter_menu_s.png') top left no-repeat; }
a#skolekoncerter { background: url('../images/topmenu-skolekoncerter_menu.png') top left no-repeat; }
a#skolekoncerter:hover { background: url('../images/topmenu-skolekoncerter_menu_o.png') top left no-repeat; }

#kalender {
	left: 233px;
	width: 76px;
}

div#kalender { background: url('../images/topmenu-kalender_menu_s.png') top left no-repeat; }
a#kalender { background: url('../images/topmenu-kalender_menu.png') top left no-repeat; }
a#kalender:hover { background: url('../images/topmenu-kalender_menu_o.png') top left no-repeat; }

#kontakt {
	left: 309px;
	width: 72px;
}

div#kontakt { background: url('../images/topmenu-kontakt_menu_s.png') top left no-repeat; }
a#kontakt { background: url('../images/topmenu-kontakt_menu.png') top left no-repeat; }
a#kontakt:hover { background: url('../images/topmenu-kontakt_menu_o.png') top left no-repeat; }

 /* *** Float containers fix: *** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcolumn{display:none;}

/*hide the right column when printing*/
#rightcolumn{display:none;}
#twocols, #centercolumn{width:100%; float:none;}
}


.csc-mailform-field label {
    display: block;
    font-size: 11px;
    padding: 0px 0px 2px 0px;
}

.csc-mailform-field {
    margin: 2px 0px 8px 0px;
}