﻿body {
	margin-top: 1px;
	background-image: url(images/bg01.jpg);
	background-repeat:repeat-x;
	background-color: #F5F6D4;
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
}
h1
{
    font-size: 18px;
}
.Stil1 {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
.Stil3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#container{
    margin: auto;
    width:775px;
}
#containerHeader{
    width:775px;
}
#containerNavi{
    width:775px;
}
#containerContent{
    width:775px;
    background: url(images/content_bg.gif) repeat-y;
    position:relative;
    MIN-HEIGHT: 500px;
    height:auto !important;
    float:left;
}
#containerContentLeft{
    width:238px;
    height:auto;
    POSITION: absolute;
    left:0px;
    top:0px;
    background-color:#cde855;
}
#containerContentLeft UL
{
    PADDING-TOP: 30px;
    LIST-STYLE-TYPE: none;
    TEXT-ALIGN: left  
}
#containerContentLeft UL LI
{
    padding-bottom:8px;
}
#containerContentLeft UL LI A
{
    color:white;
    font-size: 16px;
}
#containerContentRight{
    width:517px;
    padding-bottom:50px;
    padding-top:10px;
    padding-left:248px;
    padding-right:10px;
    FLOAT: right;

}




#footer{
    background-color: #000000;
    padding-top:8px;
    padding-right:5px;
    height:22px;
    width:770px;
    background: url(images/footer_bg.jpg);
    color:white;
    text-align:right;
    clear:both;
}
#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
