﻿
div.pnlSearch, div.pnlMain, div.pnlContent
{
    float:left;
}

div.pnlSearch
{
    width:28%;
    max-width:290px;
    height:100%;
    position:relative;
    background-color:#eceded;
    overflow:hidden;
}


div.pnlMain
{
    width:71%;
    height:100%;
    position:relative;
    background-image:url(/img/home.jpg);
    background-position:bottom left;
}



div.pnlRightBorder, div.pnlLeftBorder
{
    width:32px;
    height:100%;
    background-repeat:repeat-y;
    z-index:1000;
    position:absolute;
}


div.pnlLeftBorder
{
    /*background-image:url(/img/borderLeft.gif);
    background-position:left top;*/
    left:0px;
    top:0;
    border-left:black 1px solid;
}


div.pnlRightBorder
{
    /*background-image:url(/img/borderRight.gif);
    background-position:left top;*/
    right:0px;
    top:0;
    background-color:#eceded;
    border-left:black 1px solid;
}


div.pnlContent
{
    width:99.7%;
    height:100%;
    
}

div.homeBox
{
    right:0px;
    position:absolute;
    margin-top:80px;
    width:500px;
    color:black!Important;
}

div.pnlContentBox
{
    height:120px;
    background-color:white;
    opacity: .5;
	filter: alpha(opacity=50);
    margin-top:14px;
    overflow:visible;
    padding:10px;
    padding-right:40px;
    letter-spacing:0;
}

div.pnlContentBoxitem1
{
    
    height:113px;
    background-color:white;
    opacity: .5;
	filter: alpha(opacity=50);
    overflow:visible;
    padding:10px;
    padding-left:120px;
    padding-right:40px;
    letter-spacing:0;
}

div.imgRegBtn
{
    background-image:url(/img/home/Button_registrieren.png);
    background-repeat:no-repeat;
    width:136px;
    height:147px;
    top:-50px;
    right:390px;
    position:absolute;
    z-index:100;
    cursor:pointer;
    
}

div.pnlSummary
{
    bottom:10px;
    color:white;
    font-size:11px;
    letter-spacing:1px;
    position:absolute;
    right:60px;
}
