@charset "ISO-8859-1";

#siden
{   position: relative ; top: 0px ;
    margin-left: auto ; margin-right: auto ; margin-top: 0px ;
    padding: 0px 0px 15px 0px ;
    text-align: left; color: white ;
	background-color: #000000 ;
	width: 880px ;
	min-height: 1024px;	
}
#logo     { position: absolute ; top:  10px ; left:  10px ; width: 150px; height: 150px; text-align: center; }
#menutop  { position: absolute ; top:  10px ; left: 150px ; width: 715px; height: 150px; }
#menuleft { position: absolute ; top: 150px ; left:  10px ; width: 150px; height: 900px; }
#mellem   { position: absolute ; top: 150px ; left: 160px ; }
#indhold  { margin: 150px 15px 0px 160px; }

.verybig  { font-size: 144px  ; background-color: transparent; font-family: "Old English Text MT",sans-serif; }
.heading0 { font-size: 60px   ; background-color: transparent; font-family: "Old English Text MT",sans-serif; }
.heading1 { font-size: 48px   ; background-color: transparent; font-family: "Old English Text MT",sans-serif; }
.heading2 { font-size: 24px   ; background-color: transparent; font-family: "Comic Sans MS",sans-serif ; }
.heading3 { font-size: 1.5em  ; background-color: transparent; font-family: "Comic Sans MS",sans-serif ; }
.normal   { font-size: 1em    ; background-color: transparent; font-family: serif ; color: #ffffff; }
.lille    { font-size: 0.75em ; background-color: transparent; font-family: helvetica,sans-serif; }


body
{
	font-size: 1em;
	font-family: serif;
	color: #ffffff;
	background-color: #3333CC;
	text-align: center;
	margin: 0px; padding: 0px;
}

a:link    { color: red    ; text-decoration: none      ; font-weight: bold; background-color: transparent ; }
a:visited { color: red    ; text-decoration: none      ; font-weight: bold; background-color: transparent ; }
a:hover   { color: yellow ; text-decoration: underline overline ; font-weight: bold; background-color: transparent ; }
a:active  { color: blue   ; text-decoration: none      ; font-weight: bold; background-color: transparent ; }

dt        { font-size: 1.5em  ; font-family: "Comic Sans MS",sans-serif ; color : white; background-color: transparent; }
ul , ol   { margin-top: 0px ; margin-bottom: 0px; }
a img     { border: none; }
caption   { font-size: 1.5em  ; background-color: transparent; font-family: "Comic Sans MS",sans-serif ; color : white; caption-side: top; }
option    { text-align: center; }

/*
img.mega  { background: left center no-repeat url(/JulNyt/grafik/juletrae.gif) }
*/

div.reklame
{
    position: relative;
    text-align: center;
    margin: 60px 50px 50px 50px;
    padding: 20px 10px 20px 10px;
    border-color: red; border-style: groove; border-width: 10px;
}

div.reklame div.heading
{
    position: absolute; top: -38px; left: 0px; width: 100%;
    text-align: center ;
}

p.nystruct
{
	border-color: red;
	border-width: 20px;
	border-style: double;
	padding: 20px;
	margin: 0px;
}

/* SlideShow */
dd.slideshow { text-align: center; }
ul.slideshow , ul.slideshow li 
{
    display: inline;
    margin: 0px ; border: 0px ; padding: 0px ;    
}
ul.slideshow img { margin: 5px; }

img.slide
{
    margin: 0px ; border: 0px ;
    padding: 75px 112px 75px 113px ;
    width: 225px ; height: 150px ;
}

img.slide225
{
    margin: 0px ; border: 0px ; padding: 0px ;
    background-image: url() ;
    width: 225px ; height: 150px ;
}

img.slide450
{
    margin: 0px ; border: 0px ; padding: 0px ;
    background-image: url() ;
    width: 450px ; height: 300px ;
}

select.slideshow , input.slideshow { margin-right: 20px; }

div.slideshow { position: relative; }

div.index
{
    position: absolute ;
    top: 49px ; left: -10px ;
    float: left ;
    width: 120px; height: 465px ;
    overflow: auto ;
    display: none ;
}

p.slideshow
{
    border: 5px solid red ;
    width: 450px ; height: 5px ;
    background: green ;
    margin-top: -1em ;
}
