body {
	font-family:Verdana,sans-serif;
	font-size:12px;
}

/* *************************
   Für Eingabeformular
   ************************* */

td {
	font-size:12px;
}
table .fett {
	font-weight:bold;
}
table .kopfzeile {
	font-weight:bold;
	color:#757CF8;
	background:#999;
	font-size:14px;
}
table .fehlerhead {
	background:#900;
	color:#ddd;
	font-size:14px;
}
table .fehlerhinweis {
	background:#a00;
	color:#fff;
}
.r0 {
	background:#ddd;
}
.r1 {
	background:#eee;
}
.r0e {
	background:#fdd;
}
.r1e {
	background:#fee;
}

/* *************************
   Für Anzeige
   ************************* */

.monblatt {
	border:2px solid #EF3110;
	width:100%;
}

.monhead {
	height:30px;
	background:#EF3110 url(img/monhead_back.gif) top left repeat-x;
}
.monhead th {
	font-size:20px;
	color:#fff;
	font-weight:bold;
	font-family:Georgia,serif;
}

.monblatt td {
	padding:5px;
}

.monheadtage {
	font-weight:bold;
	text-align:center;
	height:20px;
	background:#aaa;
}

.monentry, .monentrylarge, .detentry, .detinfobox {
	border:1px solid #333;
}
.monentrylarge {
	font-size:12px;
}
.monentrylarge a {
	margin-top:2px;
	padding-left:10px;
	background:url(img/bibbus.gif) 0px 4px no-repeat;
	display:block;
	line-height:14px;
	text-decoration:none;
	color:#111;
}
.monentrylarge a:hover {
	background:#ddf url(img/bibbus_over.gif) 0px 4px no-repeat;
}

.detinfobox {
    width:190px;
	display:block;
	margin-top:10px;
	background:#eee;
	overflow:hidden;
}

.detinfobox b {
    color: #333;
}

.detinfobox p {
    margin:0;
    padding:5px;
}

.detinfobox a {
    font-weight:bold;
    text-decoration:none;
    color:#333;
}

.detinfobox a:hover {
    color:#933;
}

h2 {
	font-size:20px;
	margin-bottom:0;
	text-align:center;
}

.monentry {
	font-size:10px;
}

.mondow, .mondowtoday  {
	font-weight:bold;
	font-size:12px;
	font-family:Georgia,serif;
	background:#ddd;
	text-align:right;
}

.mondowtoday {
	color:#fff;
	background:#555;
}

.monentry a {
	margin-top:2px;
	padding-left:10px;
	display:block;
	background:#fff url(img/bibbus.gif) 0px 4px no-repeat;
	line-height:14px;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#111;
}
.monentry a:hover {
	background:#ddf url(img/bibbus_over.gif) 0px 4px no-repeat;
}

.navi {
	border:2px solid #1031ef;
	margin-bottom:10px;
}
.navi a {
	height:30px;
	line-height:30px;
	padding:0 10px 0 10px;
	background:#1031ef url(img/navi_back.gif) top left repeat-x;
}
.navi .link, .navi .linkon {
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	font-family:Georgia,serif;
	line-height:30px;
}

.navi .link:hover {
	background:url(img/navi_back_switch.gif) top left repeat-x;
}

.navi .linkon {
	background:url(img/monhead_back.gif) top left repeat-x;
	font-weight:bold;
}

.btn, .btnsml {
	border:1px solid #000;
	font-family:Georgia,serif;
	font-size:20px;
	line-height:30px;
	background:#eee;
	padding:5px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
}

.btnsml {
	font-size:12px;
	line-height:21px;
	height:21px;
	margin-left:10px;
	margin-right:10px;
}

legend {
    font-size:1.1em;
    font-weight:bold;
    padding-left:20px;
    color: #06C;
    background:url(img/info.gif) 2px 0 no-repeat;
}

fieldset {
    display:block;
    border:1px solid #666;
    margin-bottom:10px;
    line-height:1.5em;
    margin-top:2px;
}

fieldset p {
	margin:0;
	padding:10px;
}

#footer {
	border-top:1px solid #333;
	text-align:center;
	padding-top:5px;
	font-size:10px;
	color:#666;
	display:block;
}

#footer a {
	color:#333;
	text-decoration:none;
}

#footer a:hover {
	color:#999;
	text-decoration:none;
}

#navipanel {
	float:left;
	position:fixed;
	width:200px;
}

#content {
	margin-left:210px;
	display:block;
}
