/* 
    Document   : ankuendigungen
    Created on : 27.12.2012, 10:25:20
    Author     : udo
    Description:
        Purpose of the stylesheet follows.
*/

	body {
		margin:0px 0px 0px 0px;
		color:#EEEEEE;
		background-color:#000000;
		
	}
	.slider {
		width: 100%;
		height:100%;
		position:absolute;
		background-size: cover;
	}
	.bild {
		
	}
	.help {
		font-family:Arial,sans-serif; 
		font-size:20px; 
		color:#000000;
		position:fixed;
		bottom:10px; 
		left:10px;
	}
	.countdown {
		font-family:Arial,sans-serif; 
		text-align:center;
		color:#EEEEEE;
		position:fixed;
		bottom:20px;
	}
	.linksoben {
		position:fixed;
		top:0px;
		left:0px;
		width:20%;
		height:20%;
	}
	.linksunten {
		position:fixed;
		bottom:0px;
		left:0px;
		width:20%;
		height:20%;
	}
	.timebox {
		position:fixed;
		bottom:0px;
		right:0px;
		width:20%;
		height:20%;
		z-index: 100;
	}
	.menue {
		font-family:Arial,sans-serif; 
		font-size:20px; 
		color:#000000;
		position:fixed;
		top:20px;
		left:20px;
		z-index: 100;
	}
	.menueTabelle {
		border-spacing:5px
	}
	.menueTabelle td { 
		border:1px solid #EEE; 
		overflow:hidden;
	}
	.timeDiv, .h_uhr, .h_nfuehr, .n_tag {
		font-family:  "Anton", "Franklin Gothic Heavy", monospace; 
		font-size:80px; 
		color:#EEEEEE;
		text-shadow:  	3px  3px 3px black,
						3px -3px 3px black,
						-3px  3px 3px black,
						-3px -3px 3px black,
						0 0 30px black;		
	}
	.timeDiv {
		position:fixed;
		bottom:50px; 
		right:20px;
		z-index: 100;
	}
	.h_uhr {
		position:fixed;
		bottom:50px;
		right:20px;
		z-index: 100;
	}
	.h_nfuehr{
		position:fixed;
		top:50px;
		left:20px;
		width:80%;
		height:20%;
		z-index: 100;
	}
	.h_ntag{
		position:fixed;
		bottom:50px;
		left:20px;
		z-index: 100;
	}
