/* CSS Document */
body
{ background-color:#EEE;
}

#menu_proper
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:smaller;
margin-bottom: 1em;
height: 7em;
color: gray;
}

div.menuhr
{
position: relative;
left: 2.5em;
width: 25em;
height: 0.1em;
border-top: 1px solid gray;
}

span.news
{
font-size:smaller;
}

#body_text
{
position: relative;
background-color: #FFFFFF;
height: 30em;
width: 30em;
border: 1px solid gray;
padding: 10px;
}

p.body_text_inside
{
padding-left: 2em;
font-family:Arial, Helvetica, sans-serif; font-size: smaller;
}

li.body_list
{
font-family:Arial, Helvetica, sans-serif; font-size: smaller;
}

td.order
{
font-family:Arial, Helvetica, sans-serif; font-size: smaller;
}

div.menu
{
border-left: 1px solid gray;
}

a.menu_link:link
{
color: gray;
text-decoration:none;
}
a.menu_link:visited
{
color: gray;
text-decoration:none;
}
a.menu_link:hover
{
color:#660000;
background-color:#CCCCCC;
}



a.body_link:link
{
text-decoration: none;
color:#660000;
}
a.body_link:visited
{
text-decoration: none;
color:#660000;
}
a.body_link:hover
{
text-decoration: underline;
color:#660000;
background-color:#DDD;
}



div.heading
{
font-size:x-large;
font-weight:bolder;
width: 5em;
color: gray;
border-right: 1.2em solid gray;
}



div.heading_stripe
{
border-bottom: 1px solid gray;
width: 28em;
position: relative;
left: 1em;
padding: 2px;
}

div.subtitle
{
padding-left: 1.5em;
float: left;
color: gray;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

