/* Stylesheet til Magis v1.0 */

/***************************/
/* DEFINITION AF ELEMENTER */
/***************************/

body
{
text-align: center;
font-family: Segoe UI, Verdana, Trebuchet MS;
color: #000000;
background-color: #aea47e;
overflow: auto;
}

table
{
font-family: Segoe UI, Verdana, Trebuchet MS;
font-size: 1em;
color: #000000;
border: 0px;
}

td
{
border: 0px;
}

h1
{
font-family: Segoe UI, Verdana, Trebuchet MS;
font-size: 1.6em;
font-weight: normal;
text-decoration: none;
color: #000000;
}

h2
{
font-family: Segoe UI, Verdana, Trebuchet MS;
font-size: 1.2em;
font-weight: normal;
text-decoration: none;
color: #000000;
}

a:link {
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
}

a:visited {
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
}

a:active {
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
}

a:hover {
background-color: #000000;
color: #ffffff;
text-decoration: none;
font-style: normal;
font-weight: bold;
}


/*****************/
/* SIDENS SKELET */
/*****************/

#beholder
{
width: 790px;
height: 530px;
/**Udkommenterede marginindstillinger, der flytter siden ind på midten af skærmen. Fjernet pga. Artovenlighed. 
Erstattet af margin: 0 auto

margin-left: auto;
margin-right: auto;
margin-top: 25px;
**/
margin: 0 auto
padding: 0px;
text-align: left;
xborder: 1px solid white;
positi
}

#top
{
margin: 15px 0px 0px 0px;
padding: 0px;
height: 500px;
width: 150px;
float: left;
background-image: url("http://magis.dk/billeder/magis.gif");
}

#indhold
{
padding-left: 10px;
padding-right: 10px;
margin: 15px 0px 0px 0px;
width: 480px;
height: 500px;
overflow: auto;
float: left;
text-align: justify;
font-size: 0.9em;
background-color: #ffffff;
}

#menu
{
padding: 0;
margin: 0;
margin-bottom: ;
float: left;
width: 130px;
height: 530px;
background-image: url("billeder/grey.jpg");
font-family: Segoe UI, Verdana, Trebuchet MS;
font-size: 0.9em;
text-transform: uppercase;
}

#menu ul
{
margin-top: 15px;
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#menu a
{
display: block;
padding: 3px;
width: 130px;
background-color: grey;
xborder-bottom: 1px solid #ffffff;
font-style: normal;
}

#menu a:link, #menu a:visited
{
color: #ffffff;
text-decoration: none;

}

#menu a:hover
{
background-color: #000000;
color: #ffffff;
}