/* CSS Layout */

body
{
margin:0;
background:#F5F5F5;
}

.breadcrumb {
padding-left:6px;
padding-top:6px;
font-family: Arial;
font-size: 11px;
color: #333333;
}

#pfad
{
position:absolute;
margin-left:1px;
top:78px;
background:url(../images/bg_breadcrumbs.png);
background-repeat:no-repeat;
height:26px;
width:994px;
}

#bg_top
{
background:#397ca6;
width:100%;
height:104px;
}

#logo
{
position:absolute;
top:8px;
}

#main
{
position:absolute;
top:104px;
width:1000px;
height:827px;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
border-bottom:1px solid #DDDDDD;
border-top:0px;
background:#FFFFFF;
}

#menu_left
{
position:absolute;
top:15px;
margin-left:7px;
width:171px;
height:auto;
}

#menu_right
{
position:absolute;
top:15px;
margin-left:822px;
width:107px;
}

.menu_header
{
background:url(../images/header_menu_1.png);
background-repeat:no-repeat;
width:171px;
height:43px;
font-family:Arial, sans-serif;
font-size:11px;
font-weight:600;
color:#FFFFFF;
text-indent:30px;
padding-top:11px;
}





#content-container
{
position:absolute;
margin-left:183px;
top:18px;
width:632px;
height:672px;
border:1px solid #E8E8E8;
}

.content
{
font-family:Arial, sans-serif;
font-size:11px;
color:#333333;
padding:10px;
}

.menu
{
background:url(../images/back_menu.png);
width:171px;
height:auto;
font-family:Arial, sans-serif;
font-size:11px;
font-weight:600;
color:#FFFFFF;
text-indent:17px;
line-height:20px;
}

.menu_bottom
{
background:url(../images/bottom_menu.png);
background-repeat:no-repeat;
width:171px;
height:9px;
}

.content_header
{
background:#4C9EBC;
width:628px;
height:20px;
font-family:Arial, sans-serif;
font-size:11px;
font-weight:600;
color:#FFFFFF;
margin:2px;
text-indent:6px;
padding-top:4px;
}

