


/*  http://www.olivergast.de/blog/2015/05/12/css-ein-horizontales-dropdown-menue-reloaded/ */



{
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
box-sizing: border-box;
}

nav {
  float: left;
  width: 100%;
  background: #3a3a3a;
  font-size: 16px;
}

nav ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: #fff;
  transition: 0.5s;
}

nav ul li a {
  padding: 20px;
}

nav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul li:hover {
  background: #4096ee;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #333;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}

nav ul ul li a {
  padding: 10px 20px;
}

nav ul ul li:last-child {
  border-bottom: none;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

/*  http://www.olivergast.de/blog/2015/05/12/css-ein-horizontales-dropdown-menue-reloaded/ */







body {
/* background-color: lightcyan; */
background-color: white;

text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;


}



#webseite {
width: 980px;
margin: 0 auto;
}


#header {
width:980px;
height:130px;



/* background: mediumaquamarine url(11l17-13h10b-zu.jpg) no-repeat; */
/* hintergrundbild in Zeile 31 und 116 */

/*background: mediumaquamarine url(hintergrundbild001_zu.JPG) no-repeat; 
*/

background: mediumaquamarine url(hintergrundbild.JPG) no-repeat; 

/* background: url(11l17-13h10b-zu.jpg); */
/* background-image: url(scwt_exos.jpg); */
/* background-repeat: no-repeat; */
background-position: top;
/* background-position: 0px;  */


color: white;
border-radius: 5px;
-mox-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}



#Logo {

width: 5%; 
height: auto;
}



#header h1 { 
padding-top: 10px;
font-size: 20px;
font-weight: bold;
<!--color: white;-->
color: white;
<!--font-family: courier;-->
}

#haeder h3 {
padding-top: 10px;
text-align: justify;
color: white;
padding-left: 30px;
padding-right: 30px;

}






@import (dropdown_menue_navi.css); 

/*
#inhaltsleiste {

width:980px;
height:59px;

background-repeat: no-repeat;

border-radius: 5px;
-mox-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

*/



#main{
width: 980px; 

}


#menue{
float:left;
width:180px; 

height: 70%; 


background:lightseagreen url(hintergrundbild.JPG);
color: white;
/*background:red; */
/*  margin-top: 10px;   spalte zw oberen rand und linker seite bei 10 px auf hight auf 70 % z215*/  
margin-top: 10px;
/*margin-top: 0px;*/
margin-bottom: 10px;
border-radius: 2px;
-mox-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;

text-align: justify;
padding-left: 22px;


}

#inhalt{
float:right;
width:770px;

overflow: scroll;

height: 70%;
/* background:silver; */
background:white;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 2px;
-mox-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;

}
  

#inhalt p {
text-align: justify;
padding-left: 30px;
padding-right: 25px;

}

 



#footer {
width:980px;
height:20px;
background: white ;
/* background: mediumaquamarine ;  */
border-radius: 5px;
-mox-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
margin-top:20px;

clear: both;

font-size: 12px;
text-align: left;

}




#footer p1 {

/* text-align: right;
padding-right-side: 50px; */

text-align: left; 
padding-left: 270px;

}


#footer p2 {

/* text-align: center; */
text-align: left; 
padding-left: 200px; 

}
















#MyUL b {
	float: left;
	
	margin: 4px;

}



#button {
   border-top: 1px solid #96d1f8;
   background: #0d5687;
   background: -webkit-gradient(linear, left top, left bottom, from(#2a7ab0), to(#0d5687));
   background: -webkit-linear-gradient(top, #2a7ab0, #0d5687);
   background: -moz-linear-gradient(top, #2a7ab0, #0d5687);
   background: -ms-linear-gradient(top, #2a7ab0, #0d5687);
   background: -o-linear-gradient(top, #2a7ab0, #0d5687);
   padding: 4.5px 9px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
#button:hover {
   border-top-color: #e81912;
   background: #e81912;
   color: #ccc;
   }
#button:active {
   border-top-color: #e33c16;
   background: #e33c16;
  }



  
   
#option.head {
selected:selected;
display:none;
disabled:disabled;
}


#formular
{
float:left;
background-color: yellow;
}

#formular2
{
float:left;
background-color: red;
}






table {
	background: white;
	width: 100%;
	table-layout: auto;
}

td {
	border: 1px solid;
	overflow: hidden;
	vertical-align: top;
}

table.ex1 {
    table-layout: auto;
}






/* aus - 22.10.16 :     https://www.drweb.de/magazin/uebersichtlich-und-flexibel-tabellen-optisch-aufpeppen-mit-css3/    */

th {
	background:#7aae5e;
	border-bottom:1px solid rgba(255,255,255,.7);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
	-o-box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
	padding:6px 10px;}

td {
	border-bottom:1px solid #fafafa;
	border-bottom:1px solid rgba(255,255,255,.5);
	/*padding:6px 10px; */
	padding:0,5px 0,5px; 
	color:rgba(0,0,0,.7);}

tr:last-child td {
	border-bottom:none;}

	
	
	
	
/* 1. Spalte: Platz */

td:first-child {
	text-align:right;
	padding-right:24px;}

/* 2. Spalte: Verein */

td a {
	background:transparent url(vereine.png) 0 0 no-repeat;
	color:#000;
	font-weight:bold;
	opacity:.7;
	padding:3px 0 7px 30px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;}


	
	
	
	
	/* Spalten zentrieren */
	
td:nth-child(3),
td:nth-child(7),
td:nth-child(8),
td:nth-child(9) {
	text-align:center;}

	
/* 9. Spalte: Punkte */

td:nth-child(9) {
	font-weight:bold;}

/* 10. Spalte: Hinweise */

td:nth-child(10) {
	font-size:11px;
	font-style:italic;}
	
	
	
	
	
/* Zeile 1-3 Championsleague + Quali */

/*  tr:nth-child(-n+3) td {   */
tr:nth-child(n) td {
	background:#c3c7c1;
	background: -webkit-gradient(linear, left top, left bottom, from(#d9dcd8),
color-stop(50%, #d2d5d0), color-stop(50.1%, #cbcec9), to(#c3c7c1));
	background: -moz-linear-gradient(top, #d9dcd8, #d2d5d0 50%, #cbcec9 50.1%, #c3c7c1);
	background: linear-gradient(top, #d9dcd8, #d2d5d0 50%, #cbcec9 50.1%, #c3c7c1);}

/* Zeile 4-5 Euroleague */

/*
tr:nth-child(-n+5):not(:nth-child(-n+3)) td {
	background:rgba(105,115,100,.07)}

/* Zeile 16-18 Absteiger und Relegation */	

/*
tr:nth-last-child(-n+3) td {
	background:rgba(105,115,100,.07)}

tr:nth-last-child(-n+2) td {
	background:rgba(105,115,100,.13)}

tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;}

tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;}	
	

*/


	
	
	
	
	
	