@import url(layout.css);

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	color: #45464A;
	background: url(../images/back.png) top repeat-x #CCCCCC;
}

.spacer {
	clear: both;
}

#drehpunkt {
	position: absolute;
	top: 0;
	left: 0;
}

input.textfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.select {
	padding: 2px;
}
a.noline {
	text-decoration: none;
}
a {
	color: #45464A;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {

}

#BallonTip {
	background-color: #FFFBE1 !important;
	border: 1px solid black;
	padding: 5px;
	width: 250px;
}

.inhaltsblock {
	border: 1px solid #D2D2D1;
	background-color: #FBFBFB;
	padding: 3px;
	margin-bottom:5px;
}

table.caltable {
	border-collapse:collapse;
}

.tbl_in_box {
	width: 100%;
}
.tbl{
	width: 100%;
}
.adminblock {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.adminzelle {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0;
}
.tag a {
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 25px;
	width: 25px;
	border: 1px solid #CCCCCC;
	/*background-color: #CCCCCC;*/
	background-color: #FFFFFF;
	font-weight: normal;
}
.tag a:hover {
	text-decoration: none;
	color: #000000;
	border: 1px solid #FE3501 !important;
}

.definitiv1,
.abgeschlossen1 {
	background: #F75F00 url(../images/status_definitiv_1.gif) no-repeat 0 0;
}

.definitiv0,
.abgeschlossen0 {
	background: #F75F00 url(../images/status_definitiv_0.gif) no-repeat 0 0;
}

.pendent1 {
	background: #999 url(../images/status_pendent_1.gif) no-repeat 0 0;
}

.pendent0 {
	background: #999 url(../images/status_pendent_0.gif) no-repeat 0 0;
}


.samstag, .sonntag {
	color: #000000 !important;
	font-weight: bold !important;
}
.heute {
	border: 1px solid #FF3300 !important;
	background-color: #FFFFFF !important;
	color: #000000;
}

.error { margin: 2px 0; padding: 5px;}
.error ul { margin: 0; padding: 0 0 0 18px; list-style-position: outside }
.error ul li { list-style-image: url(../images/list_error.gif); margin: 0; padding: 0; color: #FF0000 }


.content {

}

h1 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}
.inhaltsblock h1 {
	font-size: 12px;
	font-weight: bold;
}

.block a, .block_pendent a, .block_abhaengig a {
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 100%;
	height: 100%;
	width: 100%;
}

.block a:hover, .block_pendent a:hover, .block_abhaengig a:hover {
	text-decoration: none;
}

.block_pendent {
	width: 84px;
	font-size: 11px;
	background: url(../images/back_pendent.png) top repeat-x #999999;
}

.block_abhaengig {
	width: 84px;
	font-size: 11px;
	background: url(../images/back_abhaengig.png) top repeat-x #F8F8F8;
}

.block {
	width: 84px;
	font-size: 11px;
	background: url(../images/back_belegt.png) top repeat-x #F75F00;
}

.block_leer {
	width: 84px;
	padding: 0;
	margin: 0;
	background: url(../images/back_frei.png) top repeat-x #FFFFFF;
	line-height: 5px;
	font-size: 5px;
}

.block_out {
	padding: 0 0 0 2px;
	background: url(../images/back_out.png) top repeat-x #FFFFFF;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
}

.rr {
	border-right: 1px solid #333333;
}
.rl {
	border-left: 1px solid #333333;
}
.ru {
	border-bottom: 1px solid #333333;
}

input.textfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px 0;
	padding: 2px;
}

.button {
	border-style: outset;
	border-width: 1px;
	border-color: #000066;
	background-color: #ECEDF9;
	padding: 5px 10px;
}

.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.eventlinie {
	width: 587px;
	margin: 20px 0;
}

.legende_frei {
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin: 0 5px 0 20px;
	background-color: #CCCCCC;
}
.legende_belegt {
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin: 0 5px 0 20px;
	background-color: #999999;
}

.help {
 cursor: help;
 border-bottom: 1px dotted black;
 text-decoration: none !important;
}