/* CSS-Datei für www.thw-jugend-vlotho.de
 * (c)2004, Andreas Bartels
 *
 * Lezte Änderung: 2004-08-18
 *
 */

/***************************************************
 * Seitenweite Standards:
 *  -Schriftart Verdana (sans-serif), schwarz, 10pt
 *  -keine Ränder, Innen-, Aussenabstände
 *  -Hintergrundfarbe weiß
 *
 */
*
{
  font-family:"Trebuchet MS",Arial,sans-serif;
  font-size:12pt;
  color:#000000;
  margin:0px;
  padding:0px;
  border:0px solid #000000;
}

body
{
  background-color:#FFFFFF;
  width:800px;
  margin:0em auto;
}

#logo
{
background-color:#FFFFFF;
background-image:url(http://www.thw-vlotho.de/bilder/gfx/thw-jugend_logo.png);
background-repeat:no-repeat;
background-position:top right;
height:100px;
}

.streifen {
clear:both;
background-color:#FFFFFF;
background-image:url(http://www.thw-vlotho.de/bilder/gfx/thw-jugend_streifen.png);
background-repeat:no-repeat;
background-position:top left;
height:5px;
}

#content {
padding:1em 0em;
}

.fliesstext {
color:#333333;
text-align:justify;
}

.highlight {
background-color:#009EE0;
color:#FFFFFF;
padding:1em;
margin:1em 0em;
}

.highlight em {
font-size:14pt;
color:#FFFFFF;
font-weight:700;
}

.highlight a {
color:#FFFFFF;
}

table.tiles
{
width:850px;
margin:1em auto;
border-collapse:collapse;
}

table.tiles td
{
width:105px;
height:110px;
border:10px solid #FFFFFF;
background-color:#DDDDDD;
padding:10px;
}

table.tiles td.logo
{
background-color:#FFFFFF;
background-image:url(http://www.thw-vlotho.de/bilder/gfx/thw-jugend_logo.png);
background-repeat:no-repeat;
background-position:center;
}

table.tiles td.hell
{
background-color:#009EE0;
color:#FFFFFF;
}

table.tiles td.orange
{
background-color:#F49E00;
color:#000000;
}

table.tiles td.fliesstext
{
text-align:justify;
}


/***************************************************
 * Credits:
 *  -Einzeiler: "Text&Fotos: xyz"
 *
 */
div.credits
{
  clear:both;
  border-top:1px solid #000000;
  margin-top:50px;
  margin-bottom:10px;
  color:#000000;
  text-align:right;
  font-size:7pt;
}

div.credits a
{
  color:#000000;
  font-size:7pt;
}