/*css loadfileset 1, 1/style-pack.css*/
/*.htdocs/fusion/pga/skins/default.css.'*/
/*cssfileid:ff4ffb9b7e7704b2d91e574d04b8637e-htdocs/fusion/pga/skins/default.css*/
/*lastchange:2012-01-25 13:17:01*/
/*PGA Stylesheet*/
#PGAButton {

	background: url(/common/fusion/pga/images/pga_button.png) no-repeat left top;

	width: 154px;

	height: 20px;

	position: absolute;

	top: -2px;

	left: 258px;

	cursor: pointer;

	_cursor: hand;

	z-index: 40;

}



#PGARollDown {

	background: url(/common/fusion/pga/images/bg_main.png) no-repeat left bottom;

	width: 224px;

	position: absolute;

	left: 310px;

	top: 30px;

	padding-right: 10px;

	padding-left: 10px;

	padding-bottom: 10px;
	z-index: 3;
}



#PGAMainWnd {

	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	border: 1px solid gray;

	width: 224px;

	position: relative;

}

#PGAHilfe {
	background-image: url(/common/fusion/pga/images/background_hilfe.png);
	width: 180px;
	height: 335px;
	position: absolute;
	left: 230px;
	z-index: 2;
	top: 70px;
	text-align: left;
	padding: 35px 14px 20px 28px;
	font-size: 10px;
}

#PGAHilfeButton {
	cursor: pointer;
	margin-right: 5px;
	margin-top: 1px;
}

#PGAHilfe .PGAHilfeContent {
	overflow: auto;
	height: 335px;
}

#PGAHilfe .PGAHilfeContent .Tipp {
	padding: 2px;
	border: 1px solid #fb9712;
	background-color: #fdebc6;
	margin-top: 5px;
}

/* @group Module generell */

div.PGAScrollContainer {
	position: relative;
	overflow: hidden;
}
div.PGATopShadow {
	background: url(/common/fusion/pga/images/back_streifen_top.png) no-repeat 0 top;		height: 5px;
}
div.PGAScrollContent {
	position: relative;
}
div.PGAHeadline {
	width: 224px;
	height: 20px;
	background: url(/common/fusion/pga/images/bg_headline.png) -1px -1px;
	border-bottom: 1px solid #4d4d4d;
}
div.PGAHeadline div.PGACaption {
	font-size: 13px;
	color: white;
	margin-left: 5px;
	padding-top: 2px;
	font-weight: bold;
	text-shadow: #5b697c -1px -1px 0;
	float: left;
}
div.PGAHeadlineButtons {
	float: right;
	height: 17px;
	padding: 1px 2px 0px 2px;
}



.PGAList {

	margin: 0;

	padding: 0;

	list-style-type: none;

}



.PGAListItem {

	background: url(/common/fusion/pga/images/bg_message.png) left -5px;

	padding-left: 4px;

	padding-top: 4px;

	padding-bottom: 4px;

	border-bottom: 1px solid silver;

	cursor: pointer;

	_cursor: hand;

}



/*



li.PGAListItem {

	padding-left: 10px;

	padding-top: 4px;

	padding-bottom: 4px;

	border-bottom: 1px solid silver;

	cursor: pointer;

	_cursor: hand;

}



*/



li.PGAListItemActive {

	background: url(/common/fusion/pga/images/bg_tab_active.png) 0 0;

	padding-left: 10px;

	padding-top: 4px;

	padding-bottom: 4px;

	font-weight: bold;

}



div.PGALedOnline {

	width: 13px;

	height: 13px;

	background: url(/common/fusion/pga/images/led_online.png) no-repeat -1px -1px}



div.PGALedOffline {

	width: 13px;

	height: 13px;

	background: url(/common/fusion/pga/images/led_offline.png) no-repeat 0 -1px}





/* @end */



/* @group Tabs */



div.PGATabCtrl {

	background: url(/common/fusion/pga/images/bg_toolbar.png) left top;

	height: 22px;

	border-bottom: 1px solid #4d4d4d;

}



div.PGATabButtonActive {

	background: url(/common/fusion/pga/images/bg_tab_active.png) left top;

	height: 16px;

	float: left;

	padding: 3px;

	border-right: 1px solid #4d4d4d;

	background-color: #fefefe;

}



div.PGATabButton {

	width: 82px;

	height: 16px;

	float: left;

	padding: 3px;

	text-align: center;

}





/* @end */



/* @group Toolbar */



div.PGAToolbar {
	background: url(/common/fusion/pga/images/bg_toolbar.png) left top;
	height: 22px;
	border-bottom: 1px solid #4d4d4d;
	position: relative;
}

div.PGAToolbar div.PGACaption {

	font-weight: bold;

	padding-left: 5px;

	padding-top: 3px;

	overflow: hidden;

	white-space: nowrap;

	margin-right: 5px;

}



div.PGAToolbar div.PGAToolbarButtonBack {

	float: left;

	position: relative;

	top: 1px;

	margin-left: 2px;

	margin-right: 5px;

}



/* @end */



/* @group Messages */



/* Buttons */

div.PGAMessageButtonClose, div.PGAWatchlistButtonClose {
	width: 18px;
	height: 18px;
	background: url(/common/fusion/pga/images/button_message_close.png) no-repeat left top;
	cursor: pointer;
}

div.PGAMessageButtonClose:hover, div.PGAWatchlistButtonClose:hover {
	background: url(/common/fusion/pga/images/button_message_close_hover.png) no-repeat left top;
}

div.PGAMessageButtonExpand {

	width: 18px;

	height: 18px;

	background: url(/common/fusion/pga/images/button_message_expand.png) no-repeat left top;

	cursor: pointer;

	_cursor: hand;

}



div.PGAButtonGoTo {
	width: 80px;

	height: 18px;

	background: url(/common/fusion/pga/images/button_goto.png) no-repeat left top;

	cursor: pointer;

	_cursor: hand;
}

div.PGAButton {
	position: relative;
	float: left;
	width: 69px;
	height: 14px;
	line-height: 14px;
	background: url(/common/fusion/pga/images/button.png) no-repeat left top;
	cursor: pointer;
	text-align: center;
	font-size: 8pt;
}



div.PGAToolbarButtonBack {

	width: 35px;

	height: 18px;

	background: url(/common/fusion/pga/images/button_toolbar_back.png) no-repeat left top;

	cursor: pointer;

	_cursor: hand;

}



div.PGAToolbar div.PGAButtonUp {

	width: 35px;

	height: 18px;

	background: url(/common/fusion/pga/images/button_toolbar_up.png) no-repeat left top;

	cursor: pointer;

	_cursor: hand;

}

#PGAMessagesToolbar div.PGAButtonGoTo {
	position: absolute;

	top: 2px;

	left: 2px;

}

#PGATeaserToolbar {
	height: 18px;
	padding-top: 4px;
}

#PGATeaserToolbar div.PGAButton {
	margin-left: 4px;
}

div.PGAToolbar div.PGAButtonDown {

	width: 35px;

	height: 18px;

	background: url(/common/fusion/pga/images/button_toolbar_down.png) no-repeat left top;

	cursor: pointer;

	_cursor: hand;

}



#PGAMessagesClient {
	background: url(/common/fusion/pga/images/back_streifen.png) no-repeat 0 bottom;
	position: relative;
	overflow: hidden;
	height: 192px;
}

#PGAMessagesLevel0 {
	width: 225px;
	position: relative;
}

#PGAMessagesLevel1 {

	width: 224px;

	position: absolute;

	top: 0;

	left: 224px;

}



#PGAMessagesDetail {

	width: 224px;

	position: absolute;

	top: 0;

	left: 224px;

}



/* Freundeseinladung */

