/* -----------------------------------------------
   1. FC Burgdorf von 1559 e.V.

   Author:  Dustin Ernst
   Version: Dezember 2007
----------------------------------------------- */

body { 
margin: 0 auto;
padding: 0;
font-family: Tahoma;
font-size: 11px;
color: #000000;
background-color: #FFFFFF;
}

td {
font-family: Tahoma;
font-size: 11px;
color: #000000;
}

a:link {
color: #FFFFFF;
text-decoration: none;
}

a:visited {
color: #FFFFFF; text-decoration: none;
}

a:hover {
color: #FFFFFF; font-weight: bold;
}

a:active {
color: #FFFFFF; text-decoration: none;
}

a.norm:link {
color: #000000; text-decoration: none;
}

a.norm:visited {
color: #000000; text-decoration: none;
}

a.norm:hover {
color: #000000; text-decoration: underline;
}

a.norm:active {
color: #000000; text-decoration: none;
}


/* -----------------------------------------------
   Vorschau
----------------------------------------------- */

.Vorschau {
width:170px;
}

.vDaten {
width:150px;
height:25px;
text-align:center;
}

.vVerein {
width:135px;
height:15px;
text-align:left;
}

.vPunkte {
width:15px;
height:15px;
float:right;
text-align:right;
}


/* -----------------------------------------------
   Tabelle
----------------------------------------------- */

.tVerein {
width: 165px;
}

.tPlatz {
width: 20px;
text-align: right;
float: left;
}

.tPunkte {
width: 15px;
text-align: right;
float: right;
}


/* -----------------------------------------------
   News
----------------------------------------------- */

.news {
width: 100%;
}

.headline {
text-align: left;
padding-left: 2px;
padding-right: 2px;
height: 18px;
font-size: 13px;
font-weight: bold;
background-color: #eeeeee;
}

.datum {
font-size: 13px;
float: right;
}

.news_img {
border-color: #000000;
border-style: solid;
border-width: 1px;
padding: 1px;
margin-bottom: 5px;
}

.news_img_left {
float: left;
border-color: #000000;
border-style: solid;
border-width: 1px;
padding: 1px;
margin-bottom: 5px;
margin-right: 5px;
}

.text {
padding-top: 15px;
padding-bottom: 10px;
text-align: justify;
}

.footer {
float: right;
font-size: 10px;
}

.footer a {
color: #000000;
}

.footer a:hover {
text-decoration: underline;
}
