body {
 font-family: georgia, serif;
 margin: 2em;
 text-align: center;
}
a {
 font-weight: bold;
 color: #999;
 text-decoration: none;
}
a:hover {
 color: #000;
 text-decoration: underline;
}
a:visited {
 font-weight: normal;
}
label {
 width: 9em;
 float: left;
}
.input {
 float: left;
 margin: 1px;
}
.submit {
 text-align: right;
}
.mailform {
 width: 400px;
}
.input, .mailform textarea
{
 border-top: 1px solid #333;
 border-left: 1px solid #333;
 border-bottom: 2px solid #333;
 border-right: 2px solid #333;
}
#menu ul {
 list-style: none;
 margin: 0;
 padding: 0 0 0.25em 0.5em;
 border: none;
}
#menu li {
 margin: 0;
 padding: 0.2em 0.5em 0 0;
}
#menu li a {
 display: block;
 width: 100%;
 color: #ccc;
 text-decoration: none;
 font-weight: normal;
}
#menu li a.current {
 color: #000;
}
#container {
 width:620px;
 margin:auto;
 text-align: left;
}
#leftmenu{
 float:left;
 width: 150px;
 height: 165px;
 background: url("/cms/noname/images/menu_back.gif") no-repeat;
 padding: 10px;
}
#yah {
 background: url("/cms/noname/images/horizont.gif") repeat-x;
 padding-bottom: 4px;
}
#main {
 float: right;
 width: 450px;
 border-bottom: double 3px black;
}
#footer a {
 font-size: 11px;
}
#footer {
 text-align: right;
 clear: right;
}
