@charset "utf-8";
/* CSS Document */

#fisi_header {
	width:100%;
	height:25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a5956+0,4d4c49+100 */
	background: #5a5956; /* Old browsers */
	background: -moz-linear-gradient(top,  #5a5956 0%, #4d4c49 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5a5956 0%,#4d4c49 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5a5956 0%,#4d4c49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5956', endColorstr='#4d4c49',GradientType=0 ); /* IE6-9 */
	padding:10px;
  	color:#FFF;	
}

.fisi_header_kalender {
	width:100%;
	height:25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a5956+0,4d4c49+100 */
	background: #5a5956; /* Old browsers */
	background: -moz-linear-gradient(top,  #5a5956 0%, #4d4c49 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5a5956 0%,#4d4c49 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5a5956 0%,#4d4c49 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5956', endColorstr='#4d4c49',GradientType=0 ); /* IE6-9 */
	padding:10px;
  	color:#FFF;	
}

#fisi_titel {
	position:relative;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}

#fisi_datum {
	position:relative;
	float:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right:10px;
}

#fisi_uhr {
	position:relative;
	float:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


#fisi_nav_button {
	position:relative;
	float:right;
	margin-left:10px;

}


#wrapper {
}

.fisi_container {
	position:relative;
	width:588px;
	height:438px;
	float:left;
	background-color:#f5f5f5;
	margin:10px;
	overflow: hidden;
	border: 2px solid #555451;
}

.fisi_container_kalender {
	position:relative;
	width:570px;
	height:420px;
	float:left;
	background-color:#f5f5f5;
	margin:10px;
	padding:8px;
	border: 2px solid #555451;
}



