﻿
html {
	/* 
	hell grau	=>	background-color:	#CEC3C3; 
	blau		=>	background-color:	#034977; 
	weiss		=>	background-color: 	#FAFAFA; 
	dunkel grau	=>	background-color: 	#676767; 
	rot			=>	background-color:	#E11C1C;
	*/
	background-color: 	#676767; 
}

body {
    background: 		url('../format/bg/bg_grau_unten_800.jpg') repeat-x;
}

#BodyBG {
    background: 		url('../format/bg/bg_grau_unten_800.jpg') repeat-x;
    position: 			fixed;
    top: 				0; 
	right: 				0;
    bottom: 			0; 
	left: 				0;
    z-index: 			-1;
}

a {
    text-decoration: 	none;
    color: 				#000;
}

div#master {
	position:			absolute;
	top:				0px;
	left:				10%;
	/*  width:				80%; */
	width:				1000px;
	background-color:	#ffffff;
	padding:			0px;
	border:				0px solid #ff00ff;
}
	
div#navigation {
    clear: 				both;
    margin-left: 		0px;
	margin-top: 		0px;
}

div#content {
	float:				left;
	margin:				0;
	width:				100%;
	border: 			0px solid: #ff0000;
}

div#logo_fussball {
	background-image:	url('../images/kopflogo/logo_fussball.jpg');
	background-repeat:	repeat-x;
	height:				120px;		
	margin-top: 		0px;
	margin-left: 		0px;
}

div#logo_minigolf {
	background-image:	url('../images/kopflogo/logo_minigolf.jpg');
	background-repeat:	repeat-x;
	height:				120px;		
	margin-top: 		0px;
	margin-left: 		0px;
	}

div#logo_volleyball {
	background-image:	url('../images/kopflogo/logo_volleyball.jpg');
	background-repeat:	repeat-x;
	height:				120px;		
	margin-top: 		0px;
	margin-left: 		0px;
	}
	
div#logo_beach {
	background-image:	url('../images/kopflogo/logo_beach.jpg');
	background-repeat:	repeat-x;
	height:				120px;		
	margin-top: 		0px;
	margin-left: 		0px;
}

div#logo_wiblingen {
	background-image:	url('../images/kopflogo/logo_wiblingen.png');
	/* background-repeat:	repeat-x; */
	height:				170px;	
	width:				1000px;	
	margin-top: 		0px;
	margin-left: 		0px;
}

/* Hellblau unten */
div#footer {
	float:				left;
	width:				99%;
	height:				20px;
	/* background-color:	#034977; */
	background-color:	#CEC3C3;
	border:				5px solid #ffffff;
}

td.kalender_frei {
  border-collapse: 	collapse;
  border: 			1px solid #FF8450;
  background-color:	#FFE4C4;
  text-align: 		center;
  height:			40;
  width:			30;
}

td.kalender_vormittag {
  border-collapse: 	collapse;
  border: 			1px solid #FF8450;
  background-color:	#008000; 
  text-align: 		center;
  height:			40;
  width:			30;
}

td.kalender_nachmittag {
  border-collapse: 	collapse;
  border: 			1px solid #FF8450;
  background-color:	#81BEF7;
  text-align: 		center;
  height:			40;
  width:			30;
}

td.kalender_besetzt {
  border-collapse: 	collapse;
  border: 			1px solid #FF8450;
  background-color:	#FF0000;
  text-align: 		center;
  height:			40;
  width:			30;
}

td.win {
  border-collapse: 	collapse;
  border: 			1px solid #FF8450;
  background-color:	#FFE4C4;
  text-align: 		center;
}
