body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.2em;
        margin: 0px;
        padding: 10px;
}

textarea {
	width: 300px;
	height: 100px;
}
table, td, th {
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: white;
}

.hidehead {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	cursor: pointer;
}
.hidewrap {
	background-color: #EFEFEF;
	padding: 10px;
	margin-bottom: 15px;
}

/* Kalendertabelle */
table.month td {
	padding: 0px;
	vertical-align: middle;
}
.month td.navi {
	text-align: left;
	background-color: #605f5f;	
	color: white;
	padding-left: 5px;
}
.month td.navi i.thismonth {
	display: inline-block;
	width: 175px;
	text-align: right;
	font-style: normal;
	font-size: 20px !important;
	position: relative;
	top: -7px;
}
td.navi i {
	display: inline-block;
	font-size: 40px !important;
	margin: 3px;
	color: white;
}
td.navi i.fa-circle {
	font-size: 25px !important;
	position: relative;
	top: -5px;
}
.month td {
	text-align: center;
	width: 38px;
	height: 38px;
	font-family: arial;
	font-size: 19px;
}
.month td .day {
	text-align: center;
	vertical-align: middle;
}
tr.weekdays td {

}

a, a:FOCUS, a:VISITED {
	text-decoration: none;
}
.day a {
	display: inline-block;
	width: 90%;
	height: 90%;
	text-align: center;
	font-weight: bold;
}
.green a {
	color: #7da52c;
}
.orange a {
	color: #d09c01;
}
.red a {
	color: #AE3B87;
}
td.actual {
	background-color: #c0c0c0;
}

/* Form */
input.xl, textarea.xl, select.xl {
	width: 200px;
}
input.m {
	width: 60px;
}
input, textarea, select {
	font-family: arial;
	font-size: 16px;
	border: 1px solid gray;
}

/* Links & buttons*/

button, a.button {
	display: inline-block;
	padding: 10px;
	padding-right: 13px;
	padding-left: 13px;
	background-color: #605f5f;
	border: none;
	font-family: arial;
	font-size: 18px;
	color: white;
	cursor: pointer;
}
a.button {
	padding-top: 13px;
	padding-bottom: 13px;
}

a.do {
	color: #d09c01;
	font-size: 18px;
}

input.pwd {
	margin-right: 10px;
	height: 30px;
}
p.logout {
	max-width: 800px;
	text-align: right; 
	padding-right: 30px;
}