body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
H1{
font-family: Georgia;
font-size: 20px;
color: #48ff00;
margin-top: 0px;
margin-bottom: 5px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 6px;
background: #1e1e1e;
}
H2{
font-family: Georgia;
font-size: 16px;
color: #48ff00;
background: #1e1e1e;
padding-left: 6px;
padding-top: 10px;
padding-bottom: 5px;
margin: 0px 0px 0px 0px;
}
P{
font-family: "trebuchet MS";
font-size: 14px;
line-height: 20px;
color: #ffffff;
}
TD{
font-family: "trebuchet MS";
font-size: 14px;
color: #ffffff;
line-height: 20px;
text-align: left;
}
.content > p{
padding-left: 6px;
padding-right: 6px;
padding-top: 0px;
padding-bottom: 5px;
margin: 0px 0px 0px 0px;
text-align: justify;
}
A{
font-size: 14px;
line-height: 20px;
color: #460202;
text-decoration: none;
}
A:LINK{
font-size: 14px;
line-height: 20px;
font-family: "trebuchet MS";
color: #ffffff;
text-decoration: none;
}
A:VISITED{
font-size: 14px;
line-height: 20px;
font-family: "trebuchet MS";
color: #ffffff;
text-decoration: none;
}
A:HOVER{
font-size: 14px;
line-height: 20px;
font-family: "trebuchet MS";
color: #ffffff;
text-decoration: underline;
}
A:ACTIVE{
font-size: 14px;
line-height: 20px;
font-family: "trebuchet MS";
color: #ffffff;
text-decoration: none;
}
A.menu, A:LINK.menu, A:VISITED.menu{
font-size: 20px;
color: #ffffff;
text-decoration: none;
}
A:HOVER.menu {
font-size: 20px;
font-family: "trebuchet MS";
color: #ffffff;
text-decoration: none;
}
A:ACTIVE.menu{
font-size: 20px;
font-family: "trebuchet MS";
color: #ffffff;
text-decoration: none;
}
.topic, A.topic, A:HOVER.topic, A:ACTIVE.topic, A:VISITED.topic, A:LINK.topic{
font-size: 12px;
line-height: 17px;
}
TD.kalender{
text-align: center;
vertical-align: center;
height: 40px;
width: 40px;
}
TD.kalender_act{
background: #FFA500;
text-align: center;
vertical-align: center;
height: 40px;
width: 40px;
}
TD.kalender_vandaag{
background: #FFFF00;
text-align: center;
vertical-align: center;
height: 40px;
width: 40px;
}
TD.kalender1{
text-align: center;
vertical-align: center;
height: 38px;
width: 38px;
}
IMG {
	border: none;
}
#blok1{
	position: absolute;
}
#blok2{
	position: relative;
	left: 190px;
	top: -23px;
}
#blok11{
	position: absolute;
}
#blok22{
	position: relative;
	left: 190px;
	top: -23px;
}

/*START of Slideshow CSS*/

/*
 set the width and height to match your images 
*/
 
#slideshow {
    position:relative;
    height:350px;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}
/*END of Slideshow CSS */

