/* Allgemeines */

[lang|=de] {
    quotes: '\201E' '\201D';
}

body {

    font-size: 1em;
    color: #000;
    margin: 0px;
    text-align: center;
    padding: 0px;
    font-family: Helvetica, Nimbus Sans L, Arial, sans-serif;
    background: #FFFFFF url(img/swirly_bl.png) fixed no-repeat left bottom;
}

#root {
    background: url(img/swirly_tr.png) fixed no-repeat top right;		
}

/* Layers */

#oben_links
{
    margin: 5px 0px 0px 10px;    
    width: 200px;
    height: 200px;
    float: left;
    display: block;       
}

#oben 
{
    height: 150px;
    width: 750px;
    margin: 0px 0px 50px 220px;
    padding-top: 10px;
    display: block;    
    padding-top: 0.5em;
    padding-left: 0.5em;
    text-align: center;
    font-size: 2.8em;
    color: #0C4E9D;
    text-shadow:#808080 3px 2px 4px;
}



#links 
{
    font-weight: 600;
    font-size: 0.9em; 
    margin: 5px 0px 0px 10px;      
    width: 200px;
    float: left;
    text-align: left;
}

#mitte 
{
    width: 750px;
    margin: -40px 0px 0px 10px;
    padding-right: 1em;
    padding-right: 1em;
    float: left;
    text-align: center;
    display: block;
}

table
{
    margin-left: auto;
    margin-right: auto;	
}

.caption
{
    text-decoration: underline;	
}	

/* Linkeigenschaften */

A:LINK, A:VISITED
{
                color: #384BFF;
                text-decoration: none;
}

A:HOVER, A:ACTIVE
{
                color: #384BFF;
                text-decoration: underline;
}               

#sponsor
{
	margin:4px 0px 10px 0px;
   height: 76px;
   width: 200px;
   text-align: center;
}

.sponsortext
{
   width: 200px;
   text-align: center;
   font-size: 0.9em;  	
   color: #3847FF;
   font-weight: 900;
   text-shadow:#808080 2px 2px 6px;	
}

#sponsor a:link, #sponsor a:visited, #sponsor a:hover, #sponsor a:active 
{
    color: #FFFFFF; 
    text-decoration: none;	
}

.text
{
    text-align: left;	
}

/* Menu  */
ul#menu
{
    display: block;    counter-reset: menucounter;
    list-style-type: none;
    margin: 0.2em 0.1em 0.2em -1em;
}

ul#menu li
{
    line-height: 150%;
}

ul#menu li a
{
    font-size: 1em;   
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 0.3em 0.2em 0.3em 0.5em;
}

ul#menu li a:hover
{
    background-color: #B6E3F8;
}

ul#menu li a.open 
{
    font-weight: bold;
    background-color: #B6E3F8;
}

/* Inhaltformatierung */

table.news
{
    width: 650px;
}

table.news th
{
    font-variant: small-caps; 
    font-size: 1.1em;
}

table.news td
{
    font-variant: normal; 
    text-align: left;
}

table.teams th
{
	 text-align: center;
    font-weight: 800; 
}

table.teams td
{
     font-variant: normal; 
     font-weight: 400; 
     text-align: left;
}

table.teams tr:hover
{
     background-color:#efefef;
     border-color: #efefef;
}

table.teams th:hover
{
     background-color:#ffffff;
     border-color: #fff;
}

table.results tr:hover
{
     background-color:#9BFF91;
     border-color: #9BFF91;
}

table.results th:hover
{
     background-color:#ffffff;
     border-color: #fff;
}

table.results th
{
	 text-align: center;
    font-weight: 800; 
}

table.results td
{
     font-variant: normal; 
     font-weight: 400; 
     padding-left: 0.2em;
     text-align: left;
}

td.teamlistnr
{
    width: 1.3em;
    text-align: right; 
}

tr.spirit
{
    text-align: center; 
    font-weight: 600;    
    font-style: italic;	
}

tr.spirit td
{
    text-align: center; 
}

tr.spirit td:hover
{
     background-color:#FFBC3A;
     border-color: #FFBC3A;
     font-weight: 900;
}

td.payimg
{
    width: 20px;	
    padding-left: 0.5em; 
    padding-right: 0.5em;     
}

td.teamname 
{
    width: 12em;	
}

td.teamort
{
    width: 10em;	
}

table.schedule
{
    width: 600px;
}

table.schedule th
{
	 text-align: left;
    font-weight: 700; 
    width: 200px;
}

table.schedule td
{
     font-variant: normal; 
     font-weight: 500; 
}

td.scheduletime
{
	 text-align: right;
	 padding-right: 10px;
    width: 10px;
}

td.event
{
	 text-align: left;
}

h1
{
    text-align: right;	
    font-size: 2em;   
    color: #AAAAAA;
    text-decoration: none;	
}
	
hr.news
{
    color: #000;
    width: 40em;
    background-color: #fff;
    height: 1px;
}

hr.teams
{
	 border: 1px dashed #000;
    color: #fff;
    width: 30em;
    background-color: #fff;
    height: 0px;
}