div.PGAMessagesText {
	padding: 5px;
	height: 111px;
	width: 214px;
	overflow: auto;
	background-color: white;
}
div.PGAMessagesText pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: pre;
	white-space: pre-wrap;
}
div.PGAMessageButtonAnnehmen, div.PGAMessageButtonAblehnen, div.PGAMessageButtonBlockieren {
	width: 71px;
	height: 24px;
	margin-top: 20px;
	margin-left: 28px;
	float: left;
	position: relative;
	cursor: pointer;
}
div.PGAMessageButtonAnnehmen {
	background: url(/common/fusion/pga/images/button_annehmen.png) no-repeat left top;
}
div.PGAMessageButtonAblehnen {
	background: url(/common/fusion/pga/images/button_ablehnen.png) no-repeat left top;
}
div.PGAMessageButtonBlockieren {
	background: url(/common/fusion/pga/images/button_blockieren.png) no-repeat left top;
}
div.PGAMessagesProminentButtons {
	background: url(/common/fusion/pga/images/background_prominent_buttons.png) no-repeat left top;
	width: 224px;
	height: 51px;
}
div.PGAMessagesProminentButtons div.PGAMessageButtonAntworten, div.PGAMessagesProminentButtons div.PGAMessageButtonWeiterleiten {
	width: 71px;
	height: 24px;
	margin-top: 20px;
	margin-left: 28px;
	position: relative;
	cursor: pointer;
	float: left;
}
div.PGAMessagesProminentButtons div.PGAMessageButtonAntworten {
	background: url(/common/fusion/pga/images/button_antworten.png) no-repeat left top;
}
div.PGAMessagesProminentButtons div.PGAMessageButtonWeiterleiten {
	background: url(/common/fusion/pga/images/button_weiterleiten.png) no-repeat left top;
}

#PGAMessagesPopupGoTo {
	background: url(/common/fusion/pga/images/background_gotopopup.png) no-repeat;
	position: absolute;
	top: -2px;
	left: -5px;
	width: 85px;
	height: 103px;
}

#PGAMessagesPopupGoTo ul {
	display: block;
	font-size: 10px;
	list-style-type: none;
	padding: 24px 12px 12px;
}


#PGAMessagesPopupGoTo ul li {
	height: 13px;
	line-height: 13px;
	padding-left: 1px;
}

#PGAMessagesPopupGoTo ul li a {
	display: block;
}

#PGAMessagesPopupGoTo ul li a:hover {
	background-color: #1c6bfd;
	color: white;
}

/* Toolbar */
div.PGAButtonUp {
	position: absolute;
	left: 150px;
	top: 2px;
}
div.PGAButtonDown {
	position: absolute;
	left: 184px;
	top: 2px;
}

/* Messages */
div.PGAMessage {
	background: url(/common/fusion/pga/images/bg_message.png) left top;
	height: 32px;
	padding: 5px 2px 5px 5px;
	position: relative;
	border-bottom: 1px solid #8e8e8e;
	cursor: pointer;
}

div.PGAMessage div.PGACaption {

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	margin-right: 25px;

}



div.PGAMessage div.PGAVorschau {

	height: 14px;

	overflow: hidden;

	white-space: nowrap;

	margin-right: 25px;

}



div.PGAMessage div.PGAIcon {

	float: left;

	margin-right: 3px;

}



div.PGAMessage div.PGAIcon img {

	width: 24px;

	height:32px;

}

div.PGAMessage div.PGAIcon img.PGALoader {	margin-top: 4px;

	width: 24px;

	height:24px;

}



div.PGAMessageButtons {

	width: 25px;

	height: 42px;

	position: absolute;

	top: 0;

	left: 199px;

}



div.PGAMessage

div.PGAMessageButtons

div.PGAMessageButtonClose {
	position: absolute;
	top: 12px;
}

/* Message-Groups */



div.PGAMessageGroup {

	background: url(/common/fusion/pga/images/bg_message.png) left top;

	height: 32px;

	padding: 5px 2px 5px 5px;

	position: relative;

	border-bottom: 1px solid #8e8e8e;

	cursor: pointer;

	_cursor: hand;

}



div.PGAMessageGroup div.PGACaption {

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	margin-right: 25px;

}



div.PGAMessageGroup div.PGAVorschau {

	height: 14px;

	overflow: hidden;

	white-space: nowrap;

	margin-right: 20px;

	color: #1c6bfd;

}



div.PGAMessageGroup div.PGAIcon {

	float: left;

	margin-right: 3px;

}



div.PGAMessageGroup div.PGAIcon img {
	width: 24px;

	height: 32px;

}

div.PGAMessageGroup div.PGAIcon img.PGALoader {	margin-top: 4px;

	width: 24px;

	height:24px;

}



div.PGAMessageGroup

div.PGAMessageButtons div.PGAMessageButtonClose {

	position: absolute;

	top: 3px;

}



div.PGAMessageGroup

div.PGAMessageButtons div.PGAMessageButtonExpand {

	position: absolute;

	top: 21px;

}



/* @end */





/* @group Teaser */

#PGATeaserClient {
	background: url(/common/fusion/pga/images/bg_teaser21.png) bottom left no-repeat #fff;
	height: 130px;
	border-bottom: 1px solid #8e8e8e;
	position: relative;
}

#PGATeaserClient div.PGATeaserImage {
	position: relative;
	height: 120px;
	width: 74px;
	text-align: center;
	font-size: 10px;
	float: left;
}

#PGATeaserClient div.PGATeaserImageContainer {
	position: absolute;
	bottom: 0px;
	left: 6px;
	width: 60px;
}


#PGATeaserClient div.PGATeaserImage div.PGATeaserImageContainer a div.PGATeaserText {
	height: 23px;
	color: black;
}

#PGATeaserClient div.PGATeaserImageContainer img {
	width: 50px;
	margin-bottom: 2px;
}

#PGATeaserClient div.WatchlistGame {
	clear: both;
	width: auto;
	height: 18px;
	padding: 2px 0px 0px 6px;
	line-height: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

#PGATeaserClient div.WatchlistGame a {
	color: #000;
	text-decoration: none;
}

#PGATeaserClient div.WatchlistItem {
	position: relative;
	float: left;
	width: 212px;
	height: 18px;
	padding-left: 12px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
}

#PGATeaserClient div.WatchlistItem a {
	display: block;
	float: left;
	width: 186px;
	color: #1c6bfd;
	white-space: nowrap;
	overflow: hidden;
}

#PGATeaserClient div.WatchlistItem a:hover {
	text-decoration: underline;
}

#PGATeaserClient div.WatchlistNoItem {
	position: relative;
	float: left;
	width: 212px;
	height: 36px;
	padding-left: 12px;
	line-height: 18px;
}

#PGATeaserClient div.PGAWatchlistButtonClose {
	margin-right: 7px;
	position: relative;
	float: right;
}

#PGATeaserClient div.WatchlistManage {
	float: right;
	height: 18px;
	line-height: 18px;
	margin-right: 7px;
}

#PGATeaserClient div.WatchlistManage a {
	font-size: 8pt;
	color: #000;
}

#PGATeaserClient div.WatchlistManage a:hover {
	text-decoration: underline;
}

div.PGAButtonGadgets {
	width: 80px;

	height: 18px;

	background: url(/common/fusion/pga/images/button_gadgets.png) no-repeat left top;

	cursor: pointer;

	_cursor: hand;
}


#PGATeaserToolbar div.PGAButtonGadgets {
	position: absolute;

	top: 2px;

	left: 2px;

}

#PGATeaserPopupGadgets {
	background: url(/common/fusion/pga/images/background_popup_gadgets.png) no-repeat;
	position: absolute;
	top: -2px;
	left: -5px;
	width: 85px;
	height: 103px;
	z-index: 80;
}

#PGATeaserPopupGadgets ul {
	display: block;
	font-size: 10px;
	list-style-type: none;
	padding: 24px 12px 12px;
}

#PGATeaserPopupGadgets ul li {
	height: 13px;
	line-height: 13px;
	padding-left: 1px;
	cursor: pointer;
}

#PGATeaserPopupGadgets ul li:hover {
	background-color: #1c6bfd;
	color: white;
}

/* @end */



/* @group Friends */

#PGAFriendsDetail {
	float: left;
	width: 85px;
	text-align: center;
}

div.PGAButtonMessage {
	width: 80px;
	height: 18px;
	background: url(/common/fusion/pga/images/button_message.png) no-repeat left top;
	cursor: pointer;
}

