﻿/****************************\
| Window Style               |
\****************************/

#window {
width: 710px;
border-style: outset;
border-width: 5px;
border-color: #EEEEEE;
background-color: #F9F9F9;
}

a {
text-decoration: none;
}

input, select, textarea, option, p, td, body {
font-family: sans-serif;
}

body {
width: 710px;
background-color: #bbcced;
text-align: center;
margin: 0 auto;
padding: 10px 20px;
/* height: 100%; */
}

#main {
/* height: 100%; */
background-image: url(https://bhanderi.dk/images/menu_fill.jpg);
background-repeat: repeat-y;
}

/****************************\
| Menu Style                 |
\****************************/

#menu_container {
float: left;
width: 110px;
/* height: 100%; */
background-color:#CADEF4;
font-size: 95%;
}

#menu {
padding: 4px;
text-align: left;
// width: 100%; /* IE hack for color filtering. Leading comment needed! */
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr= '#F9F9F9',endColorStr= '#CADEF4',gradientType= '0');
}

#menu_fill {
text-align: left;
padding-left: 4px;
}

#menu a {
// width: 100%; /* IE6 hack for block link. Leading comment needed! */
cursor: pointer;
color: #000000;
display: block;
}

#menu a:hover {
border: 1px solid #CCCCCC;
padding: 5px 3px 5px 3px;
background-color: #E5E5E5;
text-decoration: none;
}

.menu_category {
display: block;
font-weight: bold;
padding: 6px 4px 6px 4px;
vertical-align: middle;
}

.menu_emphasize {
display: block;
border-bottom: 2px solid #999999;
border-right: 2px solid #999999;
font-weight: bold;
padding: 6px 4px 4px 2px;
}

.menu_item {
display: block;
padding:6px 4px 6px 4px;
font-weight: normal;
font-size: 80%;
text-indent: 5px;
}

/****************************\
| Contents Style             |
\****************************/

#contents {
font-family: sans-serif;
padding: 20px 10px 20px 20px;
margin-left: 110px;
text-align: left;
}

#contents a:hover {
color: red;
}

/****************************\
| Header Style               |
\****************************/

#header, #header td {
background-color: #1E77D3;
text-align: right;
padding-right: 10px;
margin-right: 2px;
}

#header .title {
color: white;
font-size: 120%;
}

/****************************\
| Footer Style               |
\****************************/

#footer {
width: 100%;
text-align: center;
font-size: 60%;
padding-bottom: 10px;
clear: both;
}

#footer hr {
border: 2px ridge #CADEF4;
width: 80%;
height: 4px;
margin-top: 10px;
}
