/* stylesheet template with basic repeating stuff  2010 Alexander Franzelin */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    padding:0px;
    margin:0px;
}

html, body
{
    height:100%;
}

body
{
    text-align:center;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:11px;
    color:#42372c;
    background:url('../images/bg.jpg') no-repeat top center fixed;
}

:focus, :active
{
    outline:none;
}

h1, h2
{
    text-transform:uppercase;
    font-weight:bold;
    padding-bottom:15px;
}

h1
{
    font-size:20px;
}

h2
{
    font-size:11px;
}

a
{
    color:#42372c;
    text-decoration:none;
}

a:hover, li.active a
{
    text-decoration:underline;
}

a img
{
    border:none;
}

ul
{
    list-style:none;
}

fieldset
{
    border:none;
}


/* centered container */
#container
{
    text-align:left;
    margin:0 auto;
    width:973px;
}


#header
{
    height:235px;
    top:6px;
    position:relative;
}

#slideshow
{
    z-index:10;
    position:absolute;
    top:20px;
    left:100px;
    width:793px;
    height:213px;
    overflow:hidden;
}

#runtext
{
    z-index:20;
    position:absolute;
    top:38px;
    left:100px;
    width:793px;
    background:black;
    height:30px;
    color:#2f92cc;
    font-size:15px;
    font-weight:bold;
    line-height:30px;
}

#logo
{
    z-index:30;
    position:absolute;
    top:0;
    left:0;
}


#menu
{
    padding-left:100px;
    width:873px;
    overflow:hidden;
}

#menu ul
{
    width:808px;
    overflow:hidden;
    padding-top:16px;
    float:left;
}

#menu li
{
    float:left;
    padding-right:15px;
}

#menu li a
{
    display:block;
}


#menu-springen a
{
    background:url('../images/menu/springen_off.png') no-repeat top left;
    width:237px;
    height:60px;
}

#menu-springen a:hover, #menu-springen a.active
{
    background:url('../images/menu/springen_on.png') no-repeat top left;
}

#menu-bilder a
{
    background:url('../images/menu/bilder_off.png') no-repeat top left;
    width:109px;
    height:60px;
}

#menu-bilder a:hover, #menu-bilder a.active
{
    background:url('../images/menu/bilder_on.png') no-repeat top left;
}

#menu-alpencup a
{
    background:url('../images/menu/alpencup_off.png') no-repeat top left;
    width:239px;
    height:60px;
}

#menu-alpencup a:hover, #menu-alpencup a.active
{
    background:url('../images/menu/alpencup_on.png') no-repeat top left;
}

#menu-ueberuns a
{
    background:url('../images/menu/ueber_uns_off.png') no-repeat top left;
    width:161px;
    height:60px;
}

#menu-ueberuns a:hover, #menu-ueberuns a.active
{
    background:url('../images/menu/ueber_uns_on.png') no-repeat top left;
}


#home
{
    float:left;
    width:45px;
    padding-top:5px;
    padding-bottom:20px;
}

#home a
{
    display:block;
    padding-bottom:7px;
}

#main
{
    float:left;
}

#main.home
{
    width:755px;
    padding-left:65px;
}

#main.bilder
{
    width:605px;
    padding-left:15px;
    padding-right:15px;
    padding-top:25px;
    padding-bottom:20px;
    margin-bottom:15px;
    margin-left:105px;
    margin-right:30px;
    background:url('../images/bg-content.png') repeat;
    line-height:2em;
}

#main.bilder ul.gallery
{
    overflow:hidden;
    width:100%;
}

#main.bilder ul.fotogallery li
{
    float:left;
    padding-left:15px;
}

#main.bilder.intro
{
    overflow:hidden;
    width:605px;
}

#main.bilder.intro a
{
    display:block;
    width:100px;
    padding:5px;
    float:left;
}


#main.programm
{
    width:565px;
    padding-left:15px;
    padding-right:15px;
    padding-top:25px;
    padding-bottom:20px;
    margin-bottom:15px;
    margin-left:195px;
    margin-right:30px;
    background:url('../images/bg-content.png') repeat;
    line-height:2em;
}

#main.programm b
{
    color:#2f92cc;
}

#main.programm h3
{
    text-decoration:underline;
    font-size:13px;
    color:#2f92cc;
}

#main.impressum
{
    width:465px;
    padding-left:115px;
    padding-right:15px;
    padding-top:25px;
    padding-bottom:20px;
    margin-bottom:15px;
    margin-left:195px;
    margin-right:30px;
    background:url('../images/bg-content.png') repeat;
    line-height:2em;
}

#backlink
{
    clear:both;
    display:block;
    padding-top:40px;
}

#springerpdf
{
    padding-left:50px;
    background:url('../images/pdf.png') no-repeat top left;
    display:block;
    height:50px;
    line-height:1.5em;
}


#sidebar
{
    float:left;
    width:152px;
}

#sidebar div
{
    padding-bottom:15px;
}

#sidebar div#facebook-group
{
    padding-bottom:5px;
}

#sidebar div#facebook-like
{
    padding-bottom:5px;
    padding-left:35px;
}

#sidebar div#youtube,
#sidebar div#youtube-2010
{
    padding-bottom:50px;
}

#sidebar div#microgate
{
    padding-bottom:25px;
}


#facebook-group a, #pdf a, #youtube a, #youtube-2010 a
{
    display:block;
    overflow:hidden;
    width:140px;
    font-size:11px;
}

#facebook-group a
{
    color:#4666a3;
}

#facebook-group img, #pdf img, #youtube img, #youtube-2010 img
{
    float:left;
    margin-right:5px;
}

#footer
{
    padding-left:460px;
    clear:both;
}


.clear
{
    clear:both;
    height:0px;
    line-height:0px;
    visibility:hidden;
    overflow:hidden;
}

.preload
{
    display:none;
}

#ergebnisse td
{
    padding:5px;
}

#th td
{
    vertical-align:top;
}


/**
 *  Lauftext
 **/
/* liScroll styles */

#runtext
{
    visibility:hidden;
}

.tickercontainer
{
    width: 793px; 
    height: 30px; 
    margin: 0; 
    padding: 0;
    overflow: hidden; 
}

.tickercontainer .mask
{
    position: relative;
    width: 793px;
    overflow: hidden;
}

ul.newsticker
{
    position: relative;
    left: 750px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.newsticker li
{
    float: left;
    margin: 0;
    padding: 0;
}

ul.newsticker a
{
    white-space: nowrap;
    padding: 0;
} 
ul.newsticker span
{
} 