div#PGAFriendsMessage.PGAButtonMessage {
	position: absolute;
	top: 2px;
	left: 2px;
}

div.PGAButtonMeinProfil {
	width: 80px;
	height: 18px;
	background: url(/common/fusion/pga/images/button_meinprofil.png) no-repeat left top;
	cursor: pointer;
}

#PGAFriendsToolbar div.PGAButtonMeinProfil {
	position: absolute;
	top: 2px;
	left: 2px;
}

#PGAFriendsClient {
	position: relative;
	background: url(/common/fusion/pga/images/back_streifen.png) no-repeat 0 bottom;
	height: 114px;
	overflow: hidden;
}
#PGAFriendsClient .PGAScrollContainer {
	height: 114px;
}
div.PGAFriendsProminentButtons {
	background: url(/common/fusion/pga/images/background_prominent_buttons.png) no-repeat left top;
	width: 224px;
	height: 41px;
	z-index: 10;
}

div.PGAFriendsProminentButtons div.PGAMessageButtonSenden, div.PGAFriendsProminentButtons div.PGAMessageButtonAbbrechen {
	width: 71px;
	height: 24px;
	margin-top: 4px;
	margin-left: 28px;
	position: relative;
	cursor: pointer;
	float: left;
}

div.PGAFriendsProminentButtons div.PGAMessageButtonSenden {
	background: url(/common/fusion/pga/images/button_senden.png) no-repeat left top;
}

div.PGAFriendsProminentButtons div.PGAMessageButtonAbbrechen {
	background: url(/common/fusion/pga/images/button_abbrechen.png) no-repeat left top;
}



#PGAFriendsSendMessageText {
	width: 218px;
	height: 54px;
	border: 1px solid #CBCBCB;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	overflow: auto;
}

#PGAFriendsSendMessageTextContainer img {
	margin-left: 96px;
	margin-top: 7px;
}

#PGAFriendsSendMessageTextContainer {
	width: 220px;
	padding: 2px;
	height: 56px;
	font-size: 10px;
	background-color: white;
	z-index: 20;
}

div#PGAFriendsToolbar.PGAToolbar {
	border-top: 1px solid #4d4d4d;
}

#PGAFriendsInfo img.PGAFriendsPhoto {
	height: 91px;
	width: 68px;
	float: left;
}

#PGAFriendsInfo .PGAListItem {
	background: url(/common/fusion/pga/images/bg_listitem_left.png) repeat left bottom;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 136px;
	height: 20px;
	margin-bottom: -5px;
	text-align: center;
	border-bottom-style: none;
}

#PGAFriendsSendMessage {
	background-color: white;
}
/*

#PGAFriendsDetail img.Avator {

	width: 83px;

	height: 110px;

	margin-top: 2px;

	margin-bottom: 2px;

	margin-left: 2px;

}



#PGAFriendsList ul.PGAList {

	float: left;

	width: 133px;

	margin-left: 5px;

	border-left: 1px solid silver;

	height: 115px;

}

*/





#PGAFriendsListLeft {

	float: left;

	width: 112px;

	height: 114px;

}



#PGAFriendsListRight {

	float: left;

	width: 111px;

	border-left: 1px solid silver;

	height: 114px;

}



#PGAFriendsList div.PGAListItem {

	background: url(/common/fusion/pga/images/bg_listitem.png) right bottom;

	float: left;

	width: 113px;

	height: 20px;

	border-right: 1px none silver;

	margin-right: -5px;

	margin-bottom: -5px;

	border-bottom-style: none;

}







#PGAFriendsClient div.PGAListItem div.PGALedOnline {

	float: left;

	margin-right: 5px;

}



#PGAFriendsClient div.PGAListItem div.PGALedOffline {

	float: left;

	margin-right: 5px;

}





/* @end */

/* @group Stats */

#PGAChartsPlattformList div.PGAListItem {
	width: 30px;
	border-right: 1px solid silver;
	text-align: center;
	padding-right: 4px;
}

#PGAChartsPlattformList div.PGAListItem.PGAActive {
	background: url(/common/fusion/pga/images/bg_message_active.png) left -1px;
}

#PGAChartsPlattformList div.PGAListItem .PGALoader {
	width: 14px;
	height: 14px;
}

div.PGACharts {
	width: 224px;
	height: 92px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

div.PGACharts img {
	height: 85px;
	margin-top: 3px;
}


#PGAChartsPlattformList {
	float: left;
}

div#PGAChartsCharts {
	float: left;
	width: 179px;
	height: 162px;
	padding: 4px 4px 4px 2px;
	overflow: hidden;
	white-space: nowrap;
}

div#PGAChartsCharts ol {
	display: block;
	width: 150px;
	padding-left: 30px;
	list-style-type: decimal;
}

div#PGAChartsCharts ol li {
	padding-bottom: 1px;
}
/* z-index für IE */
#PGAModule_Messages {
	z-index: 100;
}
#PGAMessagesToolbar {
	z-index: 90;
}
#PGAModule_Gadgets {
	z-index: 80;
}
#PGATeaserToolbar {
	z-index: 70;
}
#PGAModule_Friends {
	z-index: 60;
}
/* @end */


/*.htdocs/networkbar/1.1/css/default.css.'*/
/*cssfileid:856dced1881d179cbb785bbabcff654b-htdocs/networkbar/1.1/css/default.css*/
/*lastchange:2012-01-25 13:17:01*/
/* @override http://phillip.muc.4players.de/common/networkbar/1.1/css/default.css */

body {
	margin-top: 35px;
}

/* Layout Anfang */
#NetworkBarContainer, #NetworkBar, #NetworkBar ul, #NetworkBar li {
	display:			block;
	margin:				0px;
	padding:			0px;
	border:				0px;
	border-style:		solid;
	outline:			0px;
	list-style:			none;
	z-index:			9999;
	font-family:		Arial, sans-serif;
	font-size:			8pt;
	font-weight:		normal;
}

#NetworkBarContainer {
	position: 			fixed;
	top:				0px;
	left:				0px;
	width:				100%;
	min-width:			970px;
    background:transparent url(/common/networkbar/1.1/images/networkbar_4p_shadow.png) no-repeat scroll left top;
    height: 30px;
    border-bottom: none;
}

#NetworkBar {
	position:			relative;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				21px;
	border-top-width:	1px;
	border-bottom-width:1px;
    background:transparent url(http://static.4players.de/sourcen/store/networkbar_4p_logo.png) no-repeat scroll left top;
    height: 30px;
    border-bottom: none;
}

/* Erste Ebene */
div#NetworkBar ul {
	width:				auto;
	height:				21px;
	margin-left:		113px;
	border-left-width:	1px;
}

div#NetworkBar ul li {
	position:			relative;
	width:				106px;
	height:				21px;
	float:				left;
	border-right-width:	1px;
	cursor:				default;
}
*html div#NetworkBar ul li {
	width:				107px;
}

div#NetworkBar ul li a, div#NetworkBar ul li span {
	display:			block;
	padding-left:		22px;
	line-height:		20px;
}

/* Zweite Ebene */
div#NetworkBar ul li ul {
	display:			none;
	position:			absolute;
	top:				21px;
	left:				0px;
	width:			    106px;
	height:				auto;
	margin:				0px;
	padding: 			0px;
	border-width:		0px;
	border-top-width:	1px;
}

div#NetworkBar ul li ul.SecondLevel {
	left: -5px;
	width: 116px;
	padding-left:		5px;
    padding-right:      5px;
    padding-top:        0px;
    padding-bottom:     5px;
    background-image: url(/common/networkbar/1.1/images/sublevel_schatten.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

div#NetworkBar ul li ul.ThirdLevel {
	width: 106px;
	padding-left:		0px;
    padding-right:      5px;
    padding-top:        0px;
    padding-bottom:     5px;
    background-image: url(/common/networkbar/1.1/images/sublevel_schatten.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-top: none;
}

div#NetworkBar ul li ul.ThirdLevel li {
	width: 106px;
}

*html div#NetworkBar ul li ul {
	width:				107px;
}

