/* CSS Document */

body {
background-image: url(../images/rasen.jpg);
background-attachment:fixed;
 font-family:Verdana;
 font-size:11px;
 color: #ffffff;
 background-color:#CCCCCC;
}

#main {
width: 1000px;
margin: 0px auto;
text-align: left;
background-color: #2a4681;
border: 1px solid #000000;
}

h1 {font-size:16px;color:#ffffff; text-align: left; background-color: #213662; border-top:1px solid #f4c771;}
h2 {font-size:14px;color:#ffffff; }
h3 {font-size:12px;color:#ffffff; }
p {margin-top: 0px;}

a:link, a:visited, a:active, a:hover { 
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
  font-size:11px;
}

a:active, a:hover { 
 text-decoration:underline overline;
 color: #f4c771;
}

#title {
background-image: url(../images/title.gif);
background-position: top left;
background-repeat:no-repeat;
background-attachment:scroll;
height: 140px;
padding: 5px;
border-bottom:1px solid #f4c771;
margin: 10px 10px 20px 10px;
background-color: #213662;
}

#left, #right {
width: 175px;
color: #000000;
line-height:18px;
margin: 10px;
border: 1px solid #213662;
}

#left {
clear:right;
float:left;
}

#right {
float:right;
}

.menutitle
{
font-weight:bold;
color: #f4c771;
border-top:1px solid #f4c771;
margin-top:15px;
background-color: #213662;
}

#content {
float: left;
clear: none;
padding: 0px 10px 20px 10px;
width: 585px;
}

#footer {
background-image: url(../images/footer.gif);
background-position: left;
background-repeat:no-repeat;
text-align: center;
clear: both;
height: 50px;
padding: 5px;
border-top:1px solid #f4c771;
margin: 10px 10px 10px 10px;
background-color: #213662;
font-family:Verdana;
font-size:11px;
color: #ffffff;
}

table, tr, td {
text-align: left;
}

