/*
- 2016.css
*/

body {
	color: #333;
	background-color: #FFE4B5;
}
body.sundowner {
	background-color: #F0E68C;
}


#header {
	background-color: #333;
	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: #333;
}
#navcontainer ul li a:hover
{
color: #eee;
background-color: #333;
}

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

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

#footer.sundowner {
	background-image: linear-gradient(#F0E68C 13%, #BDB76B 90%);
	background-image: -webkit-linear-gradient(#F0E68C 13%, #BDB76B 90%); 
	background-image: -moz-linear-gradient(#F0E68C 13%, #BDB76B 90%); 
	background-image: -o-linear-gradient(#F0E68C 13%, #BDB76B 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: #2a6496;
	text-decoration: underline;
}



table.blinds, table.jamai {
	background-color: #F5DEB3;
}
table.blinds, table.jamai th{
	background-color: #BDB76B;
}
table.blinds td, table.jamai td{
	background-color: #FAFAD2;
}

table.sundowner {
	background-color: #D2B48C;
}
table.sundowner th{
	background-color: #D2B48C;
}
table.sundowner td{
	background-color: #FFE4B5;
}
.platz.pause {
	background-color:#BCDA76;
}
.platz.ende {
	background-color:#BDB76B;
}






