body {
    margin:0;
    padding:0;
    /*scrollbar-base-color: #CCC;
	scrollbar-track-color: #F5F5F5;
	scrollbar-face-color: #E8E9EA;
	scrollbar-darkshadow-color: #555555;
	scrollbar-shadow-color: #BBB;
	scrollbar-arrow-color: #000000;*/
    background-color:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#25291B;
    line-height:16px;
    background-color:#efefef;
}

p {
    margin:0;
    padding:0;
}

table {
    border-collapse: collapse;
    border: none;
}

table td {
    padding: 0px;
    vertical-align: top;
}

table.layout {
    width: 980px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
}


.header {
    width: 980px;
    height: 114px;
}

.content {
    width: 980px;
    height: 486px;
    background-image: url(/_images/_portal/bg.jpg);
    background-repeat: no-repeat;
}


#auswahl {
    position:relative; 
    float:left;
    width:980px; 
    height:273px; 
    z-index:1; 
    left: 0px;
    top:87px;
}

#sprache {
    position:relative; 
    float:left;
    width:230px; 
    height:20px; 
    z-index:1; 
    left: 423px;
    top:40px;
}


#adresse {
    position:relative; 
    float:left;
    width:980px; 
    height:20px; 
    z-index:1; 
    left: 0px;
    top:165px;
    text-align: center;
}


a {
    color: #4F4F50;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

/* content */
.gelb{
    
    background-color:#F7C21A;
}

.blau{    
    background-color:#324875;
}