div#NetworkBar ul li.FirstLevelHover ul {
	display:			none;
}

div#NetworkBar ul li ul li {
	display:			block;
	position:			relative;
	min-width:				106px;
	height:				17px;
	border-width:		1px;
	border-top-width:	0px;
	height:				auto;
	margin:				0px;
	margin-left:		-1px;
}

*html div#NetworkBar ul li ul li {
	width:				108px;
}

div#NetworkBar ul li.FirstLevelHover ul li a, div#NetworkBar ul li.FirstLevelHover ul li span {
	margin:				0px;
	line-height:		17px;
}

/* Dritte Ebene */
div#NetworkBar ul li ul li ul {
	display:			block;
	position:			absolute;
	top:				-1px;
	left:				107px;
	width:				121px;
	height:				auto;
}

*html div#NetworkBar ul li ul li ul {
	width:				119px;
}

div#NetworkBar ul li ul li ul li {
	position:			relative;
	width:				120px;
	height:				auto;
}

div#NetworkBar ul.SecondLevel li span, div#NetworkBar ul.SecondLevel li a {
    text-align: left;
    padding-left: 3px;
    white-space: nowrap;
    overflow: hidden;
}

div#NetworkBar ul.SecondLevel.NetworkBarIcons li span, div#NetworkBar ul.SecondLevel.NetworkBarIcons li a {
    padding-left: 19px;
}

div#NetworkBar ul.SecondLevel.NetworkBarIcons li span.NetworkbarIcon, div#NetworkBar ul.SecondLevel.NetworkBarIcons li a.NetworkbarIcon {
    padding-left: 3px;
}

div#NetworkBar ul.SecondLevel li div.IconImage {
    width: 16px;
    height: 17px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 2px;
    margin-right: -2px;
    float:left;
}

div#NetworkBar ul.ThirdLevel li span, div#NetworkBar ul.ThirdLevel li a {
    text-align: left;
    padding-left: 3px;
    white-space: nowrap;
}

div#NetworkBar ul li.Seperator {
    height: 0px;
    background-color: #000;
    border-bottom-color: #000;
}
/* Layout Ende */

/*.styles.css.'*/
/*cssfileid:a1ddc117433d6e2c39ecb1c3c631c68b-styles.css*/
/*lastchange:2012-02-06 17:37:40*/
@CHARSET "UTF-8";
html, body {
  margin:0px;
  padding:0px;
  height:100%;
}
BODY {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial;
  color: #333333;
}

TABLE {
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-collapse: collapse;
}

TD {
  font-size: 11px;
  font-family: Verdana, Helvetica, Arial;
  color: #333;
  vertical-align: top;
}

IMG {
  border: 0px;
}
h2 {margin-bottom:4px;}
h3 { color: #004C6C; font-weight:bold;}
h3, .warning { color: #FF543A;}
h5 {font-size:15px;margin-bottom:4px;}
.right {float:right;} 
.mainleftcol {
  width:106px;
  height:100%;
  background-color: #B7C8D0;
  background: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/nav_bg.jpg');
  background-repeat: repeat-y;
}
.mainmiddlecol {
  width:695px;
  height:100%;
}
.mainrightcol {
  width:169px;
  height:100%;
}

.contentcontainer {
  vertical-align: top;
}

.content {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 6px;
}

.tbmain {
  width: 965px;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  /*height:100%;*/
}

.tbmainrow1 {
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/frame/back_oben_opt.jpg);
	background-repeat:repeat-x;
}
.tbmaincol11 { width:106px;height:112px; }
.tbmaincol12 { width:78px; }
.tbmaincol13 { width:169px; }

.tbmainrow2 {
	 background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/frame/back_unten_fit.jpg);
	 background-repeat:no-repeat;
	 background-position: -106px;
}
.tbmaincol21 { width:106px;height:17px; }

