
/*
	#A41528 dunkelrot
	#2B2599 dunkelblau
	#0066CC noch ein dunkles blau, aber heller als graublau
	#1D426F graublau
	#367BB8 Das Blau aus dem Menue
	#EFD6B5 Hintergrundbeige
	#E5E5E5
*/

body {
	font-family: Geneva, Arial, Helvetica, San-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #1D426F; /*graublau*/
	background-color: #EFD6B5; /*beige*/
	text-align: center;
	scrollbar-base-color: #3679CC;
	scrollbar-face-color: #EFD6B5;
	scrollbar-track-color: #FFE4C0;
	scrollbar-arrow-color: #3679CC;
}



div.frame {
	width: 870px;
	margin: 20px auto 20px 50px;	
}

div.menuecontainer {
	width: 190px;
	margin-right: 10px;
	float: left;
	text-align: left;  
}

div.content {
	width: 660px;
	text-align: left;
	float: right;
}

a {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

a:link {
	color: #2B2599;  /*  dunkelblau*/
}
a:visited {
	color: #1D426F;   /*graublau*/
}
a:hover {
	color: #A41528;  /*dunkelrot*/
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #1D426F;  /*graublau*/
	text-align: center;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #1D426F;  /*graublau*/
	text-align: center;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #A41528; /*dunkelrot*/
	text-align: center;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #A41528; /*dunkelrot*/
	text-align: center;
}

img {
	border: 0;
}

/* Anfang der Menuedefinitionen*/

div.menuelogo {
	margin-bottom: 15px;
}
img.menuelogo {
	border: none;
}
div.menue {
  width: 190px;
	background-color: #FFF7EA;
	margin: 0 0 15px 0;
	padding:0;
}
div.menue p {
	/* Die "Überschriften im Menue */
	width: 190px;
	height: 18px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;  /*weiß*/
	background: #367BB8 url("../_includes/gif/_menue1up.gif") no-repeat;
	/*Hintergrundfarbe: das Blau, das auch die Grafik im Menue hat*/ 
}
div.menue a {
	display: block;
	margin: 0;
	padding: 0;
	/*Hintergrundfarbe: Das Beige des Menues*/	
}

div.menue a:link {
	color: #2B2599;  /*dunkelblau*/
}
div.menue a:visited {
	color: #1D426F;   /*graublau*/
}

div.menue a:hover {
	text-decoration: underline;
	color: #A41528; /*dunkelrot*/
	background-position: 2px  -35px;
}
/*Fingerfussball Menue*/
div.ffmenue {
  width: 190px;
	/*height: 190px;*/
	background: url("../_includes/gif/_ffmenu.jpg") bottom right no-repeat #FFF7EA;
	margin: 0 0 15px 0;
	padding:0;
}
div.ffmenue p {
	/* Die "Überschriften im Menue */
	width: 190px;
	height: 18px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;  /*weiß*/
	background: #367BB8 url("../_includes/gif/_menue1up.gif") no-repeat;
	/*Hintergrundfarbe: das Blau, das auch die Grafik im Menue hat*/ 
}
div.ffmenue a {
	display: block;
	margin: 0;
	padding: 2px 2px 2px 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background: transparent url("../_includes/gif/fussball.gif") no-repeat 90px 2px;
}
div.ffmenue a:hover {
	text-decoration: underline;
	color: #A41528; /*dunkelrot*/
	background-position: 90px  -35px;
}
div.menue4 {
	width: 190px;
	padding: 3px 1px;
	margin-bottom: 20px;
	background-color: #FFFFFF;  /*weiß*/
	border: 2px #000000 solid;
}
div.menue4 p {
	height: 32px;
	background: #FFFFFF url("../_includes/gif/_menue4up.gif") no-repeat;
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}
div.menue4 a {
	background-color: #FFFFFF; /*weiß*/
	font-size: 10pt;
	display: block;
}

div.menue4 a {
	font-style: normal;
	text-decoration: none;
}

div.menue4 a:link {
	color: #2B2599;  /*dunkelblau*/
}
div.menue4 a:visited {
	color: #1D426F;   /*graublau*/
}
div.menue4 a:hover {
	padding-left: 2px;
	text-decoration: underline;
	color: #A41528; /*dunkelrot*/
}
/* Ende der Menuedefinitionen*/

/* Anfang Impressum */
h1.impressum {
  color: #367BB8;
  text-align: right
}
a.impressum:link {		}
/* Ende Impressum */

/* BSDFFSS 2006 Anfang */

div.ffsponsors {
	float: left;
	width: 270px;
	margin: 3px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
}
div.ffsponsors img {
	border: 1px solid #000033;
	margin: 5px;
}
.fett {
	font-weight: bold;
}
ol.ffregeln {
	font-size: 12pt;
	font-weight: bold;
}
dl.ffregeln dt {
	font-size: 12pt;
	margin-top: 15px;
	padding: 10px;
	border-bottom: 2px solid #009933;
	border-left: 3px double #009933;
	border-top: 3px double #009933;
}
dl.ffregeln dd {
	border-right: 2px solid #009933;
	border-bottom: 2px solid #009933;
	padding: 5px;
}

#fftermine {
	margin: auto; margin-top: 5px; width: 100%;
	padding: 14px 0px 20px 0px;	
	color: #ffffff;
	background: url("../gif/terminefeld.gif") repeat-y  #029834;
}
#fftermine h1 {
	margin: 5px 5px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#fftermine h2 {
	margin: 10px 12px 2px;
	color: #ffffff;
	font-size: 1em;
	text-align: left;
}
#fftermine h2 span {
	text-decoration: underline;
}
#fftermine p {
	margin:  2px 35px 2px 95px;
}
div.ffrueck {
	border: 1px solid #666666;
	color: #ffffff;
	font-size: 11pt;
	text-align: center;
	background: url("../gif/fussballro.jpg") top right no-repeat #009933;
	padding: 5px;
	margin: 5px auto;
}
h2.ffrueck {
	color: #ffffff;
	text-align: center;
	text-decoration: underline;
	font: bolder 14pt;
}
ul.ffrueck {
  color: #006600;
}
p.ffrueck {
	text-align: left;
}
img.galerie {
	max-width: 640px;
	/*Der IE kann das aber nicht*/
}
div.ffrueck a , div.ffrueck a:visited, div.ffrueck a:link {
	color: #ffffff;
}
div.ffrueck a:hover {
	color: #A41528;
}

#spielerpass {
	background: url('../gif/spielerpass.gif') no-repeat;
	width: 362px;
	height: 251px;
	padding: 85px 0px 0px 70px;
}
#spielerpass input {
	border: 1px solid #000000;
	margin: 1px 0 0 0;
	color: #000000;
	background-color: #ffff99;
	width: 200px;
	height: 20px;
}

table.ffrang {
	width:80%;
  margin: auto;
	font-size: 10pt;
	color: #1D426F;
  text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
table.ffrang th {
	color: #FFFFFF;
	background-color: #367BB8; /*Das Blau aus dem Menue*/;
  padding-left: 10px;
	padding-right: 5px;
}

tr.ffrang td {
	background-color: #FFFFCC;
  padding-left: 10px;
	padding-right: 5px;
}

tr.fftop16 td {
	font-weight: bold;
	color: #ffffff;
	background-color: #009933;
  padding-left: 10px;
	padding-right: 5px;
}

/* BSDFFSS 2006 Ende */
