/* CSS Document für KonCES */

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

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000066;
}

.versioncontainer {
	width: 750px;
	height: 20px;
	margin: auto auto;
	text-align: left;
	font-size: 10px;
	color: #000077;
}

#container {
	width: 750px;
	height: 460px;
	margin: auto auto;
	display:block;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	background-image: url(img/bgr.gif);
	background-repeat: no-repeat;
	background-position: left left;
}

#containerleft {
	width: 190px;
	height: 460px;
	float: left;
}

#containermiddle {
	width: 425px;
	height: 460px;
	float: left;
}

#containerright {
	width: 130px;
	height: 460px;
	float: left;
}

#containerlefttop {
	width: 190px;
	height: 105px;
}

.picturecontainer {
	width: 190px;
	text-align: right;
}

.homebutton {
	width: 173px;
	margin-top: 10px;
	margin-left: 17px;
}

#containermiddletop {
	width: 384px;
	height: 20px;
	margin-top: 85px;
	margin-left: 41px;
	text-align: left;
}

#contentcontainer {
	width: 372px;
	height: 287px;
	margin-left: 27px;
	background-image: url(img/content_frame.gif);
	background-repeat: no-repeat;
	background-position: left left;
}

.contentbox {
	position: relative;
	width: 347px;
	height: 223px;
	top: 40px;
	margin-left: 15px;
	margin-right: 10px;
	overflow: auto;
	scrollbar-face-color: #EFEFEF;
	scrollbar-track-color: #EFEFEF;
	text-align: left;
}

#timercontainer {
	width: 130px;
	height: 30px;
}

.show {
	display: none;
}

#navicontainer {
	width: 127px;
	height: 183px;
	margin-top: 85px;
	margin-right: 3px;
	background-image: url(img/navi_frame.gif);
	background-repeat: no-repeat;
	background-position: left left;
}

.navibox {
	position: relative;
	width: 127px;
	margin-top: 20px;
	float: left;
}

#navicontainerblind {
	display: none;
}




/* Linkdefinitionen */

a.navibutton:link {
	width: 105px;
	height: 21px;
	margin-bottom: 3px;
	margin-left: 10px;
	text-align: left;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}

a.navibutton:visited {
	width: 105px;
	height: 21px;
	margin-bottom: 3px;
	margin-left: 10px;
	text-align: left;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #5A5A8C;
}

a.navibutton:hover {
	width: 105px;
	height: 21px;
	margin-bottom: 3px;
	margin-left: 10px;
	text-align: left;
	float: left;
	background-color: #DEF7E7;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: underline;
	color: #000000;
}

a.navibutton:active {
	width: 105px;
	height: 21px;
	margin-bottom: 3px;
	margin-left: 10px;
	text-align: left;
	float: left;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: underline;
	color: #000000;
}

a.invisible:link {
	color: #000077;
}

a.invisible:visited {
	color: #000077;
}

a.invisible:hover {
	color: #000099;
}

a.invisible:active {
	color: #000099;
}


/* Textdefinitionen */

.headline {
	font-size: 15px;
	font-weight: bold;
}

.inverse {
	color: #FFFFFF;
	font-weight: normal;
}




/* Uhr */

input {
	height: 14px;
	margin: 0px;
	background-color: transparent;
	border: 0px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	text-align: right;
}