a:link	{text-decoration:none; color:#FFFFFF}
a:visited{text-decoration:none; color:#FFFFFF}
a:hover	{text-decoration:none; color:#FF0000}
a:active	{text-decoration:none; color:#FF0000}

a.BN:link	{text-decoration:none; color:#FFFFFF}
a.BN:visited	{text-decoration:none; color:#FFFFFF}
a.BN:hover	{text-decoration:none; color:#FF0000}
a.BN:active	{text-decoration:none; color:#FF0000}

/*verwendete Schriftarten*/
.weiss {font-family:Arial; color:#FFFFFF; font-size:10pt}
.weiss2 {font-family:Arial; color:#FFFFFF; font-size:8pt}
.weiss3 {font-family:Arial; color:#FFFFFF; font-size:14pt; letter-spacing:2pt}
.weiss4 {font-family:Arial; color:#FFFFFF; font-size:12pt; letter-spacing:1pt}
.weiss5 {font-family:Arial; color:#FFFFFF; font-size:9pt; font-weight:bold; text-decoration:underline; letter-spacing:2pt}

input.EFeld{width:140px; height:17px; border:1px solid #FFFFFF; background-color:#000000; font-family:Arial; font-size:10pt; color:#BCC2FE; z-index:3}
input.LButton{border:0; background:url(img/Button.png) no-repeat; width:87px; height:20px; font-size:10pt; color:#FFFFFF}

#Pos {position:relative}
#Pos2 {position:absolute}

#NRHG {position:absolute; top:2px; left:3px; z-index:3}
#NRHG2 {position:absolute; top:9px; left:3px; z-index:2}
#GR {position:relative; top:-4px; width:610px; background:url(img/HR.png); text-align:center}
#NR {position:relative; top:-2px; min-height:174px; width:174px; background:url(img/NR.png); z-index:3}
#NRBZ {position:absolute; top:8px; width:170px; text-align:center; z-index:5}
#NRIBZ {position:relative; width:174px; text-align:center; z-index:4}
#NRTL {position:relative; left:20px; z-index:4}
#WELCOME {left:10%; height:270px; background:url(img/willkommenhg.jpg); background-position:center; background-repeat:no-repeat; }

#ETBZ {position:absolute; left:0px; width:174px; text-align:center; z-index:4}
#LE {position:relative; z-index:3}

#WMB {position:relative; z-index:4}
#WMB2 {position:absolute; top:5px; left:0px; width:300px; text-align:center; z-index:3}
#WR {position:absolute; top:12px; left:0px}
#WR2 {position:relative; top:-4px; width:293px; background:url(img/WR2.png); text-align:center}
#WR3 {position:relative; top:-4px; left:0px}

#FZ {position:absolute; top:6px}
#Sterne {position:absolute; top:3px}

img.border {background:#F1F1F1; display:block; padding:3px;} /* Bilderumrandung <img src="BILDURL" class="border"> */


/*Forum*/
body {font-size: 12px;} /* Schriftgröße Kategorie */
.smalfont {font-size: 10px; text-decoration: none; } /* Schriftgröße Kategoriebeschreibung */

.Cnorm { background-color: #4D4D4D; } /* HELLGRAU Farbe für Forumkategorie */
.Cmite { background-color: #303030; } /* MITTELGRAU */
.Cdark { background-color: #1F1F1F; } /* DUNKELGRAU Farbe für Forumüberschrift */


/*Register Menue für Profildetails*/
#box1 {
float:left;
text-align:center;
width:100%;
height:40px;
background:#1F1F1F; /*Hindergrund Hauptbox*/
}
#box1 ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#box1 li {
display:inline;
margin:0;
padding:0;
}
#box1 a {
float:left;
align:center;
display:block;
background:#4D4D4D; /*Hindergrund Button*/
color:#FFFFFF;	   /*Schriftfarbe Button*/
font-weight:bold;
margin:0 4px 0 0;
padding:10px 10px 5px 10px;
text-decoration:none;
}
#box1 a:hover {
color:#303030;
background:#e6e6e6;
}
#box1 a.aktiv {
color:#303030;
background:#ffffff;
}


/* Rahmen für Profilbilder */
.container
{
	width: 322px;
	height: 95%x;
	margin-left: auto;
	margin-right: auto;
}
.corner-top-left
{
	background-image: url(img/rahmen/corner1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
}
.corner-top-right
{
	background-image: url(img/rahmen/corner2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
}
.corner-bott-left
{
	background-image: url(img/rahmen/corner4.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 100%;
}
.corner-bott-right
{
	background-image: url(img/rahmen/corner3.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 100%;
}
.line-hor-top
{
	background-image: url(img/rahmen/edge1_1.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
}
.line-hor-bott
{
	background-image: url(img/rahmen/edge1_3.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
}
.line-vert-left
{
	background-image: url(img/rahmen/edge1_4.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 100%;
}
.line-vert-right
{
	background-image: url(img/rahmen/edge1_2.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 100%;
}
.content
{
	padding: 0.1px;
}