/* CSS Document für KonCES */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 97%;
	height: 100%;
	margin: 10px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 3em;
	font-weight: bold;
	color: #000000;
}

.picturecontainer {
	display: none;
}

.homebutton {
	display: none;
}

.show {
	width: 100%;
	text-align: left;
	font-size: 100%;
}

#timercontainer {
	display: none;
}

#navicontainer {
	display: none;
}

#navicontainerblind {
	width: 100%;
}




/* Linkdefinitionen */

a.navibutton:link {
	font-size: 100%;
}

a.navibutton:visited {
	font-size: 100%;
}

a.navibutton:hover {
	font-size: 100%;
}

a.navibutton:active {
	font-size: 100%;
}





/* Textdefinitionen */

.headline {
	font-size: 125%;
}