html, body {
    font-family: "Trebuchet MS", Verdana, Arial, sans;
    font-size: 11px;
    line-height: 16px;
    color: Black;
    background-image: url(http://www.think-in.de/templates/bg_balken.gif);
    background-repeat: repeat-y;
}

h1 {
    font-size: 26px;
    font-weight: lighter;
    line-height: 30px;
    margin-top: 0;
}

h6 {
    font-size: 9px;
    font-weight: normal;
    margin: 0;
}

a {
    color: #353553;
}

a:hover {
    color: #AAAAAA;
}

hr {
    border: 1px solid #AAAAAA;
}













#logo {
    position: absolute;
    left: 40px;
    top: 10px;
}

#menutrenner {
    position: absolute;
    left: 30px;
    top: 180px;
    width: 200px;
    height: 60px;
    background-image: url(../templates/menutrenner.gif);
}

#menu {
    position: absolute;
    left: 30px;
    top: 250px;
    width: 200px;
}

#menu a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding: 3px 10px;
}

#menu a:hover {
    background-color: #aaaaaa;
}

#menu .submenu a {
    font-size: 12px;
    line-height: 13px;
    padding-left: 20px;
}

.submenu {
    margin-bottom: 10px;
}

#content {
    position: absolute;
    left: 250px;
    top: 10px;
}

.hinweisbox {
    float: left;
    border: 2px solid #353553;
    background-color: #8C8CE2;
    padding: 10px;
}

.zweiSpaltig {
    width: 350px;
    float: left;
    padding: 5px;
    background-color: #CCCCCC;
    margin: 0 10px 20px 0;
}










/*********************************************************************
*********************************************************************/
.ausgabenDownload {
    position: relative;
    float: left;
    margin: 5px;
    width: 216px;
    height: 304px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    color: #ffffff;
    background-repeat: no-repeat;
}

.ausgabenDownload div {
    position: absolute;
    top: 350px;
    height: 40px;
    width: 201px;
    background-image: url(../templates/bg_schwarz_transparent.png);
    padding: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

.ausgabenDownload:hover div {
    top: 250px;
}

.ausgabenDownload div span {
    background-image: url(../templates/pdf_icon.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 20px;
}

/* 
.ausgabenDownload img {
    border-width: 0;
}

.ausgabenDownload a {
    text-decoration: none;
    line-height: 20px;
} */









/*********************************************************************
 Gewinnspiel
*********************************************************************/
#gewinnspielformular #felder input {
    width: 70px;
    height: 30px;
    padding: 20px 0;
    background-color: #CCCCCC;
    text-align: center;
    font-size: 24px;
    
    /* Für Mozilla und Webkit */
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    /* Nach CSS 3: */
    border-radius: 35px;
    
    border: 1px solid;
}