
/*************************/
/*        DESIGN         */
/*************************/   
	body {

	    background-color: #eeeeee;

		/*background-image: url(Billeder/blue_gradient.gif);*/
	    background-repeat: repeat-x;
	    background-position: top;
	    font-family: Verdana, Arial, sans-serif;
	    font-size: 10pt;
	    text-align: center;
	    color: black;
	    margin: 0;
	    /*margin-top: 10px;*/
	    padding: 0;
    }
    
	.iframebody {
		/*background-color: #f6f6f6;*/
		color: black;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		text-align: left;
		margin-top: 0;
	}
	
    #NewTop {
        background-image: url(/images/TopTestNew2.png);
        background-repeat: no-repeat;
        background-position: left top;
        width: 1024px;
        height: 90px;
        margin: 0;
        padding: 0;
        border-left: 1px solid black;
        border-right: 1px solid black;
		border-bottom: 1px solid black;
		overflow: visible;
		vertical-align: bottom;
    }
    
	#NewsKontakt {
		margin-left: auto;
		margin-right: auto;
		width: 170px;
		height: 15px;
		vertical-align: bottom;
		text-align: right;
		background-repeat: no-repeat;
		background-position: bottom right;
		background-image: url(/Billeder/NewsKurveWhite.gif);
		font-size: 8pt;
		border: 0;
		float: right;
		
		position: relative;
		left: 0;
		top: 91px;
	}
	
    #MainTable {
        width: 1024px; /*966px;*/ /*1226px;*/
	    border-collapse: collapse;
	    margin: 0 auto 0 auto;
	    padding: 0;
	    border: 0;
    }
    
    #DropLeft {
	    width: 12px;
	    background: url(/images/dropleft.png) repeat-y right; 
    }

    #DropRight {
	    width: 12px;
	    background: url(/images/dropright.png) repeat-y left; 
    }
        
    #Indhold {
        text-align: left;
        vertical-align: top;
        padding: 10pt;
		padding-top: 5px;
        width: 705px;
		overflow: hidden;
    }
    
    #DDSBackground {
    	background-color: white;
        background-image: url(/images/bund-hvid2.gif);
        background-repeat: no-repeat;
        background-position: left top;
        border-right: 1px solid black;
        border-left: 1px solid black;
        margin: 0;
        padding: 0;
    }
	
	#NewsKontakt a:link, #NewsKontakt a:visited {
		text-decoration: none;
		color: black;
	}
	
	img {
		border: 0;
	}
	
    #News {
        width: 150px;
        vertical-align: top;
        text-align: center;
        padding-left: 4px;
		padding-bottom: 15px;
		padding-top: 15px;
		font-size: 8pt;
		color: black;
		/* background-image: url(/Billeder/transback.png); */
    }

	#News h2 {
		margin-bottom: 0px;
		margin-top: 10px;
	}

 	#News li {
		list-style-type: none;
		white-space: nowrap;
		overflow: hidden;
		width: 169px;
		margin: 0;
		padding: 0;
	}

	#News li a:link, #News li a:visited {
		color: black;
		text-decoration: none;
	}
	
	.LoginText {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		width: 140px;
		margin-bottom: 1px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.LoginSubmit {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		cursor: pointer;
		margin-top: 5px;
	}
	
    #Frame {
		vertical-align: top;
		text-align: left;
		padding-left: 4px;
		padding-top: 5px; /* 5px */
		font-size: 8pt;
		width: 115px;
		height: 500px; /* Sidens min. højde */
		overflow: hidden;
		background-image: url(/Billeder/transback.png);
	}

	#Frame ul, #News ul {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	

	#Frame li a:link, #Frame li a:visited {
		color: #000000;
		text-decoration: none;
	}

	#Frame li a:hover, #News li a:hover {
		color: #ff0000;
	}

	#Frame li a:active, #News li a:active {
		color: #009900;
	}

    #FrameBtnTop, #FrameBtnBot {
        display: block;
        width: 100px;
        height: auto;
        margin: auto;
        margin-bottom: 10px;
        border: 1px solid black;
    }
    
    .FrameBtn {
        display: block;
        width: 100px;
        height: 50px;
        background-image: url(/images/KnapTestGray.png);
        background-repeat: no-repeat;
        /*background-color: #eeeeee; */
        margin: auto;
        margin-bottom: 10px;
        color: white;
        text-decoration: none;
        font-weight: bold;
        padding-top: 8px;
        margin-top: -14px;
    }

    h1 {
        font-family: Verdana, sans-serif;
        font-size: 12pt;
		border-bottom: 1px solid gray;
    }
    
	h2 {
		font-family: Verdana, sans-serif;
		font-size: 10pt;
		margin: 0px;
		font-weight: bold;
		text-align: left;
	}
		
	h3 {
		font-size: 8pt;
		margin: 0px;
		font-weight: bold;
	}
    
    #Footer {
        height: 20px;
        font-size: 7pt;
        text-align: center;
        background-image: url(/images/Footer3.png);
        width: 1048px; /*975px;*/ /* 966+2*12 */
        color: White;
        margin: auto;
    }
    
	#Footer a:link, #Footer a:visited {
		text-decoration: none;
		color: white;
	}
	
	#Footer a:hover {
		text-decoration: underline;
		color: white;
	}
	
