div.pv_content{
	padding-top: 0;
	padding-left: 10px;
}
.vcal_cal .calendar{
	width:20px;
	height:20px;
	text-align:center;	
}

.vcal_cal .calendar.offset{
	 background-color:#E7E7E7;
	 color: #777;
}
.vcal_cal .calendar.offset a{
	color: #777;
}
/* Die Infobox mit den Erklärungen zu den Rahmen */
div.description{
	margin-top: 15px;
	margin-bottom: 15px;
}

div.description span.box{
	margin-top: 2px;
	margin-right: 4px;
	height: 12px;
	width: 12px;
	display: block;
	float: left;
	background-color: #fff;
}

span.box.selected{
	border-style:solid;
	border-color:#003399;
	border-width:1px;
}

span.box.today{
	border: 1px solid red;
}

.vcal_cal .calendar.selected{
	border-style:solid;
	border-color:#003399;
	border-width:1px;
	background-color:#FFFFFF;
	width:15px;
	height: 15px;
}

.vcal_cal .calendar.today{
	border-style:solid;
	border-color:red;
	border-width:1px;
	background-color:#FFFFFF;
	width:15px;
	height: 15px;	
}
.vcal_cal .calendar.default{

}

.vcal_cal th, .vcal_cal tr.calendar.header {
	font-weight: bold;
	text-align:center;
}

.vcal_cal{
	background-color:#F2F2F2;
}

div.provider li.vcal-cat{
	float: left;
	width: 150px;
	font-size: smaller;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;	
}
li.vcal-cat a{
	padding-left: 10px;
	background-image: url('bg_link_submenu.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
ul.vcal-cats{
	clear: both;
	padding: 0;
	margin: 0;
}

.event.label{
	float:left;
	width:125px;
	margin-bottom: 10px;
	clear: left;
}
.event.data{
	float:left;
	margin-bottom: 10px;
	padding-left: 10px;
	clear: right;
}

.pv_content{
	clear: both;
}

fieldset.event{
	padding: 10px;
}

fieldset.event label{
	display: block;
	float: left;
	clear: left;
	width: 125px;
}

fieldset.event .input{
	float: left;
	display: block;
	clear: right;
}

br.clear-all{
	clear: both;
}

.event.msg{
	width: 400px;
	padding: 25px;
	margin: 25px;
	text-align: center;
	font-weight: bold;
	display: none;
}
.event.msg p{
	padding-bottom: 0;
}

.event.msg.error{
	border: 1px solid red;
	display: block;
}

.event.msg.success{
	border: 1px solid green;
	display: block;
}

fieldset.event input, fieldset.event label, fieldset.event select, fieldset.event textarea{
	margin-bottom: 3px;
}

fieldset.event input.text{
	width: 300px;
}

img.event.image{
	clear: both;
	margin-left: 125px;
	margin-top: 15px;
	margin-bottom: 15px;
}
a.event-link{
	padding: 0 5px 0 25px;
	margin-top: 5px;
	border: 1px solid #999999;
	background-color: #E6E6E6;
	background-image: url('btn_pfeil.gif');
	background-repeat: no-repeat;
	background-position: center left; 
	line-height: 17pt;
	text-decoration: none;
	color: #666666
}
input.date{
	width: 100px;
}

input.dp-applied {
	width: 100px;
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 1px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(js/jquery/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
#calendar-me {
	margin: 20px;
}


#CP_hourcont {
padding: 0px;
position:absolute;
border:1px dashed #999999;
background-color:#f2f2f2;
}

#CP_minutecont {
padding: 1px;
position:absolute;
background-color:#dddddd;
width:45px;
}

.floatleft {
float:left;
}

.CP_hour {
padding:3px;
font-size:10px;
white-space:nowrap;
cursor:pointer;
width:35px;
}

.CP_minute {
padding:2px;
background-color:#dddddd;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
white-space:nowrap;
cursor:pointer;
width:auto;
}

.CP_over {
background-color:#FFFFFF;
}
.time-pick{
	height: 16px;
}

.time-pick-text{
	width: 75px;
}

#date-table{
	width: 100%;
	margin-bottom: 8px;
}

.eventtypeform{
	margin-top: 8px;
}

.submit.button{
	margin-bottom: 95px;
}

ul.catlist li{
	list-style: none;
	display: block;
	clear: both;
}

ul.catlist li ul{
	clear: both;
	display: block;
}

ul.catlist li label.cat-lable{
	float: left;
	clear: none;
	width: auto;
	padding-left: 5px;	
}

ul.catlist li input.cat-checkbox{
	float: left;
	clear: none;
	margin-top: 1px;
	border: 0;
}

#side-right{
	width: 230px;
	margin:0;
	padding: 0 10px 0 0;
	display: block;
	float: right;
}

* html #side-right{
	width: 210px;
}
.sidebox{
	padding: 5px;
	margin: 10px 0 0 0;
	background-color: #E6F1FD;
	float: left;
	width: 100%;
}
.sidebox.vcal_calendar{
	margin-top: 0;
}

.sidebox h3{
	font-size: small;
	font-weight: bold;
}
a.cal-link{
	background-image: url('./bg_link_submenu.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 8px;
	font-size: smaller;
	font-weight: bold;
}
#search-form .form-item label{
	width: 75px;
	display: block;
	float: left;
}
#search-form .form-item select{
	width: 135px;
}

#search-form .form-item{
	padding-top: 3px;
}

#search-form .form-item input{
	margin-bottom: 0px;
}
.event.categories{
	margin-bottom: 7px;
}

.event.categories a{
	margin-right: 5px;
}
.event.categories span.category.active{
	margin-right: 5px;
}
.searchparams{
	clear: both;
	padding: 15px;
	background-color: #fff;
}

.vcal_data .top {
	margin-top: 0;
	background-color: #e6f1fd;		
}
.vcal-catoverview{
	padding-top: 5px;
}
.vcal-catoverview ul{
	margin: 0;
	padding: 0;
}
.provider .vcal_data .vcal_front h2{
	background-image: none !important;
	margin-left: -15px;
	font-size: 80%;
}
ul.submenu li{
	list-style: none;
	float: left;
	padding-right: 5px;
	margin: 0;
}
ul.submenu li.active{
	font-weight: bold;
}

ul.submenu, ul.submenu ul{
	clear: both;
	margin: 0;
	padding: 0;
}

ul.editmenu li{
	font-weight: normal;
}
ul.editmenu li.active{
	font-weight: bold;
}
div.menu{

}
div.edit-form{
	clear: both;
}
table.event-table{
	width: 100%;
}
table.event-table tr.odd{
	background-color: #fff;
}

table.event-table tr.even{
	background-color: #ccc;
}

table.event-table td.event-title{
	width: 75%;
}

.event.cattext{
	margin-top: 8px;
}

.pv_content .label{
	font-weight: bold;
	float: left;
}
.edit-form input.eventtype, .edit-form input.eventrepeat{
	border: 0;
}

.edit-form fieldset{
	padding: 0 10px 15px 10px;
}

.next-link{
	clear: both;
}
.next-link img{
	vertical-align: bottom;
	clear: both;
}
.all-link{
	clear: both;
	margin-left: 10px;
}

.event-list .label{
	float:left;
	width:100px;
	margin-bottom: 10px;
	clear: left;
}

.event-list .data{
	float:left;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 400px;
	clear: right;
}
#sendreminder .form-item, #event-form .form-item {
	display: block;
	clear: both;
}

.desc{
	font-size: smaller; 
	font-weight: bold;
	margin-bottom: 12px;
}

.vcal_front h2 a{
	margin-left: 10px;
}