/* -------------------------------------------------
  The original StDeussen Style-Theme for
  http://www.basketball-kreis-bonn.de
  Created by Stefan Deußen
  http://www.stdeussen.de
  --------------------------------------------------
  I got al lot of inspiration for this theme from
  the phpBB Style. Thanks and greetings to phpBB.
  date: 14.02.2004, SD
  --------------------------------------------------
*/

@import "output.css";

/* allgemein Body Style */
body {
	background-color: white;
}

/* Allgemeine Schriftart für die Standard - Tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Farbe und Style fuer den Anchor-Tag */
a:link,a:active,a:visited {
	color : #00699c;
}

/* Farbe und Style fuer den Anchor-Tag ( Mouse-Over )*/
a:hover		{
	text-decoration: underline;
	color : #EE6600;
}

/* Style für den HR-Tag */
hr	{
	height: 2px;
	border: solid #A1A7AC 0px;
	color: #EEEEEE;
    border-top-width: 1px;
}

/* This is the outline round the main forum tables */
.sd_index_header	{
	background-color: #FFFFFF;
	border: 2px #00699c solid;
	border-right: #00699c 2px solid;
	border-top: #00699c 2px solid;
	border-left: #00699c 2px solid;
	border-bottom: #00699c 2px solid;
}

.sd_menue_base	{
	background-color: #FFFFFF;
}

.sd_menue_login	{
	background-color: #BEB3B7;
	color: black;
	border-bottom-width: 0px;
}

.sd_copyright
{
	font-size: 10px;
	color: #929292;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.output
{
	background-color: #DEE3E7;
}
.output.hr	{
	height: 2px;
	border: solid #000000 2px;
    border-top-width: 1px;
}

.output_text
{
   font-size: 10pt;
   font-family: Verdana;
   color: black;
   font-weight: normal;
}

.dl.dt.output
{
   font-size: 10pt;
   font-family: Verdana;
   color: black;
   font-weight: bold;
}

/* Tabellen - Rowstyles */
td.sd_row1	{ background-color: #EEEEEE; }
td.sd_row2	{ background-color: #DFE5E3; }
td.sd_row3	{ font-weight: bold; background-color: #D4D9DF; }

/* Tabellen - Head-styles */
th {
	font-weight: bold;
	font-size: 11px;
	color: #ffc32f;
	height: 25px;
	background-color: #005695;
	}

/* Tabellen - Zellen-styles */
td {
	Font-family: Verdana, Arial, Helvetica, sans-serif,
	}

/* Style fuer den Table Header */
th.sd_thHead {
	border-right: #ffffff solid;
	border-top: #ffffff solid;
	font-weight: bold;
	border-left: #ffffff solid;
	border-bottom: #ffffff solid;
	height: 28px;
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-style: solid;
}

/* Style fuer die Ueberschriften-Tags */
h1,h2	{
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #000000;
}

/* Allgemeiner Text */
.sd_txtAllg {
	font-size : 12px;
}

/* kleiner Text */
.sd_txtSmall {
	font-size : 10px;
}

/* Textfarbe */
.sd_txtAllg,.sd_txtSmall {
	color : #000000;
}

/* Text Anchor Style  */
a.sd_txtAllg,a.sd_txtSmall {
	color: #00699c;
	text-decoration: none;
}

a.sd_txtAllg:hover,a.sd_txtSmall:hover	{
	color: #EE6600;
	text-decoration: underline;
}

/* Style für den Menuetitel */
.sd_menuetitle {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	Border-right: #ffffff solid;
	Border-top: #ffffff solid;
	Border-left: #ffffff solid;
	Border-bottom: #ffffff solid;
	Height: 28px;
	background-color: lightgrey;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	height: 29px;
	border-right-width: 0px;
	color: #00699c;
}

