@import url(rte.css);

* {
	margin: 0;
	padding: 0;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img { border:0; }
.csc-textpic-imagewrap {
	margin-top:4px;
}

body {
	margin:0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	text-align: center;*/
	font-size:11px;
	color:#666;
	line-height:1.3;
}

#container {
	margin:0 auto;
	padding:0;
	width:1000px;
	text-align: left;
	border:1px solid #666;
}

#column-left {
	float:left;
	width:230px;
	overflow:hidden;
/*	border-right:1px solid #666;*/
	padding:10px;
}
#column-middle {
	margin-left:250px;
	overflow:hidden;
	min-height:280px;
	height:auto !important;
	height:280px; 
	border-left:1px solid #666;
	padding:10px;
}


#topmenu { 
/*overflow:hidden; */ 
	height:34px; 
	padding-bottom:21px;  
	line-height:28px; 
	margin:0; 
	vertical-align:middle; 
}

#topmenu ul { 
	/*padding-top:8px; padding-bottom:8px; */
	/* height:34px; overflow:hidden;*/ 
	vertical-align:middle;
	padding:0;
	font-size:12px; 
	line-height:14px; 
	list-style:none; 
	list-style-type:none; 
	margin:20px 10px; 
	padding:10px 8px;
}
#topmenu li { /* line-height:18px; */ display:inline; padding:5px 0; margin:0; }
#topmenu li a {   /*line-height:18px; */ margin:0; padding:10px 8px; text-decoration:none; color:#444; }
#topmenu .act a, #topmenu a:hover {  text-decoration:underline; color:#ff6633; }

#tx-srfeuserregister-pi1-fe_users_form {color:#000000; }

.tx-dycongroupcreation-pi1 label { color:#fff; }
.tx-comments-pi1 a, .tx-comments-pi1 * { color:#fff; }

/*
 * cal START
 */

.tx-cal-controller {
	margin-top: 10px;
}

.tx-cal-controller .even {
	background-color:#EEEEEE;
}

.tx-cal-controller td {
	font-size: 10px;
}

.tx-cal-controller dt {
	padding: 5px 5px 0 5px;
}

.tx-cal-controller dd {
	padding: 0 5px 10px 5px;
}

.tx-cal-controller dl {
	border: 1px solid #eee;
	margin: 10px 0;
}

#month-header, #week-table {
	width: 752px;
	height: 38px;
	margin-bottom: 0;
	border-bottom: none;
	padding-top: 5px;
}

#month-header h1, #month-header img {
	float: left;
	font-size: 16px;
}

#month-header {
	margin: 0 0 0 3px;
}

#month-header-prevnext {
	width: 300px;
}

table.month-large {
	width: 754px;
}

.month-weeknums {
	background: url(/typo3conf/ext/cal/template/img/time_bg.gif);
	border-right:2px solid #A1A5A9;
	border-top:1px dashed #A1A5A9;
	width: 30px;
}

.weekday {
	background: url(/typo3conf/ext/cal/template/img/time_bg.gif);
}

.rowOn {
	background-color:#E1E8F1;
}

tx-cal-controller, .tx-cal-controller .monthview table, .tx-cal-controller .weekview table {
	margin: 0 auto;
}

#calendar-event div {
	margin: 10px 0 0 0;
}

#calendar-event-backlink {
	margin: 20px 0 0 0;
}

/*
 * cal STOP
 */

