body {
margin: 0px;
margin-left: 60px;
margin-top: 160px;
background-image: url(../images/backgorund.jpg);
background-repeat: no-repeat;
}

.main {
width: 773px;
height: 383px;
}

.header {
width: 773px;
height:26px;
background-image:url(../images/head_line.jpg);
background-repeat: no-repeat;
}

.left{
height: 357px;
width: 146px;
float: left;
background-image: url(../images/left_bar.jpg);
background-repeat: no-repeat;
}

.content {
height: 357px;  /*-padding*/
width: 627px;  /*-padding*/
float: left;
background-image: url(../images/content.jpg);
background-repeat: no-repeat;
}

.content_div{
padding: 0px;
}


.left_image {
padding-left: 20px;
}

/*=============================================

Formatierung

==============================================*/

.menu_head {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-align: right;
padding-right: 20px;
padding-top: 5px;
}

.menu {
padding-left: 20px;
padding-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 25px;
}

.menu a:link, .menu a:visited {
text-decoration: none;
color: #513018;}

.menu a:hover {
text-decoration: underline;
color: #876e5c;}

.menu_head a:link, .menu_head a:visited {
text-decoration: none;
color: #513018;}

.menu_head a:hover {
text-decoration: underline;
color: #876e5c;}

.copyright {
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
text-align: center;
margin-top: 20px;
width: 773px;
}

img{
border:none;}