.tbmaincol31 {width:106px;background-color:#B7C8D0;background-image:url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/nav_bg.jpg');background-repeat: repeat-y;}
.tbmaincol32 { height:27px;background-image:url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/frame/search_bg_1_endless.gif');background-repeat:repeat-x;}
.tbmaincol33 { width:169px;background-color:#B7C8D0;background-image:url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/frame/skyscraper_bg_cryhome.jpg');background-repeat: no-repeat;}

.tbtarife {
  background: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebot_background.jpg');
}

.blackborderr {
  border-right: 1px solid #000;
}

.bborderl {
  border-left: 1px solid #86A7B6;
}

.bborderr {
  border-right: 1px solid #86A7B6;
}

.bbordert {
  border-top: 1px solid #86A7B6;
}
.bborderb {
  border-bottom: 1px solid #86A7B6;
}

.bgwhite {
  background-color:#fff;
}

.bgblue2 {
  background-color:#4B92B2;
}

.tarife, .tarife td {
  padding-top:4px;
  padding-bottom:4px;
  padding-left:4px;
  padding-right:4px;
  font-size: 10px;
}

.tarifesmall, .tarifesmall td {
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  font-size: 10px;
}

.tarifekosten, .tarifekosten td {
  padding-top:4px;
  padding-bottom:4px;
  padding-left:4px;
  padding-right:4px;
  font-size: 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.border1 {

  border-top: 1px solid #90ADA4;
  border-bottom: 1px solid #90ADA4;
  border-right: 1px solid #90ADA4;
  border-left: 1px solid #90ADA4;
}

.centered {
  text-align: center;
}

.pointer, .cursorp{
  cursor:pointer;
}

span {
  color: #333;
}
.small {
  font-size: 9px;
  font-family: Verdana, Helvetica, Arial;
  color: #777;
}

hr {
  border: 0px;
  border-top: 1px solid #7391AD;
  height: 1px;
  width: 100%;
  margin: 5px 0px 5px 0px;
}



.navicontainer {

  height:100%;
  vertical-align: top;
}

.searchcontainer {
  background: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/search_bg_1.gif');
  background-repeat: no-repeat;
  background-color: #FCFCFC;
  width: 695px;
  height: 27px;
}

.layout_colfusion { text-align:right;float:right;height: 27px;}
.layout_nkhilfe {float:right;padding-top:4px;padding-right:8px;height:27px;}
.layout_fusionlb {float:right;padding-right:8px;padding-top:3px;text-align:right;}

#FusionLoginBoxContainer { float:right; }
.FusionLoginBoxBg {
	height:27px;
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/frame/search_bg_1_endless_end.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom: 1px solid #C0C0C0;
	text-align:right;
}

#PGARollDown {
	background: url(http://static.4np.4players.de/netplay/grafik/pda/images/bg_main.png) no-repeat left bottom;
	width: 224px;
	position: absolute;
	left: 310px;
	top: 180px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	float:left;
	z-index: 101;
}
#PGAMainWnd { z-index: 101; color: #000000;}


div#PGAChartsCharts ol { text-align: left; z-index: 79;}
div#PGAChartsCharts ol li {z-index: 79;}

.breadcrumb {
  font-weight: bold;
  height:20px;
  background-color:#B6C7CF;
  background-image:url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/breadcrumb_bg.gif');
  background-repeat: repeat-x;
}

.tarifheader {
  background-color: #B6C7CF;
}

.containerheaderblue {
  font-family: Verdana, Helvetica, Arial;
  background: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/bg_titlebox_start.gif');
  background-repeat: no-repeat;
  color: #004C6C;
  font-weight:bold;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  width:100%;
}

.imgmargin{
  margin-right:5px;
  margin-bottom:5px;
}

.containerheaderbluetrans {
  font-family: Verdana, Helvetica, Arial;
  background: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/container_header_blue_trans.gif');
  background-repeat: no-repeat;
  font-size: 10px;
  font-weight: bold;
  height: 23px;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  width:98%;
}

.containerheaderblueend {
  background: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/bg_titlebox_end.gif');
  background-repeat: no-repeat;
  height: 23px;
  width: 5px;
}

.skyscraper {
   background: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/header_ro_bg2.jpg');
   background-repeat: no-repeat;
   background-color: #B7C8D0;
   width: 169px;
}

.title1 {
  font-size:14px;
  font-weight:bold;
  line-height: 20px;
  height: 20px;
  padding-right: 10px;
  padding-bottom: 3px;
  color: #004C6C;
}

.title2 {
  font-size:12px;
  font-weight:bold;
  line-height: 20px;
  height: 20px;
}

.title2c {
  font-size:12px;
  font-weight:bold;
  line-height: 20px;
  height: 20px;
  text-align:center;
}

.title2col {
  font-size:12px;
  font-weight:bold;
  line-height: 20px;
  height: 20px;
  color: #004C6C;
}

.title3 {
  font-size:11px;
  font-weight:normal;
  color: #004C6C;
  line-height: 20px;
  vertical-align:top;
}

.lineheight14 {
	line-height: 14px;
}

.hrdotted {
  margin: 0px;
  border: 0px;
  border-top: 1px dotted #888;
}

.hrmargin2 {
	margin-top: 5px;
  	margin-bottom: 5px;
}
.bold {
  font-weight:bold;
}
.subcontainerfull {
  width:685px;
  float:left;
}

.titleboxcontainercol1 {
  width:335px;
  float:left;
  margin-right:10px;
  /*background-color:#F1F1F1;*/
}

.titleboxcontainercol2 {
  width:335px;
  float:left;
}

.titlebox1 {
  width:220px;
  height: 23px;
  background-image: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/bg_titlebox220.gif');
  background-repeat: no-repeat;
  color: #004C6C;
  font-weight:bold;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}

.titlebox2 {
  width:328px;
  height: 23px;
  background-image: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/bg_titlebox335.gif');
  background-repeat: no-repeat;
  color: #004C6C;
  font-weight:bold;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}

.titlebox2a {
  width:460px;
  height: 23px;
  background-image: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/bg_titlebox460.gif');
  background-repeat: no-repeat;
  color: #004C6C;
  font-weight:bold;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}

.titlebox4 {
  width:682px;
  height: 23px;
  background-image: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/bg_titlebox682.gif');
  background-repeat: no-repeat;
  color: #004C6C;
  font-weight:bold;
  padding-left: 4px;
  /*padding-right: 4px;*/
  padding-top: 4px;
}

.titlebox5 {
  width:210px;
  height: 23px;
  background-image: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/bg_titlebox210.gif');
  background-repeat: no-repeat;
  color: #004C6C;
  font-weight:bold;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}

.titleboxcontainersmallcol1 {
  width:220px;
  float:left;
  margin-right:10px;
  background-color:#F1F1F1;
}

.titleboxcontainersmallcol2 {
  width:220px;
  float:left;
  margin-right:10px;
  background-color:#fff;
}

.titleboxcontainersmallcol3 {
  width:220px;
  float:left;
  background-color:#F1F1F1;
}

.btnnext1 {
  width:69px;
  height: 14px;
  background-image: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/btn_blue_next.gif');
  font-size: 10px;
  color: #fff;
  text-align:center;
}

.btnnext2 {
  width:150px;
  height: 14px;
  background-image: url('http://static.4np.4players.de/netplay/grafik/gameserver/layout/btn_blue_next_150.gif');
  font-size: 10px;
  color: #fff;
  text-align:center;
}

.btnnext1 a, .btnnext1 a:visited, .btnnext1 a:hover, .btnnext1 a:link{
  color: #fff;
  text-decoration: none;
}

.relleft260 {
  position: relative;
  left:260px;
}

.linknext{
	background-image: url('http://static.4np.4players.de/netplay/grafik/gameserver/icons/next.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;
}

.margint4 {
  margin-top:4px;
}

.padbox4 {
  margin: 0px;
  padding: 4px;
}
.greybg1 {
  background-color: #F5F5F5;
}
.greybg2 {
  background-color: #F1F1F1;
}
.hl2 {
  font-size:10px;
  font-weight:bold;
  /*line-height: 20px;
  height: 20px;*/
}

.listrow1 {
  background-color: #ffffff;
}

.listrow2 {
  /*background-color: #DBE0E4;*/
  background-color:#EFF0F2;
  padding-left: 2px;
  padding-right:4px;
}

.listrow3 {
  background-color:#9EC495;
  padding-left: 2px;
  padding-right:4px;
}

.listrow4 {
  background-color:#95C4AC;
  padding-left: 2px;
  padding-right:4px;
}

.listrow5 {
  background-color:#98B4C0;
  padding-left: 2px;
  padding-right:4px;
}

.listrow6 {
  background-color:#B6C7CF;
  padding-left: 2px;
  padding-right:4px;
}

.tdpd4 {
  padding-top:4px; padding-bottom:4px;
}

a, a:hover, a:link, a:active, a:visited {
  font-size:11px;
  color: #AE3844;
  text-decoration: none;
}

.redlink {
	font-size:11px;
  	color: #AE3844;
  	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.bluebold, a.bluebold:hover, a.bluebold:link, a.bluebold:active, a.bluebold:visited {
  font-size:10px;
  font-weight:bold;
  color: #186789;
  text-decoration: none;
}

a.bluebold:hover {
  color: #AE3844;
}

a.blue, a.blue:hover, a.blue:link, a.blue:active, a.blue:visited {
  font-size:10px;
  font-weight:normal;
  color: #186789;
  text-decoration: none;
}

a.blue:hover {
  color: #AE3844;
}

a.initials, a.initials:hover, a.initials:link, a.initials:visited {
  font-weight:bold;
  font-size:24px;
  text-decoration: none;
}

.white, a.white {
	color: #fff;
	text-decoration:none;
	cursor: pointer;
}

ul {
  margin-left: 15px;
  /*list-style-image: url(http://static.4np.4players.de/netplay/grafik/gameserver/icon_li_bullet.gif);*/
  list-style: bullet;
}

li {
  padding-bottom: 6px;
}

.listdecimal {
  padding-left: 15px;
  list-style-type: decimal;
  list-style-image: none;
  color: #9E0B04;
}

.listnone, .listnone li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.listsmall1, .listsmall1 ol{
	margin: 0px;
	padding: 0px;
}
.listsmall1 li{
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
	clear:both;
	font-size:11px;
}

a > img {
	vertical-align: bottom;
	padding-bottom: 0px;
}
.borderbox {
  border-top: 1px solid #0A5F7C;
  border-bottom: 1px solid #0A5F7C;
  border-left: 1px solid #0A5F7C;
  border-right: 1px solid #0A5F7C;
  background-color: #DFE8ED;
}

.error {
  color: #9E0B04;
}

.warning {
  color: #FF543A;
}

.success {
  color: green;
}

#GSCodeStatus {
	font-weight:bold;
	width:500px;
	color:#FF543A;
	border:1px solid #fff;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.redbold {
  color: #9E0B04;
  font-weight:bold;
}

.tarifspecial {
  color: #9E0B04;
  font-weight:normal;
  font-size:9px;
}

.blue {
  color: #2D49FF;
}

.bluebold {
  color: #2D49FF;
  font-weight:bold;
}

.bluebold2 {
  color: #004C6C;
  font-weight:bold;
}

.tarifepreis {
  color: #2D49FF;
  font-weight:bold;
  font-size: 12px;
}

.navtoptext1 {
  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/top_text_blank1.gif);
  background-repeat: no-repeat;
  padding-left: 5px;
  line-height: 18px;
  font-size:9px;
  color: #fff;
  font-weight: bold;
  width:100px;
  height:20px;
}

.navtoptext2 {
  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/top_text_blank2.gif);
  background-repeat: no-repeat;
  padding-left: 5px;
  line-height: 18px;
  font-size:9px;
  color: #fff;
  font-weight: bold;
  width:100px;
  height:19px;
}

.navtoptext2green {
  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/top_text_blank2_green.gif);
  background-repeat: no-repeat;
  padding-left: 5px;
  line-height: 18px;
  font-size:9px;
  color: #fff;
  font-weight: bold;
  width:100px;
  height:19px;
}

.navinlinediv {
  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/nav_inline_div.gif);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-left: 5px;
  font-size:9px;
  color: #fff;
  font-weight: bold;
  width:95px;
  height:16px;
  margin-top: 2px;
}

/* MAIN NAV */
.navmain, a.navmain, .navmain:visited, .navmain:link, .navmain:hover,
.navmainselected, .navmainselected:visited, .navmainselected:link, .navmainselected:hover
{
  display:block;
  /*float:left;*/
  width:96px;
  height:21px;
  background-repeat:no-repeat;
  font-family: Verdana, Helvetica, Arial;
  font-size:9px;
  color: #fff;
  font-weight: bold;
  overflow:hidden;
  padding-top:6px;
  padding-left: 4px;
  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/nav_item_bg.jpg);
  background-position: left 0px;
  cursor:pointer;
  text-decoration: none;
  margin-bottom: 1px;
}

