/*
- 2016.css
*/

body {
	color: #222;
	background-color: #B0E0E6;
}
body.sundowner {
	background-color: #87CEFA;
}


#header {
	background-color: #036;
	box-shadow:         0px 1px 30px 0px rgba(121, 123, 52, 0.56);
	-webkit-box-shadow: 0px 1px 30px 0px rgba(121, 123, 52, 0.56);
	-moz-box-shadow:    0px 1px 30px 0px rgba(121, 123, 52, 0.56);

/* debug:  outline:1px solid cyan;   */
}

#header h1 {
	color: #eee;
	padding-left: 10px;
	display: inline-block;
/* debug:  outline:1px solid white;  */
}

#navcontainer ul li a
{
color: #ddd;
background-color: #036;
}
#navcontainer ul li a:hover
{
color: #eee;
background-color: #036;
}

#content {
	margin-top:77px;
	margin-left:10px;
}

#footer {
	
	background-image: linear-gradient(#B0E0E6 13%, #FCFEE0 90%);
	background-image: -webkit-linear-gradient(#B0E0E6 13%, #FCFEE0 90%); 
	background-image: -moz-linear-gradient(#B0E0E6 13%, #FCFEE0 90%); 
	background-image: -o-linear-gradient(#B0E0E6 13%, #FCFEE0 90%); 
/* debug:   border:1px solid black;  */
}

#footer.sundowner {
	
	background-image: linear-gradient(#87CEFA 13%, #FCFEE0 90%);
	background-image: -webkit-linear-gradient(#87CEFA 13%, #FCFEE0 90%); 
	background-image: -moz-linear-gradient(#87CEFA 13%, #FCFEE0 90%); 
	background-image: -o-linear-gradient(#87CEFA 13%, #FCFEE0 90%); 
/* debug:   border:1px solid black;  */
}


.container {
	width:95%;
	margin-right: 10px;
	margin-left: 5px;
	margin-top:10px;
	margin-bottom:30px;
	padding: 10px;
}

.container-rounded {
	border-radius: 16px;
	
	border-top-right-radius: 18px;
	-webkit-border-top-right-radius: 18px;
    -khtml-border-top-right-radius: 18px;
    -moz-border-radius-topright: 18px;
	
	border-top-left-radius: 18px;
	-webkit-border-top-left-radius: 18px;
    -khtml-border-top-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
	
	border-bottom-right-radius: 18px;
	-webkit-border-bottom-right-radius: 18px;
    -khtml-border-bottom-right-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    
	border-bottom-left-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;
    -khtml-border-bottom-left-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
}

.container-shadow {
	box-shadow:         0px 3px 22px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 3px 22px 0px rgba(0, 0, 0, 0.5);
}

img.pos {
	position:relative;
	top: 15px;
}

a {
	background: transparent;
	color: #003366;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #003366;
	text-decoration: underline;
}



table.jamai th{
	background-color: #6CC;;
}

table.blinds, table.jamai {
	background-color: #87CEFA;
}
table.blinds th{
	background-color: #4682B4;
}
table.blinds td, table.jamai td{
	background-color: #AFEEEE;
}

.platz.pause {
	background-color:#6CC;
}
.platz.ende {
	background-color:#778899;
}






