* {
	padding: 0;
	margin: 0;
-moz-border-radius:3px;
}

body {
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: 8pt;
	width:680px;
	color: #F2F2F2;
}
legend {
	color: #F2F2F2;
}
#banner {
	height: 29px;
}

.panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;
	padding: 0.6em;
	z-index:-10;
}

fieldset {
	padding: 1em;
	height:320px;
	border:0px solid green;
}

.panel.active-tab-body {
	display: block;
}
.bar {
	padding: 1px;
	background-color: #3e3e3e;
}

#tabs {
	position: absolute;
	top: 5px;
	height: 18px;
	list-style: none;
	z-index:10;

}

#tabs li {
	float: left;
}

#tabs a {
	-moz-border-radius:5px 5px 0px 0px;

	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #eee;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #355;
	border-top: 3px solid #660000;
	padding-top: 4px;
	color: #ddd;
}
 label {width:110px;float:left;margin-top:7px}
 input {margin:5px 0;width:200px;	-moz-border-radius:5px;
} 
 textarea {margin:5px 0;width:200px;-moz-border-radius:5px;font-family:Trebuchet MS;font-size:8pt;height:6em} 
 
#termine input {width:4em}
 
#mapwrap,#terminewrap {float:right;width:300px;height:300px;}
#map {width:300px;height:300px;border:1px dotted silver}

#terminewrap {border:none;width:270px}
.error {border:2px dotted red}
#verschiebertext {background-color:rgb(254,117,105);color:black;padding:0 .5em;border:1px solid black}
 
.sp {background-image:url(sp.gif);background-repeat:no-repeat}
 
.calcell {background-color:rgb(234,231,226);padding:2px;border:1px solid black;width:60px;font-size:8pt;vertical-align:top;color:gray;text-align:right;height:20px}
.yellow {background-image:url(yellow.gif);background-repeat:no-repeat;background-position:13px 3px}
.calendarHeader {background-color:rgb(255,250,115);color:black;font-size:8pt;} 
.empty {background-color:#333}
#termineedit {width:100px;position:relative;background-color:rgb(167,204,149);padding:5px;}
.active {background-color:rgb(167,204,149);color:black}
.termininp {width:4em;border:1px solid silver;margin:1px 0}


