body {
	margin: 0px;
	padding: 0px; margin: 0px;
	}

p {
	margin:0px;
}
body, tr td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

A.menu:link, A.menu:visited{
	COLOR: #666666; text-decoration: none; font-weight:bold;
}
A.menu:active, A.menu:hover {
	color: #666666;;	text-decoration: underline;
}

ul.menu{
	padding-left: 20px;	
}



h1 {
	font-size: 18px;
	font-style: normal;
	color: #0f3446;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	margin-top: 0px;
}
h2 {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0f3446;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-style: normal;
	color: #0f3446;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #0f3446;
	font-style: normal;
	float:left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
h6 {
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	float:left;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.txtSH{
	color:#0f3446;
	background: #fff;
	text-shadow: 1px 1px 1px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=120, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=120, Color='#666666');
}


.subOverskrift {	
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
ul {
	list-style-image: url(image/punkt.gif);
	padding-left: 30px;
	margin: 0px;
}
.ramme {
	border: 1px solid #000000;
}


.mainPicRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid #000000;
	
}
.mainPicLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #000000;
}
.widePic {
	border: 1px solid #000000;
	margin: 0px;
}
.broedtekst {
	margin: 10px;
}

.broedtekst img, .broedtekstInfo img, .shadow{
	border:thin solid #616155;
	/*The first value describes the x-offset (could be a negative value as well), the second the y-offset, the third the radius*/
	-moz-box-shadow: 2px 3px 4px #999;
	-webkit-box-shadow: 2px 3px 4px #999;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=120, Color='#999999');
}

.noShadow img{
	border:none;
	/*The first value describes the x-offset (could be a negative value as well), the second the y-offset, the third the radius*/
	-moz-box-shadow: 0px 0px 0px #fff;
	-webkit-box-shadow: 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px #fff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#fff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#fff');
}




