
/* 
    Created on : 10-10-2014, 05:45:23
    Author     : Jørn
*/

BODY {
	background-color:#E6E6DB;
       // background-color: aqua;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
        margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#baggrund{
    width: 630px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: thin;
    text-align: center;
    padding: 18px;
    background-color:#E6E6DB;
}


#top {
    width: 600px;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: thin;
    text-align: center;
    padding: 15px;
    background-color:#C5BD96;
}


#midten{
    width: 570px;
    height: 350px;
   // margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: thin;
    text-align: left;
    padding: 15px;
}

#bund {
   width: 616px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-width: thin;
    text-align: center;
    padding: 5px;
    background-color:#C5BD96;
}
A{
	font-size: 0.8em; 
	font-weight:normal;
	margin-left:15px;
	text-decoration: none;
       // color: #000080
}
A:link {color: #000080; text-decoration: underline;}
A:visited {color:#000000;}
A:focus {color: red;}
A:hover{color: red; text-decoration:none;}
A:active{color: #0000FF;
}
p{
   padding-left: 0px ;
   
}
.lillelinie{
     text-align: center;
     vertical-align: bottom;
     font-size: 0.8em;
}
#oensker{
    width: 630px;
    height: 530px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: thin;
    text-align: left;
    padding: 15px;
    background-color:#E6E6DB;
}
table{
   border: 0px double blue;
   table-layout: fixed;
   padding: 5px;
   width: 100% ;
}
th{ padding: 5px;
    
}
td{
    vertical-align: top ;
    padding: 5px;
}
.caption0{
    font-size: 18px ;font-style: italic; font-family: "verdana",sans serif; font-weight: normal;
}
.caption1{
    font-size: 0.7em;font-style: italic; font-family: "verdana",sans serif; text-align: right;
}