body {
	background-color: black;
	margin: 0;
	padding: 0;
}

#nav {
	color: white;
	background-color: #494949;
	padding: 4px 5px 0 5px;
	margin: 0 0 10px 0;
	font-family: Verdana;
	font-size: 11px;
	height: 28px;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: white;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: none;
}

.fRight {
	float: right;
}

.fLeft {
	float: left;
}

#startbtn {
	width: 140px;
	margin: 0;
}

#seconds {
	color: white;
	width: 7px;
	background-color: #494949;
	border: 0;
}

#timer {
	margin: 2px 0 0 10px;
	visibility: hidden;
}

.numbers {
	margin: 5px 0 0 0;
}

#pContainer {
	height: 600px;
}

#pContainerSmall {
	height: 450px;
}

.clrfix {
	clear:both;
	height:0;
	margin:0;
	line-height:0;
	font-size:1px;
}

#bildetext {
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 0 10px 10px;
	text-align: center;
}
