html {
  overflow-y: scroll;
  overflow-x: hidden;
  

}

A.link {
 text-decoration: none
}

* {
/*text-decoration: none;*/ /* Så kan man lave understregninger på tekst  */ 
list-style: none;
padding: 0px;
margin: 0px;
}

body {
	margin:0px;
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	width: 100%;
	text-align: center;
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	
}
	
a {
	color: #0033FF;
}

#main {
	width:931px;
	margin:0px auto;
	text-align:left;
	
}

h4 {	
	font-size: 20px;
	color: #666666;
}

h5 {
	font-size: 13px;
	color: #666666;

}

h6 {
	font-size: 15px;
	color: #666666;

}

		
	
#top_line {
	position: absolute;
	top: 155px;
	width: 931px;
	margin: 0px;
	border-top: 1px solid #999999;
	
}

A:hover {
	text-decoration: underline;
}

A.menubutton {
	/*color: #666666; //Grå*/
	/*color: #000033;  // næsten sort*/
	/*color: #238BDA;*/
	color: #FF9900;
/*	color: #EBEBEB;*/
	text-decoration: none;
}

A.menubutton:hover {
	text-decoration: underline;
}

A.menubutton:active {
	color: #FF9900;
	background-color: #ffffff;
	text-decoration: underline;
}

A.menubutton:selcted {
	color: #FF9900;
	text-decoration: none;
}

A.input {
	color: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
}



#menu {
	background-color: #ffffff;
	position: relative;
	top: 108px;
	float: right;
	width: 550px;
	height: 34px;
	vertical-align: bottom;
	text-align: right;
	margin-left: auto;
	padding: 0px 30px 0px 0px;
	font-size: 1.2em;
}

#submenu {
	background-color: #ffffff;
	position: relative;
	top: 108px;
	float: right;
	width: 550px;
	height: 34px;
	vertical-align: bottom;
	text-align: right;
	margin-left: auto;
	padding: 0px 30px 0px 0px;
	font-size: 1.2em;
	
}
#iframe1 {
	background-color: #ffffff;
	float: right;	
	vertical-align: bottom;
	width: 550px;
	height: 20px;
	text-align: right;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	
}
#iframe {
	background-color: #ffffff;
	float: right;	
	vertical-align: bottom;
	width: 550px;
	height: 20px;
	text-align: right;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	
}
#title {
	background-image: url("../images/top.png");
	background-repeat: no-repeat;
	width: 931px;
	height: 142px;
	margin-top: 20px;
	text-align: left;
}


	
#content {
	background-color: #ffffff;
    padding: 10px 10px 50px 15px;
    text-align: left;
    color: #666666;
}

#bottom {
	background-image: url("../images/bottom.gif");
	background-repeat: no-repeat;
	width: 931px;
	height: 25px;
	padding-top: 7px;
	text-align: center;
	margin-bottom: 30px;
	color: #666666;
}

.kalender
{
	border-collapse:collapse;
	border:1px solid #000000;

}

.kalender td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:2px;
	padding-top:2px;
	border:1px solid #000000;

}


.box {


	padding: 5px;
	border: 1px solid silver;
	background-color: #EBEBEB;
	margin: 5px;
}

.boxheader {
	border-bottom: 2px solid #FF9900;
	color: #FF9900;
	font-size: 1.2em;
	font-family: Arial, Verdana, Tahoma, "Times New Roman", sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

.flydestop  {
	clear:both;
}

.flydestopright {
	clear:right;
}

img.floatRightClear {
    float: right;
    clear: right;
    margin: 4px;
}

.containingbox
		{
			width: 300px;		
		}
