img, div {
    behavior: url(/iepngfix.htc);
}

body {
    background-image: url('/images/hintergrund.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}

a {
    color: #000000;
}

img {
    border: none;
}

h1 {
    font-size: 140%;
    font-weight: bold;
    color: #ed1b23;
}

h3 {
    font-size: 105%;
    color: #ed1b23;
}

p {
    text-align: justify;
}

abbr {
    border: none;
}

#header {
    margin: auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 130px;
    background-image: url('/images/roterbalken.png');
    width: 1000px;
}

#footer {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 137px;
    background-image: url('/images/footer_hintergrund.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

#container {
    margin: auto;
    height: 100%;
    width: 1000px;
    position: relative;
    top: 145px;
}

#logo {
    position: relative;
    left: 40px;
    top: -140px;
}

#networking_buttons {
    top: -25px;
    text-align: center;
    position: absolute;
    width: 170px;
    padding-right: 12px;
    height: 50px;
    right: 15px;
}

#sponsorbox {
    right: 10px;
    font-size: 80%;
    position: absolute;
    height: 80px;
    text-align: right;
    bottom: 3px;
    color: #ffffff;
    width: 235px;
}

#sponsorbox a {
    margin-left: 5px;
    color: #ffffff;
    float: right;
}

#date_image {
    position: absolute;
    top: 3px;
    left: 310px;
}

#networking_buttons > a {
    margin-right: 5px;
}

#menu_bar {
    width: 1100px;
    margin: auto;
    position: relative;
    bottom: 112px;
}

#content {
    margin: auto;
    padding: 3%;
    min-height: 600px;
    height: 100%;
}

#twitter_widgets {
    float: right;
    height: 600px;
    width: 300px;
    padding-left: 20px;
    text-align: right;
}

#flash_box {
    position: absolute;
    top: -135px;
    right: 30px;
    width: 600px;
    height: 70px;
    color: #8b0000;
    background-color: #ffffff;
    font-weight: bold;
    border: 2px solid #c9e6f6;
    padding: 1%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity = 50);
}

#login_indicator {
    position: absolute;
    top: -38px;
    right: 200px;
    height: 20px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: smaller;
    border: 2px solid #c9e6f6;
    padding: 0.5% 1%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity = 50);
    text-align: center;
}

#login_indicator a {
    color: #000000;
}

#microformats_button {
    position: absolute;
    left: 20px;
    bottom: 5px;
}

#partner_logos {
    position: absolute;
    left: 120px;
    bottom: 2px;
    padding: 0px 2px;
}

#banner_banner_box {
    margin-bottom: 10px;
}

#ie6_info_box {
    font-size: small;
    color: #ff0000;
    border-left: 1px solid #ff0000;
    padding-left: 10px;
}

#ie6_info_box a {
    color: #ff0000;
}

.grid_table {
    width: 590px;
}

.grid_table_cell4 {
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 25%;
}

.grid_table_cell5 {
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 20%;
}

.smaller {
    font-size: 80%;
}

.checklist_image {
    float: left;
    margin-right: 30px;
}

.checklist_clear {
    clear: left;
}

.search_table {
    border: none;
    border-spacing: 10px;
}

.homepage_thumbnail {
    padding: 0px 10px;
}

#admin_menu {
    margin-bottom: 10px;
}

.homepage_countdown {
    color: #ed1b23;
    font-size: 105%;
    font-weight: bold;
    text-align: center;
}

.homepage_countdown > span {
    text-shadow: 1px 1px 3px #808080;
    filter: DropShadow(color = #808080, offx = 1, offy = 1);
    font-size: larger;
}


