/* Formulare */

#updateDataHead{
    font-size:16px;
    color:#adb4bc;
}
.updateDataSeperator{
	border-top:1px solid #CCCCCC;
	height:1px;
	line-height:1px;
	margin-top:10px;
	margin-bottom:10px;
}
.updateDataFormarea input{
    width:240px;
    border:1px solid #8f8f8f;
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}
.updateDataFormarea select{
    width:246px;
    border:1px solid #8f8f8f;
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}
.updateDataFormarea textarea{
    width:241px;
    border:1px solid #8f8f8f;
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	height:60px;
}
.updateDataFormRowLeft{
    float:left;
    width:150px;
}
.updateDataFormRowRight{
   margin-left:160px;
}
.updateDataFormRow{
    margin:4px 0px 4px 0px;
}
.updateDataButtons{
    text-align:right;
}
.updateDataFormarea input .updateDataCkb{
	width:20px;
	border:0px;
}
#updateDataPictureDelete{
    float:left;
    margin-right:20px;
}
#updateDataNameDelete{
    font-weight:bold;
}
#btnSaveData{
	cursor:pointer;
}
#btnSaveData2{
	cursor:pointer;
}
#updateDataPictureLeft{
	float:left;
	width:180px;
}
#updateDataPictureRight{
	margin-left:185px;	
}

/* Impressum */
#imprint a{
	color:#c0000d;
}
#imprint a:hover{
	text-decoration:underline;
}
#imprint p{
	margin-top:10px;
	margin-bottom:10px;
}
#imprint .headline{
	font-weight:bold;
	font-size:12px;
}

/* AGB */
#agb a{
	color:#c0000d;
}
#agb a:hover{
	text-decoration:underline;
}

/* Media */
#media a{
	color:#c0000d;
}
#media a:hover{
	text-decoration:underline;
}
#media .headline{
	font-weight:bold;
	font-size:12px;
}

/* My Party */
#myparty a{
	color:#c0000d;
}
#myparty a:hover{
	text-decoration:underline;
}

/* Über Uniscene */
#about a{
	color:#c0000d;
}
#about a:hover{
	text-decoration:underline;
}

/* Meldungen */

/* Fehler */

.errorLabel{ 
	color:#c70012;	
}
.successLabel{
    margin-bottom:10px;
    color:#8cc700;
}	


/* Allgemein */

/* Links */

.linkSelected{
	font-weight:bold;
}