.navmain:hover, a.navmain:hover
{
  background-position: left -27px; text-decoration: none;
  color: #fff;
}

.navmainselected, .navmainselected:link, .navmainselected:active, .navmainselected:visited, .navmainselected:hover {

  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/nav_item_bg.jpg);
  background-position: left -54px;
}

/* SUB MAIN NAV */
.navmainsub, .navmainsub:visited, .navmainsub:link, .navmainsub:hover,
.navmainsubselected, .navmainsubselected:visited, .navmainsubselected:link, .navmainsubselected:hover
{
  display:block;
  /*float:left;*/
  width:86px;
  height:21px;
  background-repeat:no-repeat;
  font-family: Verdana, Helvetica, Arial;
  font-size:9px;
  color: #ffffff;
  font-weight: bold;
  overflow:hidden;
  padding-top:6px;
  padding-left: 14px;
  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/navsub_item_bg.png);
  background-position: left 0px;
  cursor:pointer;
  text-decoration: none;
  margin-bottom: 1px;
}

.navmainsub:hover
{
  background-position: left -26px; text-decoration: none;
  color: #fff;
}

.navmainsubselected, .navmainsubselected:link, .navmainsubselected:active, .navmainsubselected:visited, .navmainsubselected:hover {

  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/navsub_item_bg.png);
  background-position: left -52px;
  color: #fff;
}

/* TOP NAV */
.navtop, .navtop:visited, .navtop:link, .navtop:hover,
.navtopselected, .navtopselected:visited, .navtopselected:link, .navtopsselected:hover
{
  display:block;
  float:left;
  width:87px;
  height:15px;
  background-repeat:no-repeat;
  font-family: Verdana, Helvetica, Arial;
  font-size:9px;
  color: #fff;
  font-weight: bold;
  overflow:hidden;
  /*padding-top:2px;*/
  padding-top:2px;
  padding-left: 4px;
  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/navtop_item_bg.jpg);
  background-position: left 0px;
  cursor:pointer;
  text-decoration: none;
  margin-bottom: 1px;
  text-align:center;
}

.navtop:hover
{
  background-position: left -17px; text-decoration: none;
  color: #fff;
}

.navtopselected, .navtopselected:link, .navtopselected:active, .navtopselected:visited, .navtopselected:hover {

  background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/nav/navtop_item_bg.jpg);
  background-position: left -34px;
}

.pagefooter {
    width:850px;
    text-align:center;
}
#themendienste {
	width:850px;
    text-align:center;
}

#themendienste a, #themendienste a:link, #themendienste a:visited, #themendienste a:hover, #themendienste a:active{
   
    color:#186789;
}

.priceloading {
  padding-right: 4px;
}

.nospanli li {
  padding:0px;
  padding-bottom: 2px;
}

.w100 {
  width: 100%;
}

.padall4 {
  padding: 4px;
}

.padall4 td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.padall2 td {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.dottedline {

  width: 100%;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 2px;
  border-top: 1px dotted #004C6C;
}

.t10 {
	font-size:10px;
}

/* serial scroll */
.next, .prev{
	cursor:pointer;
}
.clear{
	clear:both;
	width:0;
	height:0;
}
#SeScrollContainer{
	position:relative;
	width:682px;
	height:142px;
	margin:0px;
	z-index: 2;
	overflow:hidden;
}
#SeScrollContainer #buttons{
	position: absolute;
	border:1px solid #777;
	margin-bottom:5px;
	width:682px;
	z-index: 2;
}

#SeScrollContainer #buttons a{
	margin:10px 10px;
	color:#69C;
}
#SeScrollContainer .prev{
	position: absolute;
	float:left;
	z-index: 2;
}
#SeScrollContainer .next{
	float:right;
}

#SeScrollContent{
	position: relative;
	overflow:hidden;
	width:630px;
	height: 142px;
	background: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/serialscroll_back.jpg);
	background-repeat: repeat-x;
	z-index: 2;
	
}

#SeScrollContent ul{
	padding: 0px;
	width:2800px;
	padding-left:225px;
	z-index: 2;
}

#SeScrollContent img{
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

#SeScrollContent li{
	float:left;
	list-style-type: none;
	margin:0 12px;
	cursor:pointer;
	z-index: 2;
}

#SeScrollContainerPub{
	position:relative;
	width:325px;
	height:175px;
	margin:0px;
}
#SeScrollContentPub{
	overflow:hidden;
	width:325px;
	height:175px;
}

#SeScrollContentPub ul{
	padding: 0px;
	/*width:3900px;*/
	margin:0px;
	padding-left:0px;
}

#SeScrollContentPub li{
	/*float:left;
	margin:0 12px;
	*/
	padding:0px;
	margin:0px;
	height:180px;
	list-style-type: none;
	cursor:pointer;
	width:325px;
}

.SliderBoxContainer {
	 width:333px;
	 height:180px;
	 padding:0px;
	 background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/infobox/bg_top.jpg);
	 background-repeat:no-repeat;
}

.SliderBoxContainerNav {
	width:333px;height:40px;clear:both;
}

.tsordertext1 {
	width:445px;
	float:left;
	margin-right:10px;
}

.tarifspecial1 {
	width:238px;
	height:160px;
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/specials/2008-07/white_middle.png);
	background-repeat:repeat-y;
	text-align:center;
	padding-left:8px;
}

.tarifspecial11 {
	border-left: 1px solid #86A7B6;
	border-top: 1px solid #86A7B6;
}

.technikcol2 { width:210px; float:left; margin-left:10px; }
.techniksinglecol2 { width:220px;float:left;margin-left:15px; }

#tooltip {
	position: absolute;
	z-index: 98;
	border: 1px solid #111;
	background-color: #EDF1F2;
	padding: 5px;
	opacity: 0.95;
}
.bubbleInfo {
    position: relative;
    text-align:left;
    z-index: 96;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    z-index: 98;
    padding:4px;
    text-align:left;
    min-width:220px;
    min-height:50px;
    margin-left: 15px;
    border:1px solid #666;
    background-color:#F7FBFE;
    opacity: 0.8;
    background-image: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/4netplayers_big_top.jpg);
	background-repeat:no-repeat;
	background-position: -20px -3px;
}


/* tarife 2008 */
/* Tarif large box dark*/
.tarif_cont_large_left {
	 width:423px;
	 float:left;
}
.tarif_cont_large_top_dark {
	background-image: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/4netplayers_big_top_highlight.jpg);
	background-repeat:no-repeat;
	width:423px;
	height:22px;
	margin:0px;
	float:none;
}
.tarif_cont_large_content {
	background-image: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/4netplayers_big_back.jpg);
	background-repeat:repeat-y;
	margin:0px;
	float:none;
}
.tarif_cont_large_bot_dark {
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/4netplayers_big_bottom_highlight.jpg);
	background-repeat:no-repeat;
	width:423px;
	height:22px;
	margin:0px;
	margin-bottom:5px;
	float:none;
}
.tarif_cont_large_container_h {
	padding:0px 10px 0px 10px;
	min-height:290px;
}
.tarif_cont_large_container {
	padding:0px 10px 0px 10px;
}
/* Tarif large box*/
.tarif_cont_large_top {
	background-image: url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/4netplayers_big_top.jpg);
	background-repeat:no-repeat;
	width:423px;
	height:22px;
	margin:0px;
	float:none;
}
.tarif_cont_large_bot {
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/4netplayers_big_bottom.jpg);
	background-repeat:no-repeat;
	width:423px;
	height:22px;
	margin:0px;
	margin-bottom:5px;
	float:none;
}
/* Tarif small box*/
.tarif_cont_small_right {
	 margin-left:5px;
	 width:249px;
	 float:left;
}
.tarif_cont_small_top {
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/4netplayers_small_top.jpg);
	background-repeat:no-repeat;
	width:249px;
	height:22px;
	margin:0px;
	float:none;
}
.tarif_cont_small_content {
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/4netplayers_small_back.jpg);
	background-repeat:repeat-y;
	margin:0px;
}
.tarif_cont_small_bot {
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/4netplayers_small_bottom.jpg);
	background-repeat:no-repeat;
	width:249px;
	height:22px;
	margin:0px;
	margin-bottom:5px;
	float:none;
}
.tarif_cont_small_container {
	padding:0px 7px 0px 7px;
}
.orderstepoff {
	height:32px;
	float:left;
	background-repeat:no-repeat;
}
.orderstepon {
	background-position:0px -32px;
}

