*{
	font-family:  Arial,Verdana, Helvetica, sans-serif;
}

body
{
    margin:0px;
    padding:0px;
	font-size: 12px;
	background-color: #FFF;
	color: #575656;
}

html 
{
    height:100%;
}


/* ******************************* DIV's ****************************** */

#containertip
{
	width: 500px;
	margin:auto;
	text-align:center;
}

/* ************** Contentbereich ***************** */

#maintip{
	text-align: left;
	padding: 20px 0px 20px 0px;
	background-color: #FFFFFF;
	line-height: 17px;
	width: 500px;
}
#contenttip
{
	text-align: left;
	padding: 0px;
	font-weight: bold;
}

#buttonContainer a{
	color: #000000;
}
/* ********************** globale Formatierungen ********************** */

a{
	color: #000000;
	text-decoration: underline;
}

table
{ 
	border-collapse:collapse;
}


/* ************************************ Überschriften ********************************** */
h1
{
	font-size: 15px;
	font-weight: bold;
}
h2
{
	font-size: 12px;
	font-weight: bold;
}
h3
{
	font-size: 12px;
	font-weight: bold;
}
h4
{
	font-size: 12px;
	font-weight: bold;
}
h5
{
	font-size: 12px;
	font-weight: bold;
}
h6
{
	font-size: 12px;
	font-weight: bold;
}


/* ************************************ Formulare ************************************** */
input
{
	margin-top: 3px;
	border: 1px solid #9D9D9F;
}

.button
{
	border: 0px;
	background-color: #CFCFCF;
	text-transform:uppercase;
	font-size: 11px;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

/* ******************** Formatierung Dateiverweise & Bildbeschreibung ****************** */

.csc-uploads-fileName p	/* Name der Datei */
{
	margin: 0px;
	padding-bottom: 6px;
}

.csc-uploads-icon
{
	vertical-align: top;
}

.csc-uploads-fileSize	/* Dateigr��e bei Dateiverweisen/-links */
{
	width: 40px;
	text-align: right;
	vertical-align: top;
}

.csc-uploads-fileSize p 
{
	margin: 0px;
	padding: 0px;
}

.csc-textpic-caption 	/* Bildbeschreibung */
{
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
}
.error ,.tx-roltipafriend-pi1-error
{
	color: #FF0000;
}

