/*
- default.css
*/

@media print {


body {
	color: #000000;
	background-color: #ffffff;
}

#holepage {
	top: -20px;
}

#header {
	position: absolute;
	top: 0px;
	height: 80px;
	width: 100%;
	margin: 0px;
	background-color:  #ffffff;
	z-index: 101;
}

#header h1 {
	color: #000;
	padding-left: 10px;
	display: inline-block;
}

#header a {
	color: #000;
	text-decoration: none;
}


#navcontainer {
	display:none;
}



#content {
	margin-top:30px;
	margin-left:10px;
	padding-top: 50px;
}

#footer {
	z-index: 101;
	height: 20px;
	color: #000;
	background-color:  #ffffff;
	background-image: none;
}


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

.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-rounded-top {
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;
}

.container-rounded-bottom {
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);
}




table.blinds, table.ranking, table.sundowner, table.jamai {
	width: 500px;
	margin-left:40px;
	border: none;
	color: #000;
}

table.blinds td { 
	background-color: lightgrey;
	background: #fff;
	border-top: 1px solid black;
	color: #000;
}

table.blinds thead tr, table.jamai thead tr {
	background-color: lightgrey;
	color: #000;
}

table.blinds tfoot td, table.jamai tfoot td {
	background-color: lightgrey;
	
}

table.jamai, table.jamai a.player{
	color: white;
	
}

#pause1 {border-bottom: 1px solid black;}


.inaktive{
	opacity: 			0.7;
	filter: 			alpha(opacity=70);
	
}

article {
	color: #000000;
}

section {
	color: #000000;
}

a.player {
	background: transparent;
	color: #000000;
	text-decoration: none;
}

a.player:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.player:active,
a.player:hover {
	outline: 0;
}

a.player:hover,
a.player:focus {
	color: #000;
	text-decoration: none;
}

a.loca {
	text-decoration: none;
}
a.loca:hover {
	text-decoration: none;
}

.apdf {
	display:none;
}

ul.mecond, ol.mecond {
	margin-left: 30px;
}
ul.mecond li, ol.mecond li{
	color: #000;
}

p.pad {
	padding-right:40px;
	padding-left:40px;
	color: #000000;
}

h1.tentimes {
	display: none;
}

section div img {
	display: none;
}

pre { color: #000000; }

.verlauf
{
font-size: 90%;
color: #222;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 		opacity 0.35s linear;
	-webkit-transition: opacity 0.35s linear;
	text-align:left;
	padding:0;
	margin:0;
}

.verlauf:hover
{

color: #000;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 		opacity 0.35s linear;
	-webkit-transition: opacity 0.35s linear;
background-color: #eee;
}

		
.location {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 108px;
	margin-right: 5px;
	width: 70%;
	opacity: 			0.6;
	filter: 			alpha(opacity=60);
}
.location:hover{
	opacity: 			1;
	filter: 			alpha(opacity=100);

}

div.location img{
	width:16px;
}

.karte div {
	display:none;
	}


.wttnl2 {
	display:none;
	}
	
#footer {
	background-color: #fff;
	}
#footer div {
	background-color: #fff;
	}

}

/*
- default.css
*/