﻿/*************************************************************************/
/* styles für Mikro Funk-Timing                                        	 */
/* ------								 */
/* AUTOR: N.Nerke -> nicole@ni9ne.de					 */
/* ------								 */
/*************************************************************************/

/*inhalt*
/* body, html
/* header, bg
/* navi -- Hauptnavi links
/* inhalt -- Inhaltsspalte
/* footer -- Spalte mit Copyright und Links wie in secnavi
/* textformatierungen hx, hr, fazit, liste etc.


/* layout / grundelemente / container ---------------------------------- */
/* body ---------------------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;

    font-size: 13px;

    font-family: helvetica, sans-serif;
    letter-spacing: 1px;
    color: #000000;
    background-color: #fff;
}

/* header -------------------------------------------------------------- */
#header {

    margin: 0;
    padding: 0;
    height: 101px;
    border: 0px solid green;
    color: #000;
    background: #fff url(pix/layout/bg_head.gif) repeat-x;
}

#header h1 {
    margin: 0;
}

h1 a {
    display: none;
}

#header img#logo {
    position: absolute;
    top: 0;
    left: 0;
    border: 0px solid green;
}


/* sekundäre navi -------------------------------------------------------------- */
ul#secnavi
{
    margin: 5px 0 0 602px;
    padding: 0;
    font-size: 100.01%;
    border: 0px solid red;
    list-style-type: none;
}

ul#secnavi li  {
    border: 0px solid blue;
    display: inline;
    margin: 0 30px 0 0;


}

ul#secnavi li a {
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

ul#secnavi li a:hover {
    text-decoration: underline;
}


/* --------------------------------------------------------------------- */

#content {
    margin: 0;
    padding: 0;
    border: 0px solid red;
    height: 80%;
}

.addbox {
    border: 0px solid green;
    width: 250px;
    height: 703px;
    padding: 0;
    margin:0;
    font-size: 80%;
    background: url(pix/layout/bg_navi_r.gif) no-repeat;
    background-position: top left;
    float: right;
    line-height: 130%;
}
.addbox div{
    padding-left: 2em;
    padding-top: 2em;
}

#content div.addbox div p{
    padding-top: 1em;
    border-top: 1px dotted #ccc;
    margin-top: 1em;
}
    

/* navi ---------------------------------------------------------------- */
#navi {
    border: 0px solid green;
    width: 170px;
    height: 203px;
    padding: 0;
    margin:0;
    font-size: 100.01%;
    background: url(pix/layout/bg_navi.gif) no-repeat;
    background-position: top right;
   float: left;
}

/* liste*/
#navi ul {
    border:	0px solid green;
    list-style: none;
    margin: 9px 0 0 0;
    padding: 0;
}

#navi li {
    margin: 0;
    padding: 0;
    border: 0px solid blue;
}

/* Links in der Liste*/
#navi li a {
    border: 0px solid red;
    display: block;
    margin: 0;
    padding: 0px 0 8px 30px; /*orul*/
    width: 119px;
    color: #000;
    text-decoration: none;
    background: url(pix/layout/li.gif) no-repeat;
    background-position: 10px 4px;
}

#navi li a:hover {
    text-decoration:none;
    background: url(pix/layout/liaktiv.gif) no-repeat;
    background-position: 10px 4px;
    color: #C5000B;

}

#navi li a.aktiv {
    color: #C5000B;
    background: url(pix/layout/liaktiv.gif) no-repeat;
    background-position: 10px 4px;
}


/* inhalt -------------------------------------------------------------- */

#inhalt {
    margin: 0 0 0 200px;
    padding: 22px 17px 0px 0px;

    border: 0px solid green;
    font-size: 15px;
    min-height: 340px;
    line-height: 1.9em;
}



#inhalt li {
	font-size: 13px;
	color: #000000;
	list-style: none outside;
    background: url(pix/layout/li.gif) no-repeat;
    background-position: 0px 4px;
	padding-left: 25px;
	margin-left: -40px; 
	margin-bottom: 10px;
	line-height: 120%;
}


#inhalt a {
	font-size: 13px;
	color: #2945A5;
	text-decoration: none;
}

#inhalt a:hover {
	color: #0066FF;
}

a:link, a:visited {
	font-size: 13px;
	color: #2952A5;
	text-decoration: none;
	}




/* textformatierungen -------------------------------------------------- */
/* überschriften-------------------------------------------------------- */

#inhalt h1 {
    margin: 0;
    padding: 0px 0 3px 0px;
    font-weight: bold;
    font-size: 100.01%;
    margin-top: 1em;
}


#inhalt h3 a {
    font-weight: bold;
    font-size: 14px;
    margin-top:35px;
    padding-bottom:-5px;
}



/* absätze*/
.hide {
    display: none;
}

#inhalt p {
border: 0px solid red;
margin: 0;
padding: 0;
}

td,th,pre{
    font-size: 80%;
    border: 1px solid #ddd;
    padding: 2px;
}
pre{
    font-size: 80%;
    line-height: 1.5em;
}
table{
    border-collapse: collapse;
    width: 100%
}

/* Ergebnistabellen ------------------------------------------------- */
li.active{
    background.color: #ccc;
}
li.active a {
    color: black;
    text-decoration: none;
}
tr.odd td{
    background-color: #ccc;
}
td.num{
    text-align: right;
}
th{
    text-align: left;
}
table.finish{
    border-collapse: collapse;
}
table.finish td, table.finish th{
    border: 1px solid #999;
    padding: 3px;
}
table.team table{
    width: 100%;
}
table.team tr.head td{
    border: 1px solid #999;
    padding: 3px;
    background-color: #ccc;
    font-weight: bold;
}
body{
    font-family: verdana, sans-serif
}