@charset "utf-8";

/* CSS Document */

.hoch /* Tapmenü offen */
{
	width:65px;
	height:25px;
	line-height:25px;
	display:block;
	font-weight:bold;
	color:#FFFFFF;  /* Schriftfarbe des Taps was oben ist */
	background-image: -moz-linear-gradient(top, #333333 25%, #1c1c1c 75%);
	background-image: -webkit-linear-gradient(top, #333333 25%, #1c1c1c 75%);
	background-image: -ms-linear-gradient(top, #333333 25%, #1c1c1c 75%);
	background-image: -o-linear-gradient(top, #333333 25%, #1c1c1c 75%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1c1c1c');
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.runter /* Tapmenü zu */
{
	width:65px;
	height:14px;
	line-height:14px;
	display:block;
	color: #999999;  /* Schriftfarbe der Taps die unten sind */
	background-image: -moz-linear-gradient(top, #333333 25%, #1c1c1c 75%);
	background-image: -webkit-linear-gradient(top, #333333 25%, #1c1c1c 75%);
	background-image: -ms-linear-gradient(top, #333333 25%, #1c1c1c 75%);
	background-image: -o-linear-gradient(top, #333333 25%, #1c1c1c 75%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#1c1c1c');
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.avatarhinter /* größe des Hintergrundes vom Avatar */
{
	width:120px; 
	padding:5px;
}

.skillangabe { 
	color:#ffffff;
	font-size:10px;}

.statusausen /* größe der Statuszeile sowie Randfarbe und größe */
{
	width:95%;
	height: 20px;
	border: 1px solid #333333;
	border-radius:5px;
	margin-bottom:10px;
	margin-left:10px;
}

.statustextvor /* einstellungen des "Buttons" Status in der Statusleiste */
{
	float:left; 
	width:60px;
	height:18px;
	line-height:18px;
	text-indent:3px;
	color: #CCCCCC;
	font-weight:bold;
	border: 1px solid #000000;
	border-radius:5px;
	background-image: -moz-linear-gradient(top, #333333 25%, #111111 75%);
	background-image: -webkit-linear-gradient(top, #333333 25%, #111111 75%);
	background-image: -ms-linear-gradient(top, #333333 25%, #111111 75%);
	background-image: -o-linear-gradient(top, #333333 25%, #111111 75%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
}
.statustext /* einstellungen für den Statustext */
{
	height: 20px;
	line-height: 20px;
	color:#666; 
	padding:2px;
	background-color:#FFF;
	border: 1px solid #000000;
	border-radius:5px;
}

.bilderrahmen { border-color: #900; }
.bilderrahmen:hover { border-color: #ccc; }

.derrand /* Rand um die Userdetails */
{
	background-color:#585858;
}

.hintergrund /* Hintergrundfarbe der Userdetails  */
{
	background-color:#1c1c1c; 
}

.hintergrundhead, .hintergrundhead td /* Hintergrundfarbe der Überschriften der Userdetails  */
{
	color: #CCCCCC;
	font-weight:bold;
	background-image: -moz-linear-gradient(top, #333333 25%, #111111 75%);
	background-image: -webkit-linear-gradient(top, #333333 25%, #111111 75%);
	background-image: -ms-linear-gradient(top, #333333 25%, #111111 75%);
	background-image: -o-linear-gradient(top, #333333 25%, #111111 75%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
}

.inhalthintergrund, .inhalthintergrund tr /* Hintergrundfarbe der zeilen und Ausgabefelder der Userdetails  */
{
	font-size:11px;
	text-align:left;
	background-color: #333333;
	min-height:20px;
	color: #CCCCCC; /* Schriftfarbe der Einträge*/ 
}
.inhalthintergrund2, .inhalthintergrund2 tr /* Hintergrundfarbe der zeilen und Ausgabefelder der Userdetails  */
{
	font-size:11px;
	text-align:center;
	background-color: #333333;
	min-height:20px;
	color: #CCCCCC; /* Schriftfarbe der Einträge*/ 
}
		
.inhalthintergrund_zwischen /* Hintergrundfarbe der zeilen und Ausgabefelder der Userdetails  */
{
	background-color: #666666;
	min-height:20px;
		color: #CCCCCC; /* Schriftfarbe der Einträge*/ 
}
		
.balkenhintergrund /* Hintergrundfarbe des schmalen Streifens in den Skills wenn der Balken nicht voll ist.  */
{
	background-image: -moz-linear-gradient(top, #000000 25%, #222222 75%);
	background-image: -webkit-linear-gradient(top, #000000 25%, #222222 75%);
	background-image: -ms-linear-gradient(top, #000000 25%, #222222 75%);
	background-image: -o-linear-gradient(top, #000000 25%, #222222 75%);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222'); 
}

.profcopy /* Profil Copyright, sollte stehts Lesbar sein ... beim Modden darauf achten, eine Lesbare Farbe zu nutzen (sonst Copyrightverstoß)  */ { 
	float:right;
	margin-right:10px;
	width:200px;
	height: 10px;
	color:#666666;
	font-size:8px;	 
}

.profcopy a /* Profil Copyright Linkfarbe, sollte stehts Lesbar sein ... beim Modden darauf achten, eine Lesbare Farbe zu nutzen (sonst Copyrightverstoß)  */
{ 
	color:#666666;
	font-size:8px;	 
}


.userdetails_friends {width: 100%;} 	/* Einstellungen für freunde */								
.userdetails_friends div {float:left; width:90px; text-align:center;}  /* Einstellungen für freunde */	
.userdetails_friends div img {width:80px;}  /* Einstellungen für freunde */	

.bildschatten {background: url(images/bildschatten.png) no-repeat bottom left; padding: 4px 7px 17px 7px; }
#mouseda {position:absolute; width:200px; border: 1px solid black; padding: 2px; background-color: #ff0000; color: #FFFFFF; visibility: hidden; z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);}
#dhtmltooltip{position: absolute;
				/* Avatargröße breite angeben. Wie im admin eingestellt. */
				width: 100px;
				/* Avatargröße breite angeben. Wie im admin eingestellt. */
				border: 1px solid black;
				padding: 2px;
				background-color: #203040
				color: #FFFFFF;
				visibility: hidden;
				z-index: 100;
				/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
				filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);}