body {
    display: block;
    margin: 4px;
}

div.udienst {
	#color:#A22B4B;
	font-size:16px;	
	font-weight:bold;
	border-width: 2px;
	border-color: black;
	border-style: solid;
	width: 100%;
	#border: 1px solid black;

	##padding-top:30px;
	#padding-left:40px; 
	#padding-bottom:20px;
	#width:100%;
}
div.dienst-b1{
	border-width: 1px;
	border-color: black;
	border-style: dotted;
		

}
div.dienst-b2{
	border-width: 2px;
	border-color: black;
	border-style: solid;
		width: 100%;
}
div.dienst {
	font-size:16px;	
		width: 100%;
}

div.dienst-fl5 {
	font-size:16px;
	float: left;
	#display: inline-block;	
		width: 50%;
		#float:left;
}
div.dienst-fr5 {
	font-size:16px;
	float: right;
	#display: inline-block;	
		width: 50%;
		#float:left;
}
div.dienst-fl3 {
	font-size:16px;	
	#display: inline-block;
		float:left;
		width: 33%;
		border-width: 1px;
	border-color: black;
	border-style: dotted;
		#min-width: 10%;
		#max-width: 33%;
}
div.clear { clear: both; }

div.matrix1 {
	float: left;
	margin: 1px;
	border-style: groove;
	text-align: center;
}

.dienst-t1 {
	border-width: 1px;
	border-color: black;
	border-style: dotted;
		width: 100%;
		#font-weight: normal;
}
.dienst-t2 {
	#border-width: 1px;
	#border-color: black;
	#border-style: dotted;
		width: 33%;
		#font-weight: normal;
}
/*
#menu-icon {
	color: #000;
	width: 42px;
	height: 30px;
	padding: 8px 10px 0px 42px;
	cursor: pointer;
	border: solid 1px #666;
	display: block;
	}
#nav {
	clear: both;
	position: absolute;
	top: 38px;
	width: 160px;
	z-index: 10000;
	padding: 5px;
	background: #f8f8f8;
	border: solid 1px #999;
	display: none;
	}
	*/
.kalenderw {
	font-weight:bold;
	#color: #A22B4B;
	#background-color:yellow;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	}
	
.kalender {
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
	color: #ffffff;
	#color: #A22B4B;
	#background-color:yellow;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	max-width: 400px;
   width: 98%;
	}
.kalender a:hover, .kalender a:visited, .kalender a:link {
	color: #ffffff;
	/*text-decoration: none;*/
}

.kalender td {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

caption {
	color: black;
}

table {
  border-collapse: collapse;
}
td, th {
  border: 1px solid black;
}

td.heute {
	border-color: yellow;
	border-width: 3px;
}


th {
    font-weight: normal;
    text-align: -internal-center;
    white-space: nowrap;
}
	
	

div.wt1{
	font-size:16px;	
	font-weight:bold;
	text-align: center;
	float: left;
	#width: 25px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

div.wt{
	font-size:16px;	
	font-weight:bold;
	text-align: center;
	float: left;
	width: 25px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}

/* css reset - makes the layout looking good in all browsers */
ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }


/* Main Styles */	

#flot_clear{
	clear:both;
}
	
#wrapper{
	/*max-width: 350px; */
	width: 98%;
	margin:0 auto;
	/*width:600px;
	
	margin-top:100px;*/
}

#nav {
	position:relative;
	/*width:620px;*/
	margin:0 auto;
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
	border-left:1px solid #c4dbe7;
	border-right:1px solid #c4dbe7;
}

ul#navigation li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	border-top:1px solid #c4dbe7;
	border-bottom:2px solid #c4dbe7;
}

ul#navigation li a {

	padding:10px 70px;
	color:#616161;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border-right:1px solid #fff;
	border-left:1px solid #C2C2C2;
	border-top:1px solid #fff;
	background: #f5f5f5;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background:#f8f8f8;
	color:#282828;
}

ul#navigation li:hover > a {
	background:#fff;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:180px;
	background:#f8f8f8;
	box-shadow:1px 1px 3px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 43px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#616161;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:150px;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

#benutzer {
width: 100%;
max-width: 350px;
}