/*************************/
/*       ELEMENTER       */
/*************************/

	a:link, a:visited {
		text-decoration: none;
		color: #003C57;
	}
	
	a:hover {
		text-decoration: none;
		color: #ff0000;
	}
	
	.hide {
		display: none;
	}
	
	.textLogin {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		width: 150px;
		margin-bottom: 1px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.submitLogin {
		font-size: 8pt;
		cursor: pointer;
	}
	
	.BottomLine {
		text-align: right;
		padding-top: 3px;
		border-top: 1px solid gray;
		margin-top: 10px;
		clear: both;
	}
	
	.submit {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #336699;
		cursor: pointer;
	}
	
	.file {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		border: 1px solid #999999;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		width: 300px;
		height: 19px;
		color: #000000;
		margin: 1px;
	}
	
	.text {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		border: 1px solid #999999;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		width: 300px;
		height: 13px;
		color: #000000;
		margin: 1px;
		background-color: #ffffff;
	}
	
	.checkbox {
		vertical-align: middle;
		margin-left: 151px;
	}
	
	textarea {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		border: 1px solid #999999;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		width: 300px;
		color: #000000;
		margin: 1px;
		background-color: #ffffff;
	}
	
	select {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #000000;
		background-color: #ffffff;
		border: 1px solid #999999;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		margin: 1px;
	}
	
	p {
		margin-top: 0;
	}
	
	th {
		font-weight: bold;
		font-size: 8pt;
	}
	
	label {
		width: 150px;
		float: left;
		vertical-align: top;
		display: inline;
	}
	
	.CheckboxLabel {
		display: inline;
		float: none;
		vertical-align: top;
		margin-left: 5px;
	}
	
	.LabelGroup {
		margin-left: 150px;
	}
	
	legend {
		color: #000000;
	}
	
	.SizeOne {
		font-size: 8pt;
	}
	
	/********************************/
	/*             TABS             */
	/********************************/

	.tabDiv {
		margin-bottom: 10px;
		/* border-bottom: 1px solid gray; */
	}
	.tabTable {
		margin-left: 16px;
		border: 0;
		border-collapse: collapse;
	}
	.tabSpacer, .tabLineLeft img, .tabLineRight img {
		border: 0px;
		width: 4px;
		height: 1px;
	}
	.tabActiveSpacer, .tabLineActiveLeft img, .tabLineActiveRight img {
		border: 0px;
		width: 3px;
		height: 1px;
	}
	.tabActive {
		background-image: url(/Billeder/Tab/bg_d.gif);
		padding: 0px 10px 0px 10px;
		white-space: nowrap;
	}
	.tabInactive {
		background-image: url(/Billeder/tab/bg.gif);
		padding: 0px 10px 0px 10px;
		white-space: nowrap;
	}
	.tabInactive a:link, .tabInactive a:visited {
		font: bold 11px Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		text-decoration: none;
	}
	.tabActive a:link, .tabActive a:visited {
		font: bold 11px Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;
		text-decoration: none;
	}
	.tabLineActiveLeft {
		padding: 0;
		width: 3px;
		height: 20px;
		background-image: url(/Billeder/Tab/left_d.gif);
	}
	.tabLineActiveRight {
		padding: 0;
		width: 3px;
		height: 20px;
		background-image: url(/Billeder/Tab/right_d.gif);
		background-repeat: no-repeat;
		padding-right: 3px;
	}
	.tabLineLeft {
		padding: 0;
		width: 4px;
		height: 20px;
		background-image: url(/Billeder/Tab/left.gif);
	}
	.tabLineRight {
		padding: 0;
		padding-right: 3px;
		width: 4px;
		height: 20px;
		background-image: url(/Billeder/Tab/right.gif);
		background-repeat: no-repeat;
	}
		

	/********************************/
	/*           TopicBox           */
	/********************************/
	
	.TopicBox {
		float: left;
		font-size: 8pt;
		height: 200px;
		margin-right: 10px;
		margin-bottom: 15px;
		margin-left: 10px;
		overflow: hidden;
		width: 200px;
	}
	
	.TopicBox h2 {
		background-image: url(/Billeder/bar2.gif);
		background-repeat: no-repeat;
		color: black;
		font-size: 8pt;
		font-weight: bold;
		height: 17px;
		overflow: hidden;
		padding-top: 3px;
		padding-left: 5px;
		text-align: left;
		vertical-align: middle;
		white-space: nowrap;
		width: 200px;
	}
	
	.TopicBox .TopicText {
		height: 165px;
		padding-left: 2px;
		padding-right: 2px;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		overflow: hidden;
		width: 194px;
		text-align: left;
	}
	
	.TopicBox .TopicMere {
		background-image: url(/Billeder/bar3.gif);
		background-repeat: no-repeat;
		background-position: top;
		color: black;
		font-size: 8pt;
		height: 15px;
		text-align: right;
		width: 100%;
	}
	
	.TopicBox img {
		float: right;
	}
	
	.TopicBox ul {
		margin: 0;
		padding: 0;
		padding-left: 20px;
		margin-bottom: 4px;
		margin-top: 4px;
	}


