* {margin: 0; padding: 0;}


body {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: #333;
    background: url('../images/bg.gif') left 20px repeat-x;
    padding-top: 20px;
}

#page-wrapper {
    text-align: center;
    width: 100%;
}

p {margin-bottom: 10px;}

.align-right {text-align: right;}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

#content {
    background: url('../images/portal_bg.jpg') no-repeat;
    width: 1001px;
    height: 800px;
    text-align: left;
    margin: 0px auto 35px auto;
    position: relative;
}



a.link_startseite {
    display: block;
    width: 550px;
    height: 100px;    
    position: absolute;
    top: -15px;
    left: 225px;
}
    
.box_content{
    width: 500px;
    height: 150px;
    float: left;
    display: inline;
    margin: 575px 0px 0px 260px;   
    position: relative; 
}

.box_left {
    float: left;
    display: inline;
    width: 210px;
}

.box_right {
    float: right;
    display: inline;
    width: 210px;   
    margin-right: 20px; 
}

.box_content a{
    background: url('../images/list_more_icon.gif') right 1px no-repeat;
    padding-right: 15px;
    color: #005AA3;
    display: inline;
    font-weight: bold;
}

.box_content a.link_1,
.box_content a.link_2 {
    background: none;
    padding: 0px;
    display: block;
    width: 235px;
    height: 75px;    
    position: absolute;
    top: -93px;
}


.box_content a.link_1 {left: -8px;}
.box_content a.link_2 {left: 255px;}


#footer {
    clear: both;
    width: 1001px;
    height: 30px;    
    float: left;
    margin: 50px 0px 0px 0px;
    text-align: center;
}


#footer a {
    text-decoration: none;
    color: #999999;
    font-size: 11px;
}


#footer a:hover {text-decoration: underline;}