.cp{
	margin: auto;
	margin-top: 30px;
	width: 95%;
	-moz-border-radius: 15px;
	border: 1px solid #EFEFEF;
}
.cp .kopfline{
	background-color: #EFEFEF;
	padding: 8px 12px;
	font-size: 13pt;
	border-radius-top: 14px;
	text-align: left;
	color: #444444;
}
.cp .kopfline button{
	float: right;
	width: 22px;
	height: 22px;
	padding: 0px;
	border: 0px none;
	background-color: transparent;
	background-image: url(icon[neuladen]);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin-right: 10px;
	cursor: pointer;
}
.cp .kopfline button.set,
.cp .kopfline button.set:hover{
	background-image: url(icon[umstellen]);
}
.cp .kopfline button.next{
	background-image: url(icon[weiter]);
}
.cp .kopfline button.next:hover{
	background-image: url(icon[weiter_hover]);
}
.cp .kopfline button:hover{
	background-image: url(icon[neuladen_hover]);
}
.cp .kopfline .shout,
.cp .kopfline .shout:hover{
	background-image: url('alle/shouten.png');
	width: 31px;
	bottom: -9px;
}
.cp .inhalt{
	text-align: left;
	padding: 0px 0px 10px 10px;
}
.cp .halb{
	width: 50%;
	float: left;
}
.cp .kopfline .halb span{
	float: left;
}
.cp .inhalt .halb{
	height: 385px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}
.cp .inhalt .shoutbox{
	overflow: hidden;
}
.cp .inhalt .shoutbox .scrollbox{
	height: 385px;
}

/* Was gibts neues? */
.zup p{
	margin: 1px 0px;
	padding: 10px 0px 20px 10px;
	border-bottom: 1px dashed #EFEFEF;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-left: 1px dotted #EFEFEF;
}
.zup p:hover{
	padding-bottom: 19px;
	border-left: 1px solid #EFCD0C;
	background-image: url('alle/cpBoxHover.png');
	background-repeat: repeat-x;
	background-position:bottom;
	border-bottom: 2px solid #EFCD0C;
}
.zup p .icon{
	display: block;
	margin-bottom: 3px;
	white-space: nowrap;
	overflow: hidden;
	width: auto;
}
.zup p span{
	display: block;
	float: left;
}
.zup p span,
.zup p span a:link,
.zup p span a:visited{
	color: #999999;
	font-size: 10px;
}
.zup p span.datum{
	float: right;
	padding-right: 5px;
}
.zup p span.datum span{
	font-size: 11px;
}
.zup .neu{
	background-image: url('alle/cpBoxNeu.png');
	border-bottom: 1px solid #DBF0FF;
	border-left: 1px dotted #DBF0FF;
	background-repeat: repeat-x;
	background-position:bottom;
}


/* Kalender */
.kalender{
	border-collapse: separate;
	border-spacing: 2px;
}
.kalender th{
	font-size: 8px;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
	width: 44px;
}
.kalender td{
	border: 1px solid #EFEFEF;
	padding: 1px;
	text-align: right;
	height: 41px;
}
.kalender td div{
	padding: 10px 13px 1px;
	height: auto;
	width: auto;
	text-align:center;
	border: 0px none;
}
.kalender td:hover{
	border-color: #CCCCCC;
	background-color: #F4F4F4;
	cursor: default;
}
.kalender td.grey{
	border-color: #F4F4F4;
	color: #CCCCCC;
	text-align: center;
}
.kalender td.grey:hover{
	border-color: #EFEFEF;
	background-color: #FAFAFA;
}
.kalender td.kal_mark{
	border: 2px solid #DDDDDD;
	background-color: #F4F4F4;
	color: #333333;
	padding: 0px;
}
.kalender td.heute{
	border: 2px solid #$maincolor;
	font-weight: bold;
	color: #$maincolor;
	padding: 0px;
}

#kalenderTasks caption{
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #CCCCCC;
	padding-top: 5px;
}
#kalenderTasks th{
	text-align: left;
	color: #666666;
	width: 35px;
}
#cp_kalender{
	overflow: hidden;
	border-right: 1px solid #EFEFEF;
	padding-right: 4px;
	margin-left: -5px;
}
#cp_kalender a.next,
#cp_kalender a.back{
	display: block;
	height: 215px;
	width: 8px;
	background-image: url('alle/kalender.png');
	background-repeat: repeat-y;
	margin-top: 25px;
	border: 1px solid #F4F4F4;
}
#cp_kalender a.next{
	text-align: right;
}
#cp_kalender a.back:hover,
#cp_kalender a.next:hover{
	border-color: #CCCCCC;
}
#cp_kalender a.back img,
#cp_kalender a.next img{
	border: 0px none;
	margin-top: 81px;
}

/* Statistik */
.statistik{
	width: 100%;
}
.statistik th{
	padding: 3px 6px;
	color: #666666;
	border-bottom: 2px dashed #EFEFEF;
	width: 55%;
}
.statistik td{
	padding: 3px 6px;
	color: #333333;
	border-bottom: 2px dashed #EFEFEF;
	width: 45%;
}
.statistik .row0{
	background-color: #F4F4F4;
}
.statistik .imChat{
	color: #00CC00;
	font-size: 12pt;
	font-weight: bold;
	cursor: help;
}
.neueEinwohner{
	width: 100%;
}
.neueEinwohner th{
	width: 15%;
	padding: 1px 5px;
	padding-left: 15px;
	font-size: 9pt;
	border-bottom: 1px dashed #EFEFEF;
	border-right: 1px dashed #EFEFEF;
	font-weight: normal;
	color: #666666;
}
.neueEinwohner td{
	width: 35%;
	padding: 1px 5px;
	font-size: 9pt;
	border-bottom: 1px dashed #EFEFEF;
}