.borderbox {
	border-top: 1px solid #0A5F7C;
	border-bottom: 1px solid #0A5F7C;
	border-left: 1px solid #0A5F7C;
	border-right: 1px solid #0A5F7C;
	background-color: #DFE8ED;
}

.ctrTarifDropDown{
    max-width:195px;
}
.ctrTarifDropDownClick{
    max-width:195px;
}

.shadowboxtop {
	width:675px;
	height:22px;
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/box_full_top.jpg);
	background-repeat:no-repeat;
}

.shadowboxcontent {
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/box_full_back.png);
	background-repeat:repeat-y;
}

.shadowboxbottom {
	width:675px;
	height:22px;
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/layout/angebote/box_full_bottom.jpg);
	background-repeat:no-repeat;
}
.tfinderstep {
	border-top: 1px solid #0A5F7C;margin-top:5px;
}

.tfinderbtnnext {
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/icons/next.gif);
	background-repeat:no-repeat;
	background-position:110px;
	cursor:pointer;
	padding-right:25px;
	width:130px;
}
.tfinderbtnsearch {
	background-image:url(http://static.4np.4players.de/netplay/grafik/gameserver/icons/next.gif);
	background-repeat:no-repeat;
	background-position:70px;
	cursor:pointer;
	padding-right:25px;
	width:90px;
}

.tfinderadditem {
	border-bottom: 1px solid #0A5F7C;padding-bottom:5px;
}

.btnopttariftoggle, .btnopttariftoggle:link, .btnopttariftoggle:hover, .btnopttariftoggle:active, .btnopttariftoggle:visited {
	display:block;
	width:55px;
	color: #333;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #AE3844;
	cursor: pointer;
	padding: 1px;
	text-decoration:none;
	background-color: #f8f8f8;
	text-align:center;
}

.btnopttariftoggleselect, .btnopttariftoggleselect:hover{
	border: 1px solid green;
}

.orderhotline {
	padding-left:5px;
	background-image: url('/resgrafik/gameserver/icons/phone.png');
	background-repeat:no-repeat;
}

a.orderts3download {
	display:block;
	width:682px;
	height:41px;
	/*'margin-top:10px;*/
	background-image:url(/resgrafik/gameserver/banner/ts3_client_download_free.png);
	b
}
.orderts3download > span {display:none;}

/*Gameinfo Styles*/
.gameinfo-bild { float:left;width:684px;background-repeat:no-repeat;}
	
.gameinfo-inputslotselector {font-weight:bold;font-size:12px;float:left;margin-right:5px;width:260px;}
.gameinfo-text {
	
	width:644px;
	position:relative;
	color: #fff;
	font-weight:bold;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	/*border: 1px solid red;*/
}
.gameinfo-slotselector {width:385px;height:40px;top: 70px;float:right;padding: 0px;}
.gameinfo-text-info {height:83px;top: 80px;width:375px;float:left;font-size:12px;}
.gameinfo-text-infobf3 {height:83px;top: 80px;width:515px;float:left;font-size:12px;}
.gameinfo-text-infomc {height:83px;top: 80px;width:640px;float:left;font-size:12px;}
.gameinfo-text-info-red {color:red;font-weight:bold;font-size:14px;}
.gameinfo-text-info-red2 {color:red;font-weight:bold;font-size:12px;}
.gameinfo-text-gameinfo {width:260px;top: 80px;float:left;font-size:10px;padding: 0px;}
.gameinfo-headline {font-size:12px;font-weight:bold;margin-bottom:4px;}
.gameinfo-label {width:85px;float:left;}
.gameinfo-value {width:170px;float:left;font-weight:normal;}
.gameinfo-text-warumwir {height:287px;font-size:14px;}
.gameinfo-text-warumwirbf3 {height:287px;font-size:12px;}
.gameinfo-text-warumwirbf3 li {padding-bottom: 1px;font-size:10px;}
.gameinfo-text-preis {height:288px;}
.gameinfo-text-wasist {height:204px;font-size:12px;}
.gameinfo-text-support {height:202px;}
.gameinfo-text-support a {color:#cecece;font-weight:normal;text-decoration:underline;}
.gameinfo-text-testserver {height:202px;}
.gameinfo-text-testserver a {color:#cecece;font-weight:normal;text-decoration:underline;}
.gameinfo-text .testservermodname {width:150px;float:left;}
.gameinfo-text .testserverservername {width:260px;float:left;}
.gameinfo-text .testserverserveraddress {width:165px;float:left;}
.gameinfo-text .testserverserverplayer {width:60px;float:left;}
.gameinfo-text > .title {text-align:center;font-size:16px;font-weight:bold;margin-bottom:10px;}
.gameinfo-text .small {color:#dedede;}
.gameinfo-preis-headline {font-size:14px;float:left;height:50px;margin-bottom:5px;}
.gameinfo-preis-headline div{width:164px;text-align:center;float:left;margin-top:20px;}
.gameinfo-preis-headline div.first{width:151px;}
.gameinfo-preis-headline div.last{width:151px;}
.gameinfo-preis-preis {font-size:12px;float:left;height:30px;}
.gameinfo-preis-preis div{width:164px;margin-bottom:5px;text-align:center;float:left;margin-top:8px;}
.gameinfo-preis-preis div.first{width:151px;}
.gameinfo-preis-preis div.last{width:151px;}
.gameinfo-preis-preis a {color:#fff;font-size:12px;text-decoration:underline;}
.gameinfo-preis-preis a:hover {text-decoration:none;}
.gameinfo-preis-footer {text-align:center;padding-top:10px;}
/*#game-minecraft > div.gameinfo-bild > div.gameinfo-text {color:#000;}*/
#game-minecraft .gameinfo-text, #game-minecraft .gameinfo-preis-preis a {color:#000;}
#game-minecraft .small {color:#000;}
/*Gameinfo Styles*/

/*.forms.css.'*/
/*cssfileid:85ba593f2ef16b4616253a4b7fa001e7-forms.css*/
/*lastchange:2012-02-06 17:37:40*/
@CHARSET "ISO-8859-1";
INPUT, SELECT {
	position:			relative;
	padding-top:		2px;
	padding-left:		2px;
	padding-right:		4px;
	/*border-bottom:		1px solid #A4A6A5;*/
	border:		1px solid #A4A6A5;
	margin-top:			2px;
	list-style:			none;
	font-size: 10px;
	/*background-image:	url(https://login.4players.de/grafik/li_back.gif);*/
	background-repeat:	repeat-x;
	background-position:bottom;
}

.radio {
	padding-top:		2px;
	padding-left:		2px;
	padding-right:		4px;
}
/*.INPUTc, SELECTc {
	position:			relative;
	padding-top:		2px;
	padding-left:		2px;
	padding-right:		4px;
	border-bottom:		1px solid #A4A6A5;
	margin-top:			2px;
	list-style:			none;
	font-size: 10px;
	background-image:	url(https://login.4players.de/grafik/li_back.gif);
	background-repeat:	repeat-x;
	background-position:bottom;
	text-align: center;
}*/
/* opera check-size problem */
.checkbox {font-size:10px;}
.radio {font-size:10px;}
.input2 {padding-top:0px;height:24px;font-size: 12px;font-weight:bold;}
/*.jqmodal.css.'*/
/*cssfileid:1300989a925f7c00dc9355983a29edde-jqmodal.css*/
/*lastchange:2012-02-06 17:37:40*/
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
	
.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
    left: 50%;
    margin-left: -300px;
    background-color: #EDF1F2;
    color: #000;
    border: 1px solid #86A7B6;
    padding: 12px;
}

.jqmOverlay { 
	 
	background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmTitleBg {
	background-color: #333;
}

.jqmTitle {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:2px;
}
/*.ui.tabs.css.'*/
/*cssfileid:820fbf089bb35bf98202e3e5e3a4d578-ui.tabs.css*/
/*lastchange:2012-02-06 17:37:40*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    padding-bottom:0px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(http://static.4np.4players.de/netplay/grafik/gameserver/icons/tabs/tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 0;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 4px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
/* --- right part start --- */
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    /*background-position: 100% -150px;*/
    background-position: 100% -200px;
    
}
.ui-tabs-nav .ui-tabs-selected a  {
	background-position: 100% -250px;
}
/* --- right part end --- */
/* --- left part start --- */
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    /*background-position: 100% -100px;*/
    background-position: 100% -150px;
}
.ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav .ui-tabs-selected a span {
	background-position: 0 -100px;
	color: #fff;
}
/* --- left part end --- */
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    padding:0px;
    padding-top:2px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(http://static.4np.4players.de/netplay/grafik/netplayconfig/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/*.thickbox.css.'*/
/*cssfileid:ef7e9104922998d4d78865c4c9fcbf9c-thickbox.css*/
/*lastchange:2012-02-06 17:37:40*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #AE3844;}
#TB_window a:visited {color: #AE3844;}
#TB_window a:hover {color: #AE3844;}
#TB_window a:active {color: #AE3844;}
#TB_window a:focus{color: #AE3844;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://static.4np.4players.de/netplay/grafik/gameserver/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	/*color: #ffffff;*/
}

#TB_title{
	background-color:#e8e8e8;
	/*background-color: #3C4144;*/
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*.htdocs/networkbar/1.1/css/4netplayers.css.'*/
/*cssfileid:eab736f7c0764cf268b51e532b472fd6-htdocs/networkbar/1.1/css/4netplayers.css*/
/*lastchange:2012-01-25 13:17:01*/
/* Schrift Anfang */
#NetworkBarContainer {
	
}

#NetworkBar {
	font-family:		Arial, sans-serif;
	font-size:			8pt;
	font-weight:		bold;
	
}

/* Erste Ebene */
div#NetworkBar ul li, div#NetworkBar ul li a, div#NetworkBar ul li span {
	text-align:			center;
	text-decoration:	none;
	color:				#004b6b;
}

div#NetworkBar ul li.FirstLevelHover a, div#NetworkBar ul li.FirstLevelHover span {
	color:				#fff;
}

/* Zweite Ebene */
div#NetworkBar ul li.FirstLevelHover ul li.SecondLevelHover a, div#NetworkBar ul li.FirstLevelHover ul li.SecondLevelHover span {
	color:				#fff;
}

div#NetworkBar ul li.FirstLevelHover ul li a, div#NetworkBar ul li.FirstLevelHover ul li span {
	color:				#004b6b;
}

/* Dritte Ebene */
div#NetworkBar ul li.FirstLevelHover ul li.SecondLevelHover ul li a {
	color:				#004b6b;
}

div#NetworkBar ul li.FirstLevelHover ul li ul li.ThirdLevelHover a, div#NetworkBar ul li.FirstLevelHover ul li ul li.ThirdLevelHover span {
	color:				#fff;
}
/* Schrift Ende */

/* Farben Anfang */
div#NetworkBar {
	border-color:		#88acbc;
}

/* Erste Ebene */
div#NetworkBar ul {
	border-color:		#88acbc;
}

div#NetworkBar ul li {
	border-color:		#88acbc;
}

/* Zweite Ebene */
div#NetworkBar ul li ul {
	border-color:		#88acbc;
}
/* Farben Ende */

/* Bilder Anfang */
div#NetworkBar {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_logo.png) no-repeat top left;
}

/* Erste Ebene */
div#NetworkBar ul {
	background:			url(/common/networkbar/1.1/images/networkbar_back.png) repeat-x top left;
}

div#NetworkBar ul li.FirstLevelItem0 {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_magazin.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem0Hover {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_magazin_active.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem1 {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_my4players.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem1Hover {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_my4players_active.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem2 {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_gameserver.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem2Hover {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_gameserver_active.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem3 {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_teamspeak.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem3Hover {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_teamspeak_active.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem4 {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_4pl.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem4Hover {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_4pl_active.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem5 {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_onlinespiele.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem5Hover {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_onlinespiele_active.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem6 {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_fanseiten.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem6Hover {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_fanseiten_active.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem7 {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_store.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem7Hover {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_store_active.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem8 {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_bf3.png) no-repeat top left;
}

div#NetworkBar ul li.FirstLevelItem8Hover {
	background:			url(/common/networkbar/1.1/images/networkbar_4p_bf3_active.png) no-repeat top left;
}

/* Zweite Ebene */
div#NetworkBar ul li ul li {
	background:			url(/common/networkbar/1.1/images/dropdown.jpg) repeat-x top left;
}

div#NetworkBar ul li ul li.SecondLevelHover {
	background:			url(/common/networkbar/1.1/images/dropdown_hover.jpg) repeat-x top left;
}

/* Dritte Ebene */
div#NetworkBar ul li.FirstLevelHover ul li ul li.ThirdLevelHover {
	background:			url(/common/networkbar/1.1/images/dropdown_hover.jpg) repeat-x top left;
}
/* Bilder Ende */

/*.fusionloginbox.css.'*/
/*cssfileid:9abcfd069479cb67ed44c58d59fd4223-fusionloginbox.css*/
/*lastchange:2012-02-06 17:37:40*/
@CHARSET "ISO-8859-1";

#FusionLoginBoxContainer {
	position:		relative;
	height:			20px;
	width:			100%;
	/*width: 			400px;*/
	margin-right:	5px;
    font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-size:		8pt;
	text-align:		right;
    color:			rgb(10, 10, 10);
	z-index:		39;
}

#FusionLoginBoxContainer input {
    font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-size:		7pt;
    color:			rgb(10, 10, 10);	
}

#LoginDiv {
	float:			right;
	margin-right:	5px;
	height:			22px;
	/*width:			132px;*/
	width:			230px;
	text-align:		left;
}

#LoginText {
	margin-right:	5px;
	height:			22px;
	float:			right;
}

#LoginImg {
	width:			46px;
	height:			16px;
	float:			right;
	margin-top:		3px;
	cursor:			pointer;
}

#FacebookImg {
	width:			16px;
	height:			16px;
	float:			right;
	margin-top:		3px;
	cursor:			pointer;
	margin-right:	5px;
}

#RegisterDiv {
	float:			right;
	width:			80px;
	height:			22px;
	margin-top:		3px;
	cursor:			pointer;
}

#LogoutDiv {
	float:			right;
	height:			22px;
	width:			39px;
	margin-right:	5px;
	cursor:			pointer;
}

#LogoutImg {
	float:			right;
	margin-top:		3px;
	height:			16px;
	width:			39px;
	cursor:			pointer;
}

#ProfilesDiv {
	float:			right;
	height:			15px;
	width:			50px;
	cursor:			pointer;
}

#ProfilesImg {
	float:			right;
	margin-top:		3px;
	height:			16px;
	width:			51px;
	cursor:			pointer;
}

#EmailDiv {
	float:			right;
	height:			22px;
	margin-right:	5px;
	margin-top:		3px;
	text-align:		right;
}

#ErrorDiv {
	height:			16px;
	color:			red;
}

#RadarButton {
	float: right;
	cursor: pointer;
	margin-right: 10px;
}

