@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, Calibri;
	font-size: 14px;
	color: #000000;
	background-image: url(gras1.jpg);
	margin: 0px;
	padding: 0px;
	
}

h1 { font-size: 20px; color: #E4232A; }
h2 { font-size: 17px; color: #E4232A; }
h3 { font-size: 15px; color: #000000; }

/*H5 Ueberschrift nur für die Spielankündigung */
h5 {
	margin-bottom: -10px;
	color: #E4232A;
	font-weight: bold;
	font-size: 22px;
	}	
	
a { text-decoration: none; color: #E4232A; }
		
	
#frame {
	width: 1270px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 990px;
		}


		
#logo {
	width: 990px;
	margin-left: 75px;
	background-image: url(svslogo3.gif);
	background-repeat: no-repeat; 
	margin-top: 20px;
	height: 220px;
	margin-bottom: 0px;
	}		

#pic {
	margin-top: 0px;
	margin-left: 75px;
	width: 280px;
	height: 385px;
	background-image: url(kicker_280px.gif);
	background-repeat: no-repeat;
	}

#infowrapper{
	width: 290px;
	height: 700px;
	float: left;
	clear: left;
	}	


/* INFOBOX MITTIG IM HEADBEREICH */
#infobox {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
	height:110px;
	background-image: url(nix60.png);
	background-repeat: repeat;
	padding-top: 10px;
	}
	
#infol {
	height: 100px;
	width: 100px;
	}	

#infoc {
	height: 100px;
	width: 470px;
	margin-top: -135px;
	margin-left: 105px;
	font-size: 18px;
	text-align: center;
	color: #000000;
	}	
		
#infor {
	height: 100px;
	width: 100px;
	margin-top: -113px;
	margin-left: 580px;
	}
dl.csc-textpic-image dd {
	padding-bottom: 10px;
	}

/* INHALTSBEREICH */
#contentwrapper{
	min-height: 700px;
	width: 700px;
	margin-top: -18px; 
	float: right;
	}	
	
#content {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-top: 57px;
	min-height: 600px;
	#height: 600px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-image: url(nix70.png);
	background-repeat: repeat;
	padding-top: 5px;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}	
	
.vorstand {
	padding-left: 10px;
	width: 500px;
	height: 350px;
	font-size: 12px;
	}	


/* SPONSORBEREICH RECHTS OBEN UND ZUSATZINHALT - INFOBEREICH RECHTS */	
#sponsor {
	width: 265px;
	margin-left: 1570px;
	margin-top: -826px;
	float: right;
	vertical-align: top;
	}
	
#sponsor h1 { font-size: 14px; color: #E4232A; }
	
#spons1l {
	width: 270px;
	height: 110px;
	margin-bottom: 10px;
	vertical-align: top;
	
	}	

#sponsor .csc-textpic { font-size: 10px; }

#rechts {
	width:256px;
	height: 636px;
	background-image: url(nix70.png);
	background-repeat: repeat;
	max-height: 611px;
	overflow: auto;
	margin-top: 65px;
	font-size: 12px;
	padding: 7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}		


/* SPONSORLEISTE UNTEN 	
#sponsorfix {
	margin-left: 10px;
	margin-right: 10px;
	height: 100px;
	background-image: url(nix60.png);
	background-repeat: repeat;
	}
*/





	
/* ID f&uuml;r das gesamte Menu und die Menupunkte der 1. Ebene, hier H&ouml;hen, Breiten und Farben definieren */
#menu {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:26px; 
	position:relative; 
	z-index:500; 
	left: 20px;
    border-left: 1px solid #fff; 
    float: left;
    top: 5px;
    }

#menu li {
	float:left; 
	margin-right:0px;
    }

/* 1. Ebene der Menu-Links, hier die Breite der Menupunkte definieren, sonst auto; padding-left bezieht sich auf den 
Text in der 1. Ebene und dessen Abstand von Links; Hintergrundfarbe dunkelgrau #333 */
/* Border-bottom damit ein optischer Abstand zwischen erster und Hoverebene ist, nur im Hover &auml;re ein Pixel zu hoch */
#menu li a {
	display:block; 
	float:left; 
	height:26px; 
	line-height:26px; 
	background:#8C929C; 
	color:#000; 
	text-decoration:none; 
  text-align: left;
	font-size:11px; 
	font-weight:bold; 
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; 
  }
  
#menu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
  }

/* Hover Effek f&uuml;r die Submenus */
#menu li a:hover {
	z-index:200; 
	position:relative;
	color:#fff; 
	background-color:#F09054;
  }

#menu li:hover {
	position:relative; 
	z-index:200;
  }
  
/* Hover f&uuml;r die erste Ebene */
#menu li:hover > a {
	color:#fff; 
	background:#c10000;
  }
  
#menu li.ACT a {
	color:#fff; 
	background:#c10000;
  }
  
/*top muss gleich der Hoehe der ersten Ebene sein, sonst trifft der Link nicht */
/* Border-top damit ein optischer Abstand zwischen erster und Hoverebene ist */
#menu :hover ul {
	left:0; 
	top:26px; 
	width:auto; 
	background:#8C929C;
  border-top: 4px solid #fff;
  }

/* Gilt f&uuml;r die 2. Subebene*/
#menu ul, 
#menu :hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
  border: none;
  
}


/* 2. Unterebene komplett*/
#menu :hover ul :hover ul{
	left:135px; 
	top:0px; 
	background:#8C929C; 
	white-space:nowrap; 
	width:auto;
	z-index:200; 
	height:auto;
  }

#menu :hover ul li {
	margin:0; 
	/*border-top:1px solid #666;*/
  border-left: 1px solid #fff;
  }

/* Submenu, Hintergrundfarbe */
#menu :hover ul li a {
	width:126px; 
	padding: 3px 10px 3px 10px; 
  text-indent:0px; 
	background:#8C929C; 
	color:#000; 
	height:auto; 
	line-height:26px;
  }

/* Hover in gr&uuml;n f&uuml;r die Submenus */
#menu :hover ul :hover {
	background-color:#c10000; 
	color:#fff;
  width: 126px;
  }
  
/* Link Submenu 2. Ebene */
#menu :hover ul :hover ul li a {
	width:126; 
	padding: 3px 10px 3px 10px; 
	text-indent:0px; 
	background:#ccc; 
	color:#000; 
  }

/* Hover Sumenu 2. Ebene */
#menu :hover ul :hover ul :hover {
	background-color:#c10000; 
	color:#fff;
  margin: 0px;
  width: 126px;
  }
  
/* SPONSORTABELLE */  
#sponsortable {
	position: absolute;
	margin-top: -15px;
	margin-left: 1005px;
	}  