/**
 * GayRomeo Profilskin "Standard"
 * Made by Jens.GayRomeo
 * 
 **/


/*********************************************************************
 * Allgemein und Oben
 *********************************************************************/


/* (1) Profil - genereller Hintergrund
 */
body {
	background:#234DA4;
}


/* (2) Navigation oben
 * z.B. "Message senden"
 */
#tabse td {
	background:#000000 url("topnavigation.gif") repeat-x;
	border-color:#234DA4;
}


/* (3) Hauptfoto - Hintergrund
 */
#mainpic {
	background-color:#1A3877;
}


/* (4) Trenner - Hauptfoto vom Profilinhalt
 */
#mainpicFoot {
	height:20px;
	background:#4472C3 url("separator.gif") repeat-x;
}


/* (5) Hyperlinks
 */
#tabse a:visited {
	color:#ffcc00;
}
#tabse a:link {
	color:#ffcc00;
}
#tabse a:hover {
	color:#ffffff;
	text-decoration:underline;
}




/*********************************************************************
 * Links Navigation
 *********************************************************************/


/* (6) Hintergrund
 */
#sidebar {
	background:#547FDB url("background_sidebar.gif") repeat-x;
}


/* (7) Boxen - Hintergrund
 */
#sidebar .box {
	background:#305AB1 url("background_content.gif") repeat-y;
	color:#ACC1EE;
}


/* (8) Textfarbe - inaktive Funktionen
 */
#sidebar .disabled {
	color:#426CC6;
}


/* (9) Textfarbe - Onlinestatus
 */
#sidebar .online  {
	color:#0f0;
	font-weight:bold;
}


/* (10) Hyperlinks
 */
#sidebar a:visited {
	color:#ffcc00;
}
#sidebar a:link {
	color:#ffcc00;
}
#sidebar a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* Bekanntheitskloetzchen (10.5)
*/

#sidebar .authSquare {
	border:1px solid #ffcc00;
}

#sidebar .authSquareFilled {
	background: #ffcc00;
}

/*********************************************************************
 * Mitte Profilangaben
 *********************************************************************/


/* (11) Genereller Hintergrund
 */
#content {
	background:#305AB1 url("background_content.gif") repeat-y;
}



/* (12) Profilmodule - Hintergrund
 */
.section {	
	background:#ffffff;
}


/**
 * Abtrennung der einzelnen Profilmodule
 **/
.hr {
	background-color:#305AB1;
}


/* (13) Trenner  - zwischen Profiltext und Pornotext
 **/
.ptext {
	background:#E6E6E6;
	color:#666666;
}


/* (14) Textfarbe - Headline
 */
#content .headline {
	color:#000000 !important;
	font-weight:bold;
}


/* (15) Textfarbe - Onlineheadline
 */
#content .online {
	color:#33CC33 !important;
	font-weight:bold;
}


/* (16) Textfarbe - Feldnamen
 * z.B. "Username", "Stadt"
 */
.prfl th {
	color:#547FDB;
}


/* (17) Textfarbe - Profilangaben
 * z.B. Profiltext
 */
.prfl td {
	color:#666666 !important;
}


/* (18) Charakterangaben - inaktive Kästchen
 */
.levelOMeter div {
	background-color:#E4E4E4;
}


/* (19) Charakterangaben - aktives Kästchen
 */
.levelOMeter .active {
	background-color:#666666;
}


/* (20) Hyperlinks
 */
#content a:visited {
	color:#990000;
	text-decoration:underline;
}
#content a:link {
	color:#990000;
	text-decoration:underline;
}
#content a:hover {
	color:#990000;
	text-decoration:underline;
}




/*********************************************************************
 * Rechts Bildleiste
 *********************************************************************/


/* (21) Hintergrund
 */
#picbar {
	background:#305AB1 url("background_content.gif");
}


/* (22) Vorschaubild - Hintergrund und Randfarbe
 */
#picbar .thumb {
	background-color:#FFFFFF;
	border-color:#000000;
}