html, * {
   padding:0;
   margin:0;
 }

body {
background-color: #cac2c2;
font-size: 12px;
line-height: 140%;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#5f3737;
padding:0;
margin:0;

scrollbar-arrow-color: #5f3737;
scrollbar-base-color: #e8dcdc;
scrollbar-track-color:  #e8dcdc;
scrollbar-face-color:  #e8dcdc;
scrollbar-highlight-color: #e8dcdc;
scrollbar-3dlight-color: #5f3737;
scrollbar-darkshadow-color: #e8dcdc;
scrollbar-shadow-color: #5f3737;

}

#navi a:active, #navi a:visited, #navi a:link {
font-weight: bold;
font-size: 13px;
color:#5f3737;
text-decoration:none;
}

#navi a:hover {
font-weight: bold;
font-size: 13px;
color:#ffffff;
background-color: #5f3737;
}

#navi ul {
margin: 0;
padding:0;
list-style-type: none;
text-align: center;
}

#navi li{
display: inline;
}

a:active, a:visited, a:link {
font-weight: bold;
font-size: 12px;
color:#5f3737;
text-decoration: none;
}

a:hover {
font-weight: bold;
font-size: 12px;
text-decoration: underline;
}

#container {
    background-color: #e6e1d6;
    width: 950px;
	height: 575px;
	margin: 20px auto;
	padding: 0;
	border: 1px solid #ffffff;
}

#left {
background: url(left.jpg) no-repeat;
background-color: #E6E6FA;
float: left;
width: 150px;
height: 575px;
}

#side {
background: url(sidepic1.jpg) no-repeat;
background-color: #E6E6FA;
width: 150px;
height: 575px;
float: left;
}


#middle {
float: left;
}

#header {
background-color: #4c607e;
background-image: url(header.jpg);
height: 100px;
width: 650px;
}

#navi {
background-color: #cab8b8;
border-bottom: 1px solid #ffffff;
width: 650px;
height: 20px;
}

#content {
background-color: #e8dcdc;
height: 437px;
width: 610px;
padding: 0 20px;
overflow: auto;
}

#footer {
font-size: 11px;
background-color: #cab8b8;
border-top: 1px solid #ffffff;
width: 650px;
height: 16px;
color: #8b8b83;
text-align: right;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}

.aleft {
text-align: left;
}

.aright {
text-align: right;
}

.clear {
clear: both;
}

p {
margin-top:10px;
}

.bild {
margin-top: 25px;
}

.cash {
margin-top: 55px;
}

b {
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    text-decoration:none;
    letter-spacing: 0;
    color: #5f3737;
	}

a {
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    text-decoration:none;
    letter-spacing: 0;
    color: #ffffff;
	}