body
{
    margin: 0 auto;
    padding: 0px;
    background-color: #cccccc;
    font: 12px/16px "Comic Sans MS";
    text-align: center;
}

html
{
    overflow: auto;
}

img
{
    border: 0px;
    margin: 3px;
}

h1
{
    color: #003300; /*mørkegrøn tekst overskrift*/
    font: 18px/36px;
    text-align: center;
    margin-top: 5px;
}
.h1
{
    color: #FFFFFF; /*hvid overskrift*/
    font: 18px "Comic Sans MS";
    text-align: center;
    padding-top: 0px;
    padding-bottom: 5px;
}

h2
{
    color: #003300; /*mørkegrøn afsnits overskrift*/
    font: 16px/32px;
    text-align: center;
    margin-top: 12px;
}

h3
{
    color: #003300; /*mørkegrøn overskrift*/
    font: 14px/22px;
    text-align: left;
}

p
{
    margin: 20px;
}
.style1
{
    color: #FF0000;
}


#container
{
    margin: 0px auto;
    width: 955px;
    height: 700px;
    text-align: center;
}


#banner
{
    margin: 0 auto;
    width: 955px;
    height: 90px;
    text-align: center;
    background-image: url(../images/banner-top.png);
}


/* definering af indholdets udseende*/
#content
{
    width: 955px;
    height: auto;
    float: left;
    text-align:left;
}

/*.flade1{
	width:					300px;
	height:					20px;
	padding: 				4px;
	background-color:		#669966; //jade grøn baggrund//
	}*/

.flade2
{
    width: 290px;
    height: 20px;
    padding: 3px;
    background-color: #779966; /*støvet grøn baggrund*/
}

.space
{
    width: auto;
    height: 20px;
    padding: 2px;
    background-color: #CCCCCC; /*luft*/
}

#spalte1
{
    /*venstre spalte*/
    width: 296px;
    float: left;
    text-align: left;
}

#spalte2
{
    /*midter spalte*/
    width: 290px;
    margin-left: 5px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

#spalte3
{
    /*højre spalte*/
    width: 296px;
    float: right;
    text-align: left;
}

.textbox
{
    /*til dk_genetik.php */
    width: 375px;
    margin-left: 20px;
    text-align: left;
}

#opstilling
{
    /* hanner, hunner, killinger */
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#opstilling td{width:300px;text-align:center;}

/* menu definering*/
#indentmenu
{
    /* menu tekst*/
    font: 16px "Comic Sans MS" bold #FFFFFF;
    width: 955px;
    text-align: center;
    float: left;
    margin-bottom: 10px;
}

#indentmenu ul
{
    margin: 0; /*menu design*/
    padding: 0;
    float: left;
    width: 100%;
    background: url(../images/indentbg1.jpg) center center repeat-x;
}

#indentmenu ul li
{
    display: inline;
}
#indentmenu ul li a
{
    float: left;
    color: #333333; /*mørk grå links*/
    padding: 4px 25px;
    text-decoration: none;
    border-right: 0px;
}
#indentmenu ul li a:visited
{
    color: #003300;
}
#indentmenu ul li a: hover, .indentmenu ul li .current
{
    color: #009966 !important; /*turkisblå links*/
    padding-top: 6px;
    padding-bottom: 4px;
    background: url(../images/indentbg2.jpg) center center repeat-x;
}


/* definering af almindelige links*/
a:link
{
    color: #999900; /*oliven grøn  links*/
}
a:visited
{
    color: #003300; /*turkisblå links*/
}

#footer
{
    width: 955px;
    height: 20px;
    background-color: #779966;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    clear: both;
}


/* style for gallery siden*/
/*  sæt størrelse og bgfarve på galleriet */
#gallery
{
    margin: 0px auto;
    width: 728px;
    height: 430px;
    padding: 10px;
    border: 1px solid #333;
    background: #888;
    position: relative;
}

#gallery b.default
{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 548px;
    height: 430px;
    text-align: center;
}

#gallery b.default img
{
    display: block;
    margin: 0px auto 10px auto;
    border: 1px solid #eee;
    border-color: #555 #ddd #eee #333;
}

#gallery b.default span
{
    display: block;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    width: 350px;
    margin: 10px auto;
}

#gallery ul
{
    /*small pictures*/
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 180px;
    position: relative;
    float: right;
}

#gallery ul li
{
    display: inline;
    width: 52px;
    height: 52px;
    float: left;
    margin: 0px 0px 5px 5px;
}

#gallery ul li a
{
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border: 1px solid #000;
    border-color: #eee #555 #333 #ddd;
}

#gallery ul li a span
{
    /*ingen tekst til små billeder*/
    display: none;
}

#gallery ul li a img
{
    display: block;
    width: 50px;
    height: 50px;
    border: 0px;
}

#gallery ul li a:hover
{
    white-space: normal;
    border-color: #555 #ddd #eee #333;
    background: #777;
}

#gallery ul li a:hover b
{
    position: absolute;
    left: -548px;
    top: 0px;
    width: 548px;
    height: 430px;
    text-align: center;
    background: #888;
    z-index: 20;
}

#gallery a:hover span
{
    display: block;
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    width: 350px;
    margin: 0px auto;
}

#gallery ul li a:hover img
{
    margin: 0px auto 10px auto;
    width: auto;
    height: auto;
    border: 1px solid #eee;
    border-color: #555 #ddd #eee #333;
}

#gallery ul li a:active, #gallery ul li a:focus
{
    white-space: normal;
    border-color: #555 #ddd #eee #333;
    background: #777;
}

#gallery ul li a:active b, #gallery ul li a:focus b
{
    position: absolute;
    left: -548px;
    top: 0px;
    width: 548px;
    height: 430px;
    text-align: center;
    background: #888;
    z-index: 10;
}

#gallery ul li a:active span, #gallery ul li a:focus span
{
    display: block;
    color: fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    width: 350px;
    margin: 0 auto;
}

#gallery ul li a:active img, #gallery ul li a:focus img
{
    margin: 0 auto 10px auto;
    width: auto;
    height: 350px;
    border: 1px solid #eee;
    border-color: #555 #ddd #eee #333;
}

#next
{
    width: 120px;
    margin: 15px; /*menu design*/
    padding: 15px;
    text-align: left;
    float: right;
    text-decoration: none;
    display: inline;
    clear: both;
}

#next a
{
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    display: inline;
    border-right: 0px;
}

#next a:visited
{
    color: #FFFFCC;
}
#next a: hover, .next.current
{
    color: #009966 !important; /*turkisblå links*/
    padding-top: 6px;
    padding-bottom: 4px;
}

