   /***************************************** Action: SHOW ****************************************/
  /******************************** Hinzugefügt von Gerhard Schranz ******************************/
 /******* Hinweis: Die Höhe der einzelnen <div>'s wird im Template showSuccess.php gesetzt ******/
/***********************************************************************************************/



#profilepage #profilenav
{
	width: 970px;
	padding: 0px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #CCCCCC;
}

#profilepage #headercol {
	padding: 0px;
	float: left;
	text-align: left;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 100px;
}

#profilepage #firstcol {
	padding: 0px;
	float: left;
	text-align: left;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 200px;
	overflow:hidden;
}

#profilepage #secondcol {
	padding: 0px;
	float: left;
	text-align: left;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 200px;
	overflow:hidden;
}

#profilepage #footercol {
	padding: 0px;
	float: left;
	text-align: left;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 100px
}

   /***************************************** Action: EDIT ****************************************/
  /******************************** Hinzugefügt von Gerhard Schranz ******************************/
 /******* Hinweis: Die Höhe der einzelnen <div>'s wird im Template editSuccess.php gesetzt ******/
/***********************************************************************************************/

#content
{
  width: 970px;
  margin: 0 auto;
  background:#FFFFFF;
}

#content_bg
{
  background: url(../images/backgrounds/bg_3.png);
  background-color: transparent;
  background-repeat: repeat-y;    
}

#profilepage #profilmodulselect
{
	width: 160px;
	padding: 0px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #DDDDDD;
	overflow: visible;
}

#profilepage #profillayout
{
	width: 778px;
	padding: 0px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #F4F4F4;
	height: 98px;
}

#profilepage #profilheadercol
{
	padding: 0px;
	float: left;
	text-align: left;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #DDDDDD;
	min-height: 50px;
	/*overflow: visible;*/
}

#profilepage #profilfirstcol
{
	padding: 0px;
	float: left;
	text-align: left;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #DDDDDD;
	min-height: 50px;
}

#profilepage #profilsecondcol
{
	padding: 0px;
	float: left;
	text-align: left;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #DDDDDD;
	min-height: 50px;
}

#profilepage #profilfootercol
{
	padding: 0px;
	float: left;
	text-align: left;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #DDDDDD;
	min-height: 50px;
}

#profilepage #profilefooter
{
	width: 100%;
	float: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #FFCC66;
	clear: both;
}

.sortable
{
	background-color: #FFFFFF;
	cursor: move;
	padding: 5px;
	background-repeat: repeat-x;
	background-position: top;

	border: 1px solid #CCCCCC;
	margin: 3px;
}

#my_buttons {
	float:left;
	border:1px solid #CCCCCC; 
	background:url(../images/backgrounds/bg_buton.gif) repeat-x left top;
	width:145px; 
	height:18px;
	padding-top:2px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin-left:3px;
}

#my_buttons a{
	color:#333333;
	
}

.sortableinuse
{
	background-color: #EEEEEE;
/*	cursor: move;*/
	padding: 5px;
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #DDDDDD;
	margin: 3px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.sortable a
{
  color: #FF6600;
}

.rate
{
	display:inline;
	width:10px;
	height:10px;
	margin:0;
	padding:0;
	background-image:url(../images/vote_star.gif);
	background-position: left 10px;
}

.rated
{
	background-position: left 0px;
}

.ratehover
{
	background-position: left 20px;
}

#profilepage .module_box
{
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 20px;
	background-color:#FFFFFF;
	margin-bottom: 10px;
	overflow: hidden;
}

#profilepage .module_headline
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  color: #333333;
  padding-left:5px;
}

#profilepage .module_content
{
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #000000;
  padding:5px;
}

.verbindungLinksRechts
{
  display:block;
  overflow:hidden;
  float:left;
  height:50px;
  width:18px;
  background:url('../images/backgrounds/bg_cnt_verbindung.gif') no-repeat center center;
}

.verbindungObenUnten
{
  display:block;
  overflow:hidden;
  height:18px;
  width:50px;
  background:url('../images/backgrounds/bg_cnt_verbindung_oben_unten.gif') no-repeat center center;
  clear:left;
}

.verbindungLinksRechtsBlack
{
  display:block;
  overflow:hidden;
  float:left;
  height:50px;
  width:18px;
  background:url('../images/backgrounds/bg_cnt_verbindung2.gif') no-repeat center center;
}

.verbindungLinksRechtsBlack2
{
  display:block;
  overflow:hidden;
  float:left;
  height:50px;
  width:18px;
  background:url('../images/backgrounds/kennt2.gif') no-repeat center center;
}

.verbindungLinksRechtsBlack3
{
  display:block;
  overflow:hidden;
  float:left;
  height:50px;
  width:18px;
  background:url('../images/backgrounds/kennt3.gif') no-repeat center center;
}

.verbindungObenUntenBlack
{
  display:block;
  overflow:hidden;
  height:18px;
  width:50px;
  background:url('../images/backgrounds/bg_cnt_verbindung_oben_unten2.gif') no-repeat center center;
  clear:left;
}


/* Add von  Valérie 1.11.2006
 * classes notwendig für Darstellung
 * übernommen aus gfx.css
 */

.membervisitcardsmall
{
  width:50px;
  padding:0;
  margin:0;
  border:0;
}

.membervisitcardsmall img
{
  padding:0;
  margin:0;
}

hr
{
	border-top:1px solid #999999;
	size: 1px;
}
