/* ===================================================================== */
/* CSS-Anpassungen */
/* ===================================================================== */

/* anpassen TYPO3: bild im text, float left */
.beitrag_centercol img.floatleft {
	margin: 0 15px 15px 0;
	
	border: 1px dotted #bdbcb6;
}


.csc-form-fieldcell {
	vertical-align: top;
}

.csc-form-fieldcell input, 
.csc-form-fieldcell select {
	border: 1px solid #bdbcb6;
}


.csc-linkToTop {
	clear: both;
}

.csc-menu  {
	margin: 0 0 10px 0;
}

.csc-menu-4 dd {
	margin: 0 0 5px 0;
	color: #999;
}

.csc-textpic-caption {
	font-size: 90%;
	line-height: 120%;  
	color: #777;
	padding: 5px 0 0 0;
}



/* ===================================================================== */
/* LOGIN-Formular */
/* ===================================================================== */

.tx-felogin-pi1 legend {
	display: none;
}

/* Alle Inpütter zuerst formattieren => Submit hat keine ID ... */
.tx-felogin-pi1 input {
	width: 124px;
	border: 1px solid #CCC;
	background-color: #F1F4F7;
	margin-top: 10px;
	margin-bottom: 10px;
	
	color: #666;
	text-align: center;
}

/* Die Textfelder explizit ansprechen */
.tx-felogin-pi1 #user, .tx-felogin-pi1 #pass {
	width: 122px;
	border: 1px solid #CCC;
	background-color: #F1F4F7;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}














