body,html,table,td {
line-height: 150%;
font-family: "Arial CE", Arial, Tahoma, Verdana;
font-size: 13px;
color: #333;
}

a {
text-decoration: none;
color:steelblue;
}

a:hover {
color: orangered;
text-decoration: underline;
}

#container
{
margin: 0px;
background-color:#f7f2ea;
color: #333;
line-height: 120%;
font-family: "Arial CE", Arial, Tahoma, Verdana;
font-size: 13px;
width: 772px;
}

#top
{
width: 772px;
height: 142px;
background: url(./grafika/top.jpg) no-repeat left;
float:left;
}

#top p
{
margin:24px;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
font-size: 36px;
font-variant: small-caps;
color: white;
}


.content
{
width: 616px;
float: left;
padding: 8px;
background:#f7f2ea;
}

#footer
{
clear: both;
border-top: 1px solid #AAA;
float: left;
width:99%;
text-align: center;
color: #AAA;
margin: 0;
padding: 4px;
}

.menu
{
float: left;
clear: both;
width:140px;
background: #f7f2ea;
}

#navcontainer
{
background: #f0e7d7;
margin: 0 0 0 0;
padding: 2px 0;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 0 0 0;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
width: 140px;
}

ul#navlist li a
{
display: block;
padding: 8px 16px 8px 16px;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background:#f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

h1 {
margin: 0 0 8px 0;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
border-bottom: 1px dotted #AAA;
padding: 8px 8px 18px 0px;
font-size: 22px;
font-variant: small-caps;
color:#396847;
font-weight: lighter;
}

h2 {
margin: 0 0 8px 0;
font-size: 16px;
font-variant: small-caps;
padding: 8px;
border-bottom: 1px solid #AAA;
color:#5d8363;
}

.menutools_akt {
padding: 4px 16px 7px 16px;
color:#800000;
text-decoration:none; 
background-color:#f0e7d7;
border: 1px solid tan;
margin: 0px 2px 1px 0px;
}

.menutools_nakt {
padding: 4px 16px 4px 16px;
text-decoration:none; 
background-color:#f7f2ea;
border: 1px solid tan;
margin: 0px 2px 1px 0px;
}

