﻿img,div {
    xbehavior:url(/iepngfix.htc);
}

body {
    background-color:#fff;
    background-image:url(/gfx/backdrop.gif);
    background-position:center top;
    background-repeat:repeat-x;
    margin:0px;
    font-family:Trebuchet MS;
    font-size:13px;
    color:#666;
    overflow-x:hidden;
    overflow-y:auto;
}

/* standard element styling reset */

img {
    border:none;
}
p {
    margin:0px;
    margin-bottom:8px;
    line-height:18px;
}
form {
    margin:0px;
    padding:0px;
}
a {
    color:#2c7aab;
}

/* site styling */

#containerGlow {
    position:absolute;        
    margin-left:50%;
    left:-465px;
    top:0px;
}
    
#container {
    width:847px;
    height:580px;
    position:relative;        
    margin-left:auto;
    margin-right:auto;
    xborder:solid 1px red;
}

#masterPage {
    width:846px;
    height:480px;
    position:absolute;
    left:0px;
    top:90px;
    background-image:url(/gfx/gradient.png);
    background-position:left top;
    background-repeat:repeat-x;
    background-color:#dddddd;
}

#pageBottom {
    position:absolute;
    left:0px;
    top:480px;
}

#pageFooter {
    color:#aaa;
    font-size:11px;
    position:absolute;
    left:0px;
    top:510px;
    width:786px;
    text-align:left;
    padding-right:30px;
    padding-left:30px;
}
#pageFooter a {
    color:#9bc2da;
}

#logo {
    position:absolute;
    top:17px;
    left:17px;
}

#smiley {
    position:absolute;
    top:40px;
    left:600px;
}


/* navigation */
    
#tabBar {
    height:50px;
    width:846px;
    background-image:url(/gfx/tab_0.png);
    overflow:hidden;
    position:absolute;
    top:0px;
    left:0px;
}
    
#tabs {
    margin:0px;
    padding:0px;  
    font-size:13px;
    font-weight:bold;
    width:850px;
    color:#d4f0f7;
}
#tabs li {
    margin:0px;
    padding:0px;
    list-style-type:none;
    float:left;
    margin-right:1px;
    width:120px;
    height:28px;
}



/* content blocks */

#columns {
    position:absolute;
    left:30px;
    top:285px;
}
.column {
    position:absolute;
    width:242px;
}
#column1 {
    left:0px;
}
#column2 {
    left:272px;
}
#column3 {
    left:544px;
}


#columns ul {
    margin:0px;
    padding:0px;
}
#columns li {
    margin:0px;
    padding:0px;
    margin-left:20px;
    margin-bottom:5px;
    list-style-type:square;
}

h1 {
    color:#555;
    margin:0px;
    margin-bottom:10px;
    font-family:Times;
    font-style:italic;
    font-weight:normal;
    font-size:28px;
}

.colTable td {
    padding-right:20px;
    padding-bottom:3px;
}
.colTableSmallPad td {
    padding-right:10px;
    padding-bottom:3px;
}

.textfield {
    font-family:Trebuchet MS;
    font-size:11px;
    padding:1px;
    width:150px;
}
.submitButton {
    width:80px;
    margin-top:10px;
}   


#splash {
    position:absolute;
    left:560px;    
    background-image:url(gfx/bgaktuelt.png);
    background-repeat:no-repeat;
    width:216px;
    height:186px;
    top:0px;
    color:#fff;
}
#splash p {
    font-size:12px;
    line-height:15px;
}
#splashpad {
    padding:15px;
    padding-top:10px;
}
#splash h2 {
    text-align:center;
    margin:0px;
    margin-bottom:8px;
    font-family:Times;
    font-style:italic;
    font-weight:normal;
    font-size:24px;
}
#splashpad a {
    color:#ddd;
}