@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700|Open+Sans+Condensed:700);

/* Allgemeines Anfang */
.Clear {
    clear:				both;
}
.Hidden {
    display:			none;
}
.Show {
    display:			block;
}
.Invisible {
    visibility:			hidden;
}
.Left {
    position:			relative;
    float:				left;
}
.Right {
    position:			relative;
    float:				right;
}
.ZTop {
    z-index:			100;
}
.ZBottom {
    z-index:			0;
}
.FontSize13 {
    font-size:			1.3em;
}
.FontSize12 {
    font-size:			1.2em;
}
.FontSize11 {
    font-size:			1.1em;
}
.FontSize10 {
    font-size:			1.0em;
}
.FontSize08 {
    font-size:			0.8em;
}
.FontSize07 {
    font-size:			0.7em;
}
.FontSize06 {
    font-size:			0.6em;
}
.Bold {
    font-weight:		bold;
}
.Center {
    text-align:			center;
}
.Verdana {
    font-family:		Verdana;
}
strong {
    font-weight:		bold;
}
/* Allgemeines Ende */

#NetworkBarContainer {
    z-index: 1001!important;
    background-image: none!important;
    margin: auto!important;
    width: 100%!important;
}

#NetworkBar {
    /*background-image: none!important;*/
    border-top-width: 0px!important;
    margin: auto!important;
    position: relative!important;
    text-align: left!important;
    width: 1000px!important;
}

/* Anfang */
#Header {
    position:				relative;
    top:					0px;
    left:					0px;
    width:					1000px;
    height:					108px;
    margin:					0px;
    z-index:				30;
    background:
        url(https://login.4players.de/sourcen/portal/4players/2015/startseite_header_autumn.jpg);
}

#Page {
    position:				relative;
    top:					0px;
    left:					0px;
    width:					1000px;
    margin:					0px auto auto;
    background:		white;
    background-color:		white;

}

#Menu {
    position:				relative;
    z-index: 1000;
    top:					0px;
    left:					0px;
    width: 1000px;
    height: 28px;
    margin:					0px;
    padding:				0px;
    background-color: #095070;
    color: #fff;

}

/* @group Menu */

/* @end */
/* new since 2014-04-07 */


#Content {
    position:			relative;
    float:				left;
    top:				0px;
    left:				0px;
    margin-left:		0px;
    width:				999px;
    padding:			0px;
    border:				0;

    min-height:			400px;
    padding-top:			6px;
    background-color:		white;
    background-repeat:		repeat-y;

}

#ContentHeader {
    position:			relative;
    top:				6px;
    left:				0px;
    height:				35px;
    width:				998px;
    padding:			0px;
    z-index:31;
    border-bottom: 1px solid #aaaaaa;
}

#Suche {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 14px;
    width: 330px;
}

#Suche input {
    margin-left: 10px;
    font-size: 14px;
    width: 250px;
}

#Suche button {
    /*position: absolute;*/
    line-height: 20px;
    margin-left: 5px;
}

#ContentHeaderSearch {
    position:				absolute;
    top:					5px;
    left:					0px;
    width:					370px;
    z-index:				23;
}

#ContentHeaderLogin {
    position:				absolute;
    top:					5px;
    right:					10px;
    width:					340px;
    text-align:				right;
    z-index:				22;
}

#generalSearch{
    float:left;
    width:250px;
    height:21px;
    margin-right: 10px;
    margin-left: 10px;
}
#generalSearchButton{
    float:left;
    width:60px;
    height:21px;
}

#generalSearch input{
    width:250px;
    height:17px;
    line-height:18px;
    border:2px inset #89abb3;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color:#186789;
    padding-left: 5px;
}

#ContentMain {
    position:				relative;
    top:					0px;
    left:					0px;
    width:					978px;
    padding:			10px;
    padding-top:			3px;
    overflow:				hidden;
    font-size: 13px;
}

#ContentMain h1, #ContentMain h2 {
    font-weight:		normal;
    padding:			0;
}

#ContentMain h1 {
    color:				#08526f;
    margin-bottom:		16px;
}

#ContentMain h2 {
    margin-bottom:		16px;
    font-weight:		bold;
}

#ContentMain legend {
    background-color:	transparent;
}

#ContentMain div.layout_2spaltig {
    width:				auto;
}

#ContentMain div.layout_2spaltig div.links, #ContentMain div.layout_2spaltig div.rechts {
    width:				49%;
}

#ContentMain div.seperator {
    color:				#446e7e;
    width:				100%;
}

#ContentMain input[type=text], #ContentMain input[type=password], #ContentMain select {
    height:				16px;
    border:				1px solid #87abb9;
}

#ContentMain textarea, #ContentMain .Liste {
    border:				1px solid #87abb9;
    background:		#fff;/*	url(https://login.4players.de/grafik/text_back.png) repeat-x;
	background-color:	#d7e2e8;*/
}

#ContentMain textarea {
    background-position:0px -40px;
}

#ContentMain input[type=text]:focus, #ContentMain input[type=password]:focus, #ContentMain
select:focus, #ContentMain textarea:focus {
    border:				1px solid #E38D96;
}

#ContentMain input[type=text], #ContentMain input[type=password] {
    background:		#fff;/*	url(https://login.4players.de/grafik/input_back.png) repeat-x;*/
}

#ContentMain input#lastname.TextInput, #ContentMain input#surname.TextInput {
    width:				170px;
}

#ContentMain .Button {
    position:			relative;
    width:				100px;

    text-align:			center;

}

#ContentMain .Button.Big {
    width:				154px;

}

#ContentMain .Button a {
    display:			block;
    color:				#3e3e3e;
}

#ContentMain .Button:active {
    top:				1px;
    left:				1px;
}

#ContentMain .tabcontrol {
    background:			none;
}

#ContentMain .tabcontrol ul li {
    position:			relative;
    width:				90px;
    height:				26px;
    line-height:		24px;
    padding:			0;
    margin-right:		1px;
    margin-bottom:		-2px;
    background-color:	transparent;
    background-image:	url(https://login.4players.de/grafik/themes/4players/4players_tab0.jpg);
    background-repeat:	no-repeat;
    text-align:			center;
    font-weight:		bold;
    z-index:			10;
}

#ContentMain .tabcontrol ul li span, #ContentMain .tabcontrol ul li a {
    padding:			0;
    background:			none;
}

#ContentMain .tabcontrol ul li.on {
    background-image: url(https://login.4players.de/grafik/themes/4players/4players_tab1.jpg);
}

#ContentMain #TopNavigation div.clr {
    border-top:			1px solid #87ABBB;
    z-index:			5;
}

#ContentMain #ErrorBox, #ContentMain #SuccessBox {
    width:				810px;
}

#ContentMain div.searchboxwrapper input {
    border:				0;
    padding-top:		4px;
    background:			transparent;
}

#ContentMain .Liste ul.spiel li {
    height:				22px;
    line-height:		22px;
    border-bottom:		1px solid #87ABB9;
    padding:			0;
    padding-left:		4px;
    background:			url(https://login.4players.de/grafik/spiel_back.png) repeat-x;
}

#ContentMain .Liste ul.spiel li:hover, #ContentMain .Liste ul.spiel li.remove, #ContentMain .Liste
ul.spiel li.add {
    background:			url(https://login.4players.de/grafik/spiel_back_highlight.png) repeat-x;
}

#ContentMain .Liste ul.spiel li.remove span, #ContentMain .Liste ul.spiel li.add span {
    background:			none;
}

#ContentMain .Liste ul.spiel li span {
    border:				0;
    padding:			0;
}

#ContentMain .Liste ul.spiel li.pressed  {
    position:			relative;
    margin-bottom:		22px;
}

#ContentMain .Liste ul.spiel li.pressed ul {
    position:			absolute;
    width:				100%;
    height:				22px;
    top:				23px;
    left:				-20px;
    border-bottom:		1px solid #87ABB9;
}

#ContentMain .Liste ul.spiel li.pressed ul {
    background:			url(https://login.4players.de/grafik/spiel_back.png) repeat-x;
}

#ContentMain .Liste ul.spiel li.pressed ul li {
    border:				0;
    border-right:		1px solid #87ABB9;
    padding-right:		4px;
}
#ContentMain .Liste ul.spiel li.remove span:before {
    content:			"- ";
}

#ContentMain .Liste ul.spiel li.add span:before {
    content:			"+ ";
}

#ContentMain ul.formlist_visiblerow li {
    list-style-type:	none;
    margin-bottom:		0px;
    height:				30px;
}

#ContentMain div.searchboxwrapper input:focus {
    border:				0;
}

#ContentMain .standardFieldSet, #ContentMain .importantFieldSet {
    background:			#edeff0;
    padding:			4px;
    border: 0;
}

#ContentMain #OldLogin {
    height:				212px;
}

#ContentMain div.infolist ul {
    list-style-position:outside;
}

/* Payment-System Anfang */
#ContentMain .angebotBox {
    height: auto!important;
    margin:				auto;
}

#ContentMain .angebotSpalte {
    width:49%;			/*260px;*/
}

#ContentMain td.InfoCaption {
    background-color: 	#EBEFF0;
}

#Footer {
    position:relative;
    top:		0px;
    left:	0px;
    min-width:998px;
    width:999px;
    text-align:center;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:	rgb(45, 45, 45);
    clear:	both;
    margin-left: 0px;
    border-top: 1px solid #aaa;
    padding-bottom:10px;
}
/* Payment-System Ende */
/* Ende */
.u_smallfont {
    font-size: 7pt; font-family: Verdana, Helvetica, Arial;
}

.smallfont {
    font-size: 8pt; font-family: Verdana, Helvetica, Arial;
}

.normalfont {
    font-size: 10pt; font-family: Verdana, Helvetica, Arial;
}

.largefont {
    font-size: 12pt; font-family: Verdana, Helvetica, Arial;
}

form {
    padding:0px;
    margin:0px;
}

img {
    border: 0;
}

.img_middle {
    border: 0px;
    vertical-align: middle;
}

/* ------------------ Userprofil-Menü ------------------ */
.space{
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom: 1px solid #558478;
    width:5px;
}

.profile_tab{
    width:100%;
    border:0px;
}

.profile_tab_active{
    /*width:100px;*/
    border-left: 1px solid #558478;
    border-right: 1px solid #558478;
    border-top: 1px solid #558478;
    border-bottom-width: 1px;
    padding-left:1px;
    padding-right:1px;
    padding-top:1px;
    padding-bottom:0px;
    color:#FFFFFF;
    font-weight: bold;
}

.profile_tab_active a:link, .profile_tab_active a:visited, .profile_tab_active a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.profile_tab_active table{
    height:25px;
    background-image:url(https://login.4players.de/sourcen/portal/4players/profile/profile_hg1_03.gif);
    /*background-color:#799e94;*/
    border:0px;
    width:100%;
}

.profile_tab_inactive{
    /*wicdth:100px;*/
    border-left: 1px solid #558478;
    border-right: 1px solid #558478;
    border-top: 1px solid #558478;
    border-bottom: 1px solid #558478;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
}

.profile_tab_inactive table{
    height:20px;
    background-color:#D1E1DE;
    border:0px;
    width:100%;
}

.profile_tab_inactive a:link, .profile_tab_inactive a:visited, .profile_tab_inactive a:active {
    color: #000000;
    text-decoration: none;
}

/* ------------------ Userprofil ------------------ */
.user_table{
    background-color:#D1E1DE
}

.user_table_light{
    background-color:#DEEFEC;
}


.user_table_lrtb{
    border-left: 1px solid #558478;
    border-right: 1px solid #558478;
    border-top: 1px solid #558478;
    border-bottom: 1px solid #558478;
    border-top-width: 1px;
}

.user_table_lrb{
    border-left: 1px solid #558478;
    border-right: 1px solid #558478;
    border-bottom: 1px solid #558478;
    border-top-width: 1px;
}

.user_table_lrt{
    border-left: 1px solid #558478;
    border-right: 1px solid #558478;
    border-top: 1px solid #558478;
    border-top-width: 1px;
}

.user_table_lb{
    border-left: 1px solid #558478;
    border-bottom: 1px solid #558478;
    border-top-width: 1px;
}

.user_table_rb{
    border-right: 1px solid #558478;
    border-bottom: 1px solid #558478;
    border-top-width: 1px;
}

.user_table_lr{
    border-left: 1px solid #558478;
    border-right: 1px solid #558478;
    border-top-width: 1px;
}

.user_table_b{
    border-bottom: 1px solid #558478;
    border-top-width: 1px;
}
/* ------------------  ------------------ */
#cmstable    { font-size: 9pt; font-family: Verdana, Helvetica, Arial; color: #0A0A0A; }

#DynCont {
    position: absolute;
    width: 350px;
    height: 379px;
    z-index: 1;
    left: 6px;
    top: 72px;
    visibility: hidden
}

#DynToolTipp {
    position: absolute;
    max-width: 250px;
    z-index: 32;
    visibility: hidden;
    vertical-align:top;
    padding: 3px;
    border: 2px solid #004161;
    background: #E4EBEE;
}
#TextComplete { position: absolute; width: 250px; height: 379px; z-index: 1; left: 6px; top:
    72px; visibility: hidden }
#SelectGame { position: absolute; width: 671px; height: 320px; z-index: 1; left: 135px; top:
    72px; visibility: hidden }
#ToolTippText {
    color:#50525c;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:normal;
    text-decoration: none;
    color:#004161;
}
body {color: #000000;background-color: #EBEBEB;font-family: "Open Sans",Verdana, Arial, Helvetica,
sans-serif;font-size: 11px; margin: 0px;}

a:link {text-decoration: none; color: #186789 }
a:visited {text-decoration: none; color: #186789 }
a:active {text-decoration: none; color: #186789 }
a:hover {text-decoration: none; color: #97030E }

:focus {outline: 0;}

.Left {position: relative; float: left;}
.Right {position: relative; float: right;}
.Clear {clear:	both;}

.button {font-size: 7pt; font-family: Verdana, Helvetica, Arial; color: #000000;}
.button a:link, .button a:visited, .button a:active {color: #000000;text-decoration: none;}

.input {font-size: 11px; font-family: Verdana, Helvetica, Arial; color: #000000; border:1px solid
#000000; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px;
    border-left-width : 1px; text-indent : 2px;}

/* microsites */
#cmstable li{
    margin-left:25px;
}

#t1 {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #97030E;}
#t2 {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0A0A0A;}
#t2_white {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;}
#t2_gray {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AAAAAA;}
#t3 {font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0A0A0A;}
#t3_white {font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;}
#t4 {font-size:10pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0A0A0A;}
#t4_anz {font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #EBEBEB;}
#t5 {font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #2D2D2D;}
#t6 {font-size:10pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #2D2D2D;}
#t7 {font-size:12pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #2D2D2D;}
#t8 {font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #2D2D2D;}
#t9 {font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #2D2D2D;}
#t10 {font-size:10pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #F5F5F5;}

#path {font-size: 9pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0A0A0A;}


#BERICHT_COL {font-size:10pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0A0A0A; text-align: justify; line-height: 125%; }

#amazon { font-size:10pt; font-family: Arial Narrow, Arial, Verdana, Arial, Helvetica, sans-serif; color: #97030E; }
#link { font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #97030E; }
#small { font-size:7pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0A0A0A; }
#headlinebig {font-size:13pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #0A0A0A; font-weight: bold;}

.headlinebox {border:1px solid #C0C0C0; margin-left: 0px; margin-bottom: 0px; margin-right:0px; margin-top:2px; background-color:#E1E1E1; text-align: center;}
.shotbox_center {border:1px solid #C0C0C0; margin-left: 0px; margin-bottom: 15px; margin-right:0px; margin-top:5px; background-color:#E1E1E1; text-align: left; line-height: 100%;}
.shotbox_left {border:1px solid #C0C0C0; margin-right: 5px; margin-bottom: 5px; margin-left:0px; margin-top:5px; background-color:#E1E1E1;text-align: left; line-height: 100%;}
.shotbox_right {border:1px solid #C0C0C0; margin-left: 5px; margin-bottom: 5px; margin-right:0px; margin-top:5px; background-color:#E1E1E1; text-align: left; line-height: 100%;}
.tvbox {border:1px solid #C0C0C0; margin-left: 0px; margin-bottom: 0; margin-right:0px; margin-top:2px; background-color:#FEF78B; text-align: center; }

.easycredit a:link, .easycredit a:visited, .easycredit a:active {color: #002FA9;text-decoration: none;}

.MENULINK:link {font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; color: #034B57}
.MENULINK:visited { font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; color: #034B57}
.MENULINK:active { font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; color: #034B57}
.MENULINK:hover { font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: underline; color: #034B57}


        .show {display:block;}
.hide {display:none;}


.readonly { font-size: 11px; font-family: Verdana, Helvetica, Arial, sans-serif; color: #000000; background-color: #EEEEEE;
  border:1px solid #000000;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}

.input_button {
    color: #FFFFFF;
    border: 1px solid #000000;
    background-color: #AC1823;
    font-weight: bold;
    font-size: 9pt;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.tdReviewPro {
    font-size: 8pt;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #0A0A0A;
    background-color:#DEF5DC;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
}
.tdReviewCon {
    font-size: 8pt;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #0A0A0A;
    background-color:#F9DFDF;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
}
.tdReviewResult {
    font-size: 8pt;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #0A0A0A;
    background-color:#D9D4C1;
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
}


.step_tab{
    width:100%;
    border:0px;
}

.step_tab_active{
    /*width:100px;*/
    border-left: 1px solid #8D8A7F;
    border-right: 1px solid #8D8A7F;
    border-top: 1px solid #8D8A7F;
    border-bottom-width: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 0px;
    color: #000000;
    font-weight: bold;
    font-family: Verdana,Helvetica,Arial, sans-serif;
    font-size: 10pt;
}

.step_tab_active a:link, .step_tab_active a:visited, .step_tab_active a:active {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.step_tab_active table{
    height:25px;
    background-image:url(http://phillip.muc.4players.de/cvs/site-www.4netplayers.de/htdocs/grafik/step_hg1_03.gif);
    /*background-color:#799e94;*/
    border:0px;
    width:100%;
}

.step_tab_inactive{
    /*wicdth:100px;*/
    border-left: 1px solid #8D8A7F;
    border-right: 1px solid #8D8A7F;
    border-top: 1px solid #8D8A7F;
    border-bottom: 1px solid #8D8A7F;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    color: #C0C0C0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.step_tab_inactive table{
    height: 20px;
    background-color: #EAE9E3;
    border: 0px;
    width: 100%;
}

.step_tab_inactive a:link, .step_tab_inactive a:visited, .step_tab_inactive a:active {
    color: #000000;
    text-decoration: none;
}

.step_tab_inactive_done{
    /*wicdth:100px;*/
    border-left: 1px solid #8D8A7F;
    border-right: 1px solid #8D8A7F;
    border-top: 1px solid #8D8A7F;
    border-bottom: 1px solid #8D8A7F;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
}

.step_tab_inactive_done table{
    height:20px;
    background-color:#C5C1B2;
    border:0px;
    width:100%;
}

.step_tab_inactive_done a:link, .step_tab_inactive_done a:visited, .step_tab_inactive_done a:active {
        color: #666666;
text-decoration: none;
}

.step_table_lrb{
    border-left: 1px solid #8D8A7F;
    border-right: 1px solid #8D8A7F;
    border-bottom: 1px solid #8D8A7F;
    border-top-width: 1px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}


.container_normal { font-size: 8pt; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal; text-decoration: none; color: #000000}
.container_small { font-size: 7pt; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal; text-decoration: none; color: #000000}
.container_bold { font-size: 8pt; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; text-decoration: none; color: #034B57}
.container_bold_red { font-size: 8pt; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; text-decoration: none; color: #AA000A}
.container_head { font-size: 9pt; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; text-decoration: none; color: #000000; line-height: 100%;}

div.stdbutton {font-size: 8pt; text-align: center; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal; text-decoration: none; background-color: #d2d0d0; border-color: black; border: 1px solid;}

.spacer{clear:both;font-size:xx-small;}
.bericht{margin-top:8px;margin-bottom:8px;}

/* ELEMENTE AUF INDEX - ANFANG */


.StartseitenBox {background:white;width:407px; min-height:50px;}
#StartseitenNews{float:left;position:relative;top:10px;}
#StartseitenBerichte{position:relative;float:left;top:10px;left:10px;}
.NewsBoxContent {float:left;width:217px;border-left:1px solid silver;}
.float_left{float:left;}

.header_270{height:23px;width:270px;}
.header_270 span {display:block;padding-top:4px;margin-left:8px;width:270px;}
.header_270_allgemein{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/4players_leiste_270.jpg);}
.header_270_pc{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/pc_leiste_270.jpg);}
.header_270_ps2{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/playstation_leiste_270.jpg);}
.header_270_ps3{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/playstation_leiste_270.jpg);}
.header_270_360{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/xbox_leiste_270.jpg);}
.header_270_wii{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/wii_leiste_270.jpg);}
.header_270_nds{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/ds_leiste_270.jpg);}
.header_270_psp{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/psp_leiste_270.jpg);}
.header_270_mmog{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/onlinegames_leiste_270.jpg);}
.header_270_mmog_fantasy{height:27px;background:url(https://login.4players.de/premium/SystemTeaserPyramide/MMOG/633x238/leiste_onlinegames_fantasy.jpg);}
.header_270_mmog_sci-fi{height:27px;background:url(https://login.4players.de/premium/SystemTeaserPyramide/MMOG/633x238/leiste_onlinegames_sci-fi.jpg);}
.header_270_mmog_piraten{height:27px;background:url(https://login.4players.de/premium/SystemTeaserPyramide/MMOG/633x238/leiste_onlinegames_piraten.jpg);}
.header_270_mmog_wirtschaft{height:27px;background:url(https://login.4players.de/premium/SystemTeaserPyramide/MMOG/633x238/leiste_onlinegames_wirtschaft.jpg);}
.header_270_mmog_sonstige{height:27px;background:url(https://login.4players.de/premium/SystemTeaserPyramide/MMOG/633x238/leiste_onlinegames_sonstige.jpg);}
.header_270_4ptv{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/4ptv_leiste_270.jpg);}
.header_270_downloads{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/downloads_leiste_270.jpg);}

.header_310{height:23px;width:310px;background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_310/4players_leiste_310.jpg);font-weight:bold;color:#186789;}
.header_310 span {display:block;padding-top:4px;margin-left:8px;width:310px;}

.header_407{height:23px;width:407px;background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/4players_leiste_407.jpg);font-weight:bold;color:#186789;}
.header_407 span {display:block;padding-top:4px;margin-left:8px;width:407px;}
.header_407_downloads{height:23px;width:407px;background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/downloads_leiste_407.jpg);}


.header_500{height:23px;width:500px;background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_500/4players_leiste_500.jpg);font-weight:bold;color:#186789;}
.header_500 span {display:block;padding-top:4px;margin-left:8px;}

.StartseitenSystemTeaser270{width:270px;float:left;position:relative;top:15px;}
.StartseitenSystemTeaser270 a{font-weight:bold;}
.StartseitenSystemTeaser270 div{margin-top:5px;}


.header_407_allgemein{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/4players_leiste_407.jpg);}
.header_407_pc{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/pc_leiste_407.jpg);}
.header_407_ps2{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/playstation_leiste_407.jpg);}
.header_407_ps3{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/playstation_leiste_407.jpg);}
.header_407_360{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/xbox_leiste_407.jpg);}
.header_407_wii{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/wii_leiste_407.jpg);}
.header_407_nds{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/ds_leiste_407.jpg);}
.header_407_psp{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_50/psp_leiste_407.jpg);}



.tabItem {float:left;width: 90px;height:26px; text-align:center;}
.tab_allgemein_unselected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/4players_tab0.jpg);}
.tab_allgemein_selected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/4players_tab2.jpg);}
.tab_pc-cdrom_unselected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/pc_tab0.jpg);}
.tab_pc-cdrom_selected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/pc_tab2.jpg);}
.tab_playstation2_unselected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/playstation_tab0.jpg);}
.tab_playstation2_selected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/playstation_tab2.jpg);}
.tab_playstation3_unselected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/playstation_tab0.jpg);}
.tab_playstation3_selected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/playstation_tab2.jpg);}
.tab_360_unselected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/xbox_tab0.jpg);}
.tab_360_selected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/xbox_tab2.jpg);}
.tab_wii_unselected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/wii_tab0.jpg);}
.tab_wii_selected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/wii_tab2.jpg);}
.tab_nds_unselected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/ds_tab0.jpg);}
.tab_nds_selected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/ds_tab2.jpg);}
.tab_psp_unselected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/psp_tab0.jpg);}
.tab_psp_selected{background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/tabs/psp_tab2.jpg);}
.tabItem a {display:block;margin-top:6px;text-align:center;}
.tabItem_spacer{width:1px; height:25px; border-bottom: 1px solid #87abb9;float:left;font-size:0;}

.StartseitenTeaser h1{color:black;font-family:Times New Roman; font-size:16pt; font-weight:bold;}

.STM{margin-top:5px;float:left;width:202px;height:63px;position:relative;}
.STM_unselected{background:url(https://login.4players.de/sourcen/portal/4players/layouts/index/StartseitenTeaser_unselected.png);border-top:1px solid #87abb9;}
.STM_selected{background:url(https://login.4players.de/sourcen/portal/4players/layouts/index/StartseitenTeaser_selected.png);}
.STM_selected a{color:#AA000A;}
.STM a{margin-top:4px;margin-left:28px;display:block;}
.STM p{position:absolute;top:36px;left:5px;width:192px;height:14px;overflow:hidden;}
.STM div{position:absolute;top:50px;left:5px;width:192px;height:14px;overflow:hidden;}

.STM_spacer{width:5px; height: 63px; border-top: 1px solid #87abb9;float:left;margin-top:5px;font-size:0px;}

/* ELEMENTE AUF INDEX - ENDE */

/* ELEMENTE AUF INDEXSYSTEM - ANFANG */
.isd {
            position: relative;
            float:left;
            min-height:100px;
        }

#indexsystem_p1 {
    width:545px;
}
#indexsystem_p2 {width:270px;float:left;position:relative;left:10px;}

#RedfavSelect{
    margin-left:50px;
    border: dotted 1px #999999;
    color:black;
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    width:80px;
}

#indexsystem_p3a {
    width:407px;
    margin-top:10px;
}
#indexsystem_p3b {
    width:407px;
    margin-left:11px;
    margin-top:10px;
}
/* ELEMENTE AUF INDEXSYSTEM - ENDE */

/* AKTUELLE NEWS - ANFANG */


.top_news{
    width:820px;
    min-height:250px;
    margin-left:0px;
    margin-top:0px;
}

.top_news_row{
    width:510px;
    min-height:72px;
    margin-left:0px;
    margin-bottom:2px;
    background-color:#D5E2E7;
    padding:5px;
}

.top_news_right{
    position: relative;
    float:right;
    display:inline;
    width:300px;
    min-height:250px;
}

.relDiv{
    position: relative;
    float:left;
    display:inline;
    top:0px;
    left:0px;
}

.block_day{
    width:830px;
    min-height:100px;
    margin-left:-10px;
    margin-top:0px;
}

.item_news{
    width:405px;
    min-height:60px;
    margin-left:10px;
    margin-top:10px;
    background-color:#EEEEEE;
}

.head_day{
    width:820px;
    min-height:20px;
    margin-left:10px;
    margin-top:10px;
    background-color:#DDDDDD;
}

.spiel_name{
    font-weight: bold;
    color: #1C6079;
}

.news_minibild{
    margin: 		5px;
    border-top:		2px ridge silver;
    border-bottom:	2px groove silver;
}

.news_paging_top{
    width:830px;
    min-height:18px;
    margin-top:10px;
    text-align:center;
}
.news_paging_bottom{
    width:830px;
    min-height:30px;
    margin-top:20px;
    text-align:center;
}

.prev_time{
    position: relative;
    display:inline;
    height:20px;
}

.start_time{
    position: relative;
    display:inline;
    height:20px;
}

.next_time{
    position: relative;
    display:inline;
    height:20px;
}

/* AKTUELLE NEWS - ENDE */



/* KOLUMNEN/KOMMENTARE - ANFANG */

.kolumnen_background{
    width:820px;
    min-height:200px;
    margin-top:0px;
    margin-left:0px;
    background-color:#E6E4E5;
}

.kolumnen_header{
    width:800px;
    height:64px;
    margin-left:10px;
    margin-top:10px;
    border-top-style:solid;
    border-bottom-style:solid;
    border-top-width:1px;
    border-bottom-width:1px;
    border-color:#3C3939;
    background-color:#E6E4E5;
    text-align:center;

}

.kolumnen_header h1{
    font-size: 26pt;
    font-family: times new roman, serif;
    font-weight:normal;
    color:#3c3939;
    line-height:60px;
}

.kolumnen_header h2{
    font-size: 24pt;
    font-family: times new roman, serif;
    font-weight:normal;
    color:#3c3939;
    line-height:26px;
    margin-top:8px;
    margin-bottom:0px;
}
.kolumnen_header h3{
    font-size: 10pt;
    font-family: times new roman, serif;
    font-weight:normal;
    line-height:18px;
    font-stretch: wider;
    color:#3c3939;
    margin-top:0px;
}

.kolumnen_datum{
    width:800px;
    height:20px;
    margin-left:10px;
    margin-top:0px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-color:#3C3939;
    line-height:18px;
}

.klm_kw{
    width:200px;
    text-align:left;
}
.klm_dt{
    width:400px;
    text-align:center;
}
.klm_right{
    width:200px;
    text-align:right;
}

.kolumnen_text{
    width:780px;
    margin-top:10px;
    margin-left:10px;
    font-size: 12pt;
    font-family: times new roman, serif;
    text-align: justify;
}

.kolumnen_row{
    width:387px;
    min-height:60px;
    margin-left:10px;
    margin-top:10px;
    padding:3px;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#C3C1C2;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#251F1F;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#C3C1C2;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#C3C1C2;
    font-size: 13pt;
    font-family: times new roman, serif;
    font-weight:normal;
    color:#3c3939;
    line-height:18px;
    cursor:	pointer;
}

/* KOLUMNEN/KOMMENTARE - ENDE */



/* Spielinfo Header - Anfang */
div#SpielHeader {
    position:absolute;
    float:left;
    display:table;
    width:821px;
    height: 130px;
    top:0px;
    left:0px;
    z-index:1;
}

div#headerBackgroundImage{
    position:absolute;
    float:left;
    display:table;
    width:821px;
    height: 130px;
    top:0px;
    left:0px;
    text-align:right;
    z-index:0;
}

div#SpielHeaderSpielname {
    font-size: 18pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    vertical-align:bottom;
    color: white;
    margin-left:20px;
}
div#SpielHeaderInfos {
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    color: white;
    margin-left:22px;
}

.SpielHeaderInfos2 {
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    margin-left:22px;
}

#SpielWatchlistContainer {
    margin-top: 15px;
    margin-left: 20px;
    color: white;
}

#SpielWatchlistEdit {
    position: relative;
    top: 1px;
    left: 10px;
    float: left;
}

div#SoTestet {
    position:absolute; bottom: 30px; left:20px;
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}
div#USKDiv {
    position:relative; top:-80px; left:20px;
    width: 200px;
    height: 100px;
    display: none;
    z-index: 9;
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
}
div#SpielInfoMenu {
    position:absolute; top: 110px; left:15px; width:786px;
}
div.containerheaderTXT {
    position: relative;
    top:5px; left:40px;
    font-size:8pt;
    font-family:Tahoma, Arial, sans-serif;
    font-weight:700;
    color:#404040;
}
div.berichtseitennaviTXT {
    text-align:center;
    position: relative;
    top:6px;
    font-size:8pt;
    font-family:Tahoma, Arial, sans-serif;
    color:#3b3b3b;
    cursor:pointer;
}
div.berichtseitennaviTXTactive  {
    text-align:center;
    position: relative;
    top:6px;
    font-size:8pt;
    font-family:Tahoma, Arial, sans-serif;
    color:#AA0000;
    font-weight:bold;
    cursor:pointer;
}
div.simb {float:left;width:75px;padding-left:2px;}
/* Spielinfo Header - Ende */

#NavigationSpieletipps {
    position:relative;
    top: 1px;
    display: block;
    margin-top:5px;
}

/* Spielinfoheader - Navigation */
.rcorn {padding:0;background: transparent;}

.rcorn div {margin:0; font-family: Arial, Helvetica, sans-serif; font-weight:bold;font-size:8pt;text-align:center;}

.rcorn2 {width:80px; float:left;margin-left:5px;}
.rcorn3 {width:95px; float:left;margin-left:5px;}
.rcorn p {margin:0 10px; text-align:right;font-size:0pt;}
.rcorn p img {margin:0 5px;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.bg_lightblue {background:#d5e2e8;}
.bg_d1 {background:#d1d1d1;}
.bg_d1 a {color:black;font-weight:normal;}
.bg_white {background:#ffffff;}
.xb1, .xb2, .xb3, .xb4, .xb5 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4, .xb5 { border-left:1px solid #87abb9; border-right:1px solid #87abb9;}
.xb1 {margin:0 3px; background:#87abb9;}
.xb2 {margin:0 2px; border-width:0 1px;}
.xb3 {margin:0 1px;}
.xb4 {height:1px; margin:0 1px;}
.xb5 {height:1px; margin:0; border-bottom:1px solid #87abb9;}
.xb_selected {background:#FFF;}
.xb5_selected {border-bottom: 1px solid white; z-index:1000;}
.rcorncontent {display:block; background:#d5e2e8; border:0 solid #87abb9; border-width:0 1px;}

.pointer {cursor:pointer;}
/* /Spielinfoheader - Navigation */

/* Spielinfo - Anfang */
div.spielinfo_left {
    float:		left;
    width:		443px;
    margin-top:	5px;
}

div.spielinfo_right {
    float:		right;
    width:		372px;
    margin-top:	5px;
}


.spielinfo_wertung {
    float:right;
    margin-right:20px;
}

.spielinfo_wertung H2{
    color:white;
    display:block;
    position:absolute;
    top:57px;
    right:68px;
    font-size:28px;
    font-weight:900;
}
/* Spielinfo - Ende*/


/* Spielvideos - Anfang*/
.spielvideos_datum{float:left;width:70px;}
.spielvideos_titel{float:left;width:335px;}
.spielvideos_vote{float:left;width:165px;}
.spielvideos_systeme{float:left;width:110px;}
.spielvideos_lafuzeit{float:left;width:70px;}
.spielvideos_views{float:left;width:50px;}
.spielvideos_show{float:left;width:20px;}
/* Spielvideos - Ende*/


.content_background{
    width:825px;
    min-height:200px;
    margin-top:0px;
    margin-left:10px;
    background-color:white;
    margin-bottom:10px;
}

/* ACHIEVEMENTS - ANFANG */

.pagingDiv{
    width:820px;
    height:25px;
    margin-left: 0px;
    margin-top: 15px;
    text-align:center;
    font-weight:bold;
}

#achievementContainer{
    position:relative;
    float:left;
    display:inline;
    width:835px;
    margin-top:0px;
    margin-left:-10px;
    min-height: 200px;
}

.achievement_spiel_name{
    font-weight: bold;
    color: #1C6079;
    font-size: 10pt;
}


.achievement_minibild{
    position:relative;
    margin-left:3px;
    margin-top:3px;
    margin-right:8px;
}

.achievementItem{
    width:257px;
    height:110px;
    margin-left:10px;
    margin-top:10px;
    background-color: #EEEEEE;
    padding:5px;
}

#erfolge_container{
    position:relative;
    float:left;
    display:block;
    width:820px;
    margin-left:0px;
    border-style:solid;
    border-width:1px;
    border-color:#8D8A7F;
}


.erfolgeItem{
    width:800px;
    background-color:#FFFFFF;
    margin-top:5px;
    margin-left:10px;
    margin-bottom:5px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#C0C0C0;
}

.erfolgPic {
    position:relative;
    margin-right:70px;
    margin-bottom:10px;
}

.belohnung{
    position:absolute;
    float:left;
    display:block;
    width:50px;
    height:20px;
    top:0px;
    left:750px;
}

/* ACHIEVEMENTS - ENDE */


/* TIPPS - ANFANG */

.rowTippsIndex{
    width:270px;
    min-height:20px;
    margin-left:0px;
    margin-top:2px;
}

.tippsFragenButtons{
    position:absolute;
    width:407px;
    height:35px;
    top:160px;
    left:0px;
    background-color:#F5F5F5;
}

.tippsFragenNeueFrage{
    position:relative;
    float:left;
    text-align:left;
    width:203px;
    height:35px;
}
.tippsFragenUebersicht{
    position:relative;
    float:left;
    text-align:right;
    width:203px;
    height:35px;
}


.tippsMehrButton{
    position:absolute;
    width:50px;
    height:20px;
    text-align:right;
    top:355px;
    left:215px;
}

.teaserText{
    width:270px;
    height:23px;
    margin-left:0px;
    /*background-color:#D6E0E4;*/
    background:url(https://login.4players.de/sourcen/portal/4players/spieletipps/st_leiste_270.jpg);
    font-weight:bold;
    line-height:22px;
    color:#333333;
}

.teaserBild{
    width:270px;
    height:75px;
    margin-left:0px;
    margin-top:0px;
}


#SPIELETIPPS_FLASHPLAYER{
    position:relative;
    float:left;
    display:inline;
    background-color:#323232;
    /*width:466px;*/
    width:444px;
    height:366px;
    /*background:url(https://login.4players.de/sourcen/portal/4players/cheats/spieletippsteaserback.png);*/
    background-repeat:repeat-x;
}

#SPIELETIPPS_SUCHE{
    position:relative;
    float:left;
    display:inline;
    background:url(https://login.4players.de/sourcen/portal/4players/cheats/spieletippsteaserback_suche2.png);
    width:370px;
    /*height:366px;*/
    height:163px;
    margin-left:2px;
}

#SPIELETIPPS_GEWINNSPIEL{
    position:relative;
    float:left;
    display:inline;
    width:370px;
    height:198px;
    margin-left:2px;
    margin-top:5px;
    background-color:#CCCCCC;
}


.top3_questions_box{
    width:395px;
    height:150px;
    margin-top:10px;
    margin-left:10px;
    left:-2px;
    border-style:solid;
    border-width:1px;
    border-color:#C0C0C0;
}

.top10_box{
    width:270px;
    height:375px;
    margin-top:10px;
    left:0px;
    /*background-color:#F5F5F5;*/
}


.question_link{
    width: 380px;
    margin-top:0px;
    margin-left:8px;
    background-color:#FFFFFF;
    padding:5px;
}


.faq_FuA_item{
    width:800px;
    padding:10px;
    margin-top:10px;
    background-color:#F5F5F5;
}
.faq_FuA_header{
    width:770px;
    padding:5px;
    line-height:25px;
}

.faq_FuA_pageheader{
    width:821px;
    height:23px;
    line-height:22px;
    margin-top:10px;
}


.faq_FuA_qrow{
    width:790px;
    margin-top:0px;
    padding:5px;
    line-height:16px;
    background-color:#FFFFFF;
}

#GEWINNSPIEL{
    position:relative;
    float:left;
    display:inline;
    width:465px;
    height:150px;
    margin-top:10px;
    overflow:hidden;
}
#ERFOLGE{
    position:relative;
    float:left;
    display:inline;
    width:347px;
    height:150px;
    margin-top:10px;
    margin-left:5px;
    background-color:#EEEEEE;
}

.tipps_item{
    width:800px;
    padding:0px;
    margin-left:5px;
    margin-top:15px;
    font-size:10pt;
    line-height:15px;
}

.tipps_item_neu{
    padding:0px;
    margin-left:5px;
    margin-top:15px;
    font-size:10pt;
    line-height:15px;
}

#tipps_selected_item{
    position:relative;
    float:left;
    display:block;
    width:800px;
    padding:0px;
    margin-top:10px;
    margin-left:5px;
    font-size:10pt;
    line-height:20px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#C0C0C0;
}
#tipps_selected_item b{
    line-height:30px;
    padding:2px;
}

.tipps_selected_item_cl{
    position:relative;
    float:left;
    display:block;
    width:800px;
    padding:0px;
    margin-top:10px;
    margin-left:5px;
    font-size:10pt;
    line-height:20px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#C0C0C0;
}
.tipps_selected_item_cl b{
    line-height:30px;
    padding:2px;
}

.code_todo{
    width:350px;
    margin-left:10px;
    min-height:26px;
    line-height:13px;
    font-size:8pt;
    padding: 5px;
}

.code_effect{
    width:400px;
    margin-left:10px;
    min-height:26px;
    line-height:13px;
    font-size:8pt;
    padding: 5px;
}


#container_beantwortet{
    position:relative;
    float:left;
    display:inline;
    width:407px;
    margin-top:15px;
    margin-left:0px;
    /*border: 1px solid red;*/
}


#container_unbeantwortet{
    position:relative;
    float:left;
    display:inline;
    width:407px;
    margin-top:15px;
    margin-left:8px;
    /*border: 1px solid red;*/
}


.spieletipps_faq_header{
    width:407px;
    height:23px;
    line-height:22px;
    background:url(https://login.4players.de/sourcen/portal/4players/spieletipps/spieletipps_faq_teaser_407.jpg);
}

.spieletipps_faq_uebersicht{
    width:407px;
    height:23px;
    line-height:22px;
    text-align:right;
}

.rowQues{
    width:407px;
    min-height:40px;
    margin-left:0px;
    margin-top:0px;
}


/*-----------------------------------------------------*/


/*  gamefaq - Anfang */

.faq_question_item{
    width:820px;
    padding-left:0px;
    margin-left:2px;
    margin-top:20px;
    font-size:10pt;
    line-height:15px;
    background-color:#EEEEEE;
}

.faq_question_header{
    width:810px;
    padding:0px;
    margin-left:5px;
    margin-top:5px;
    font-size:10pt;
}

.faq_question_question{
    width:500px;
    padding:0px;
    margin:0px;
}

.faq_question_buttons{
    position:absolute;
    width:150px;
    padding:0px;
    margin:0px;
    top:0px;
    left:660px;
}

.faq_question_answerbutton{
    position:absolute;
    width:200px;
    padding:0px;
    margin:0px;
    left:580px;
    top:0px;
}

.faq_question_text{
    width:810px;
    padding:0px;
    margin-left:5px;
    margin-top:10px;
    font-size:10pt;
}

div.glasbutton {
    background: url(https://login.4players.de/sourcen/portal/4players/buttonleft.png) no-repeat
    left top;
    height: 21px;
    padding-left: 15px;
    display: block;
    float: left;
    text-align: center;
}
* html div.glasbutton {
    display: inline;
}
div.glasbutton span {
    background: url(https://login.4players.de/sourcen/portal/4players/buttonright_trans.png)
    no-repeat right top;
    height: 19px;
    width: auto;
    display: block;
    padding-top: 5px;
    margin-top: -2px;
    padding-right: 20px;
    position:relative;
    left:10px;
}
div.glasbutton.grey span {

background: url(https://login.4players.de/sourcen/portal/4players/buttonrightgrey.png) no-repeat right top;}

* html div.glasbutton a{
    height: 23px;
    display: inline-block;
}
* html div.glasbutton span{
    height: 23px;
    display: inline-block;
}

.faq_answer{
    width:790px;
    margin-top:20px;
    margin-left:10px;
    padding:5px;
    background-color:#FFFFFF;
}

.que_datum{
    font-size:8pt;
    color: #A0A0A0;
    line-height:30px;
}

.morecheatsSpielItem{
    width:800px;
    margin-top:10px;
    padding:10px;
    background-color:#EEEEEE;
}


.morecheats_spiel_header{
    width:770px;
    padding:5px;
    line-height:25px;
}


.morecheats_qrow{
    width:690px;
    margin-top:0px;
    padding:5px;
    line-height:11px;
    background-color:#FFFFFF;
}

.morecheats_qrow_system{
    width:90px;
    margin-top:0px;
    padding:5px;
    line-height:11px;
    color: #A0A0A0;
    background-color:#FFFFFF;
}

.morecheats_datum{
    font-size:8pt;
    color: #A0A0A0;
}

.sectionHeader{
    position:relative;
    width:821px;
    height:23px;
    font-weight:bold;
    color:#186789;
    line-height:22px;
}

.sectionHeader545{
    position:relative;
    width:545px;
    height:23px;
    font-weight:bold;
    color:#186789;
    line-height:22px;
}


.sectionHeader_4p{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/4players_leiste_821.jpg); }
.sectionHeader500_4p{width:500px;height:23px;background:url(https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_500/4players_leiste_500.jpg); }

.sectionHeader_pc{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/pc_leiste_821.jpg); }
.sectionHeader_alle{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/4players_leiste_821.jpg); }
.sectionHeader_ps{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/playstation_leiste_821.jpg); }
.sectionHeader_ps2{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/playstation_leiste_821.jpg); }
.sectionHeader_ps3{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/playstation_leiste_821.jpg); }
.sectionHeader_xbox{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/xbox_leiste_821.jpg); }
.sectionHeader_360{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/xbox_leiste_821.jpg); }
.sectionHeader_wii{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/wii_leiste_821.jpg); }
.sectionHeader_ds{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/ds_leiste_821.jpg); }
.sectionHeader_nds{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/ds_leiste_821.jpg); }
.sectionHeader_psp{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/psp_leiste_821.jpg); }
.sectionHeader_4ptv{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/4ptv_leiste_821.jpg); }
.sectionHeader_mmog{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/onlinegames_leiste_821.jpg); }
.sectionHeader_downloads{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/downloads_leiste_821.jpg); }
.sectionHeader_alte_gewinnspiele{ background:url(https://login.4players.de/sourcen/portal/4players/systeme/4players_leiste_545.jpg); }

        .Bericht_Liste{
            width:830px;
            margin-left:-10px;
            margin-top:0px;
        }

.berichte_item{
    width:809px;
    min-height:200px;
    margin-left:10px;
    margin-top:5px;
    padding:5px;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#87ABB9;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#87ABB9;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#87ABB9;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#87ABB9;
    background:url(https://login.4players.de/sourcen/portal/4players/bericht_box_bg.jpg);
    background-repeat: repeat-x;
    background-color: #F5F5F5;
}


div.kugelWertungTXT {
    position: absolute;
    top:32px;
    right:38px;
    font-size:22pt;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:none;
    text-align: center; vertical-align:bottom;
    color:white;
}

.recommendation{
    left:0px;
    width:267px;
    height:205px;
    margin-top:5px;
    margin-bottom:10px;
    border-style:solid;
    border-width:1px;
    border-color:#89AAB9;
    color:#186789;
    background:url(https://login.4players.de/sourcen/portal/4players/bericht_box_bg.jpg);
    background-repeat: repeat-x;
    background-color: #F5F5F5;
}

.recommendation H2{
    color:white;
    display:block;
    position:relative;
    top:-54px;
    left:36px;
    font-size:22px;
    font-weight:900;
}

.kommentar{
    clear:both;
    padding:5px;
    font-size:8pt;
    line-height:11px;
}

.charts_item{
    width:820px;
    margin-top:10px;
}

.charts_act_pos{
    width:100px;
    height:90px;
    margin-top:1px;
    margin-left:1px;
    margin-bottom:1px;
    text-align:center;
    line-height:80px;
    background-color:#EEEEEE;
}

.charts_act_infos{
    width:515px;
    height:90px;
    margin-top:1px;
    margin-left:1px;
    margin-bottom:1px;
    background-color:#EEEEEE;
}

.charts_last_pos{
    width:100px;
    height:90px;
    margin-top:1px;
    margin-left:1px;
    margin-bottom:1px;
    background-color:#EEEEEE;
    text-align:center;
    line-height:80px;
}


.charts_last_tendenz{
    width:100px;
    height:90px;
    margin-top:1px;
    margin-left:1px;
    margin-bottom:1px;
    background-color:#EEEEEE;
    text-align:center;
}

.charts_headedr{
    height:20px;
    line-height:18px;
    font-weight:bold;
    color:#999999;
    margin-left:1px;
    background-color:#EEEEEE;
    text-align:center;
}

.berichtPGItem{
    position: relative;
    float: left;
    width: 28px;
    height: 20px;
    text-align: center;
    font-weight: bold;
}

#Fazittext img{
    margin-right:10px;
    margin-left:5px;
    background-color:#F0F5FA;
}

#Fazittext_Pro{
    position:relative;
    float:left;
    display:inline;
    min-height:100px;
    margin-top:10px;
}

#Fazittext_Kontra{
    position:relative;
    float:left;
    display:inline;
    margin-left:7px;
    min-height:100px;
    margin-top:10px;
}

.prokontra_content{
    width: 407px;
    height:auto;
}

.prokontra_sonst{
    width: 407px;
    height: 23px;
    color:#004A6D;
    font-weight:bold;
    line-height:22px;
}

.img_middle {
    border: 0px;
    vertical-align: middle;
}

.procontra_row{
    width: 407px;
    min-height: 14px;
    line-height:13px;
}

.fazit_wertung_box{
    position:relative;
    float:left;
    display:inline;
    width:405px;
    height: 145px;
    left:0px;
    margin-left:5px;
    margin-top:10px;
    font-size: 8pt;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: justify;
    color: #000000;
    background-color:#CC0000;
}

.fazit_wertung_box p{
    position:relative;
    float:left;
    display:inline;
    width:210px;
    margin-top:45px;
    margin-left:10px;
}

/*  BERICHTE - ENDE  */

/*  LAYOUT indexmmog  */


#menu_mmog {font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left;	font-weight:normal;	float:left;	width:181px; line-height:normal;}
#menu_mmog ul {width:181px;	float:left;	margin:0; padding:0; list-style:none; margin-left:10px;}
#menu_mmog li {margin:0; padding:0; width:181px;cursor:pointer;list-style-type:none;}
#menu_mmog span {font-size:8pt; font-weight:bold; display:block; width:.1em; padding:5px 4px 4px 25px; text-decoration:none; white-space:nowrap;}
.nav-mmog {background:url("https://login.4players.de/sourcen/portal/4players/menu/menu_mmog.png") no-repeat left top; background-position:0px 0px;border-width:0;}
.nav-mmog span {background-position:0px 0px; color:#333;}
#menu_mmog li:hover, #menu_mmog li:hover span {background-position:-181px 0px; color: #aa000a; cursor: pointer;}
#menu_mmog li:hover, #menu_mmog li:visited, #menu_mmog li:hover span {background-position:-181px 0px; color: #aa000a; cursor: pointer;}
#mmoglist_right {float:left; width:181px;}
#mmoglist_left {float:left; width:633px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#mmoglist_left_pic {}
#mmoglist_left_headline {font-size:12pt;padding-top:10px;padding-left:10px;text-align:left;font-weight:bold;float:left;}
#mmoglist_left_genre {font-size:8pt;padding-top:10px;padding-right:10px;text-align:right;float:right;}
#mmoglist_left_teaser {clear:both;font-size:9pt;padding-top:10px;text-align:justify;padding-right:10px;}

/*  ENDE LAYOUT indexmmog  */



/* DOWNLOADS - ANFANG */

.downloads_top{
    position:relative;
    float:left;
    width:821px;
}

.downloads_top img{ padding-bottom:6px; }

.downloads_teaser_bild{
    position:relative;
    float:left;
    width:545px;
    height: 245px;
}


.downloads_suche{
    position:relative;
    float:left;
    width:270px;
    height: 245px;
    margin-left:6px;
 background:url("https://login.4players.de/sourcen/portal/4players/downloads/downloads_suche_background.png");
}
        .downloads_middle{
            position:relative;
            float:left;
            width:821px;
            margin-top:10px;
        }

.downloads_middle img{ padding-bottom:6px; }

.downloads_middle_left{
    position:relative;
    float:left;
    width:405px;
    height:160px;
}
.downloads_middle_right{
    position:relative;
    float:left;
    width:405px;
    height:160px;
    margin-left:11px;
}

.downloads_box{
    width:270px;
    height:600px;
    margin-top:10px;
    background-color:#F5F5F5;
}

.dwl_header{
    position:relative;
    float:left;
    display:inline;
    width:270px;
    height:23px;
    line-height:22px;
    font-weight: bold;
    background:url("https://login.4players.de/sourcen/portal/4players/indexcontainer/Leisten_270/downloads_leiste_270.jpg");
    color: #004C6D;
}

div.akt_dwl_spielname{ width:270px;}
div.akt_dwl_system	{ width:24px; }
div.akt_dwl_datum	{ width:74px; }
div.akt_dwl_rating	{ width:74px; text-align:center; }
div.akt_dwl_anzahzl{ width:64px; text-align:right; }
div.akt_dwl_button	{ width:34px; text-align:center; }

div.top_dwl_spielname{ width:270px; }
div.top_dwl_dwlname{ width:270px; }
div.top_dwl_datum	{ width:150px; }
div.top_dwl_rating{ width:86px; }
div.top_dwl_button	{ width:34px; text-align:center; }

div.akt_dwlinfo_spielname{ width:407px;}
div.akt_dwlinfo_system	{ width:57px; }
div.akt_dwlinfo_datum	{ width:100px; }
div.akt_dwlinfo_rating	{ width:100px; text-align:center; }
div.akt_dwlinfo_anzahzl{ width:100px; text-align:right; }
div.akt_dwlinfo_button	{ width:50px; text-align:center; }


.dwl_item{
    position:relative;
    float:left;
    display:inline;
    width:270px;
    height:50px;
    color:#186789;
}
.dwlinfo_item{
    position:relative;
    float:left;
    display:inline;
    width:407px;
    height:50px;
    color:#186789;
}

/* download_info */

.downloadsinfo_top{
    position:relative;
    float:left;
    width:821px;
}

.dwlinfo_header{
    position:relative;
    float:left;
    display:inline;
    width:821px;
    height:23px;
    line-height:22px;
    font-weight: bold;
    background:url("https://login.4players.de/sourcen/portal/4players/systeme/downloads_leiste_821.jpg");
    color: #004C6D;
}

#dwlinfo_generalinfos{
    position:relative;
    float:left;
    width:500px;
    height: 250px;
    margin-top:10px;
    color:#186789;
}

#dwlinfo_generalinfos h1{
    font-size: 11pt;
}

.dwlinfo_desc{
    width:145px;
    margin-top:10px;
    margin-left:6px;
    font-weight: bold;
    color:#CC0000;
    float: left;
}
.dwlinfo_cont{
    width:340px;
    margin-top:10px;
    margin-left:6px;
    float: left;
}

#dwlinfo_suche{
    position:relative;
    float:right;
    display:inline;
    width:270px;
    height:163px;
    margin-top:10px;
    background:url(https://login.4players.de/sourcen/portal/4players/downloads/downloadsinfo_suche_background.jpg);
}

#dwlinfo_adtag{
    position:relative;
    float:right;
    width:300px;
    height:250px;
    margin-top:10px;
}

#dwlinfo_bunner{
    position:relative;
    float:right;
    display:inline;
    width:270px;
    margin-top:6px;
}

#dwlinfo_cont_left{
    position:relative;
    float:left;
    display:inline;
    width: 407px;
    margin-top:10px;
    margin-left:0px;
    /*background-color:#F5F5F5;*/
}

#dwlinfo_cont_left p{
    margin-top:10px;
    margin-left:5px;
    font-size: 9pt;
}

#dwlinfo_cont_left ul{
    margin-top:5px;
    margin-left:20px;
    font-size: 9pt;
    color:#186789;
}

#dwlinfo_cont_left li{
    margin-top:5px;
}

#dwlinfo_cont_right{
    position:relative;
    float:left;
    display:inline;
    width: 407px;
    margin-top:10px;
    margin-left:7px;
    /*background-color:#F5F5F5;*/
}

#dwlinfo_bericht {
    padding:	5px;
    text-align:	justify;
    font-size:	8pt;
}

/* DOWNLOADS - ENDE */


/* GEWINNSPIELE - ANFANG */

.gewinnspieleHeader{
    width:270px;
    height:23px;
    line-height:22px;
    font-weight:bold;
    color:#004C6D;
}

div#current_games{
    position:relative;
    float:left;
    display:table;
    width:830px;
    height:auto;
}

div#archiv_games{
    position:relative;
    float:left;
    display:inline;
    width:545px;
    margin-top:20px;
}


div#game_detail{
    position:relative;
    float:left;
    display:inline;
    width:821px;
}

div#game_detail p{
    margin-top:10px;
    line-height:16px;
}


div#gew4plogin{
    position:relative;
    float:left;
    display:inline;
    width: 821px;
    height:50px;
    border: #EBEBEB 1px solid;
    margin-top: 20px;
    text-align: center;
    line-height:50px;
}

.current_games_box{
    position:relative;
    float:left;
    display:inline;
    top:0px;
    left:-6px;
    margin-left:6px;
    margin-top:10px;
    width:270px;
    height:130px;
    background-color:#F5F5F5;
}

.archiv_games_box{
    position:relative;
    float:left;
    display:inline;
    top:0px;
    left:0px;
    margin-left:0px;
    margin-top:10px;
    width:270px;
    min-height:290px;
    color:#186789;
}

.current_games_content{
    position:relative;
    float:left;
    width:260px;
    margin-left:5px;
    margin-top:10px;
    color:#186789;
}

.archiv_game{
    position:relative;
    float:left;
    width:264px;
    min-height:30px;
    padding:3px;
}


/* GEWINNSPIELE - ENDE */

.headerText{
    line-height:22px;
    font-weight: bold;
    color: #004C6D;
}

/* Suche - Anfang */

div#generalSearch{
    position: absolute;
    float:left;
    width:250px;
    height:21px;
    left:10px;
    top:5px;
}
div#generalSearchButton{
    position: absolute;
    float:left;
    width:60px;
    height:21px;
    left:280px;
    top:5px;
}

div#generalSearch input{
    width:250px;
    height:17px;
    line-height:18px;
    border:2px inset #89abb3;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color:#186789;
    padding-left: 5px;
}

.kat_header{
    position:relative;
    float:left;
    width:821px;
    height:23px;
    line-height:22px;
    background:url(https://login.4players.de/sourcen/portal/4players/systeme/4players_leiste_821.jpg);
    font-weight: bold;
    color: #004C6D;
}

.fond_item_row{
    position:relative;
    float:left;
    width:821px;
    min-height:23px;
    line-height:16px;
    color: #004C6D;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color: #EEEEEE;
}

.moresearch{
    background-color:#F5F5F5;text-align:right;
}


.fond_item_name{
    position:relative;
    float:left;
    width:395px;
    left:5px;
    height:auto;
}
.fond_item_info1{
    position:relative;
    float:left;
    width:220px;
}
.fond_item_info2{
    position:relative;
    float:left;
    width:200px;
}

.system_icon{
    width:25px;
    height:10px;
    top:5px;
}
/* Suche - Ende */

/*browsvideostv - Anfang */

.browsvideostv_item{
    width:809px;
    min-height:16px;
    margin-left:10px;
    margin-top:2px;
    padding:5px;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#F5F5F5;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#F5F5F5;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#F5F5F5;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#F5F5F5;
}

/*browsvideostv - Ende */

/* storemenuteaser - Anfang */
div.storemenuteaser {
    text-align: center;
background-image: url(https://login.4players.de/sourcen/portal/4players/menu/4p_interaktiv_store_background.jpg);
padding-top: 2px;
    padding-bottom: 4px;
}

div.storemenuteaser div.etikett {
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    background: url(https://login.4players.de/sourcen/store/etikett.png) no-repeat;
    color: #000000;
    height: 29px;
    width: 66px;
    line-height: 34px;
    bottom :1px;
    left: 3px;
    text-align: center;
    font-family: Verdana,Helvetica,Sans-Serif;
}

div.storemenuteaser_bottom {
    height: 3px;
    width: 106px;
    line-height: 3px;
    font-size: 3px;
background: url(https://login.4players.de/sourcen/portal/4players/menu/4p_interaktiv_store_bottom.jpg) no-repeat left top;
}
/* storemenuteaser - Ende */

/* Screenshot_list - Anfang */
#displayScreenshot {
    max-width:500px;
}
#thumbnailContainerOverflow {
    width:315px;
    height:325px;
    overflow:hidden;
    position:relative;
}
#thumbnailContainer {
    font-size:0px;
    position:relative;
}

.Screenshotset {
    clear:both;
    width:310px;
    margin-top:10px;
    height:20px;
    border:1px solid #e6ebef;
    padding-top:3px;
}
/* Screenshot_list - Ende */


/* Storefazitteaser - Anfang */
#StoreFazitTeaser {
    height: 132px;
    width: 821px;
    clear: both;
background-image: url(https://login.4players.de/sourcen/portal/4players/store/fazitteaser_back.jpg);
        color: #5a6f79;
position: relative;
}

#StoreFazitTeaser a {
    color: #5a6f79;
}

#StoreFazitTeaser ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#StoreFazitTeaser div.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

#StoreFazitTeaser ul.othersystems {
    position: relative;
    float: left;
}

#StoreFazitTeaser ul.othersystems li {
    float: left;
    height: 125px;
    position: relative;
    width: 75px;
    margin-left: 15px;
}

#StoreFazitTeaser ul.othersystems li .thumb {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
}

#StoreFazitTeaser ul.othersystems li .thumb img {
    margin-bottom: 5px;
}

#StoreFazitTeaser div.infos {
    top: 10px;
    height: 105px;
    float: left;
    width: 250px;
    margin-left: 20px;
    position: relative;
}

#StoreFazitTeaser div.infos a.preisvergleichbutton {
    width: 183px;
    height: 21px;
    position: absolute;
    background: url(https://login.4players.de/sourcen/portal/4players/store/button_checkprices.png) no-repeat;
bottom: 0px;
}

#StoreFazitTeaser h3 {
background: url(https://login.4players.de/sourcen/portal/4players/store/einkaufswagen.png) no-repeat left top;
padding-left: 30px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

/* Storefazitteaser - Ende */


/* Userreviews - Anfang */
.UserreviewFazit {
    padding:			5px;
    border: 			1px solid #8baab7;
    border-top:			0px;
    background-color: 	#f1f2f9;
    width:				488px;
    position:			relative;
}
.UserreviewFazit pre {
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    white-space:		pre-wrap;		/* CSS3			*/
    white-space:		-moz-pre-wrap;	/* Gecko		*/
    white-space:		-pre-wrap;		/* Opera 4-6	*/
    white-space:		-o-pre-wrap;	/* Opera 7+		*/
    word-wrap:			break-word;		/* IE 5.5+		*/
}
.UserreviewFazit.Add {
    height:100px;
    border-top:0px;
    overflow:auto;
}
.UserreviewProCon {
    padding:5px;
    margin-top:5px;
    width:235px;
    overflow: hidden;
}
.UserreviewProCon pre {
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    white-space:		pre-wrap;		/* CSS3			*/
    white-space:		-moz-pre-wrap;	/* Gecko		*/
    white-space:		-pre-wrap;		/* Opera 4-6	*/
    white-space:		-o-pre-wrap;	/* Opera 7+		*/
    word-wrap:			break-word;		/* IE 5.5+		*/
}
.UserreviewProCon.Add {
    margin-top:0px;
    height:100px;
    border-top:0px;
    overflow:auto;
}

.UserreviewPro {
    clear:both;
    background-color:#EBF7E9;
    border: 1px solid #a1b88a;
}
.UserreviewCon {
    background-color:#F5E5E6;
    border: 1px solid #b88a97;
}
.PlayerTestsBig {
    position: relative;
    width: 389px;
    height: 100px;
    padding: 4px;
    margin-top:	5px;
    margin-left: 51px;
background-image: url(https://login.4players.de/sourcen/portal/4players/profile/test_back.png);
}
.PlayerTestsBig .TestName {
    width:				306px;
    height:				16px;
    line-height:		16px;
    padding:			2px;
    margin-left:		4px;
    color:				#000000;
    font-size:			1.1em;
    font-weight:		bold;
}
.TestName img {
    margin:				3px 2px 0px 0px;
}

.TestImage {
    width: 75px;
    height: 100px;
}
.TestPoints {
    position:			relative;
    width:				90px;
    height:				64px;
    padding-top:		4px;
    margin-right:		4px;
    margin-top:			8px;
    background-image:	url(https://login.4players.de/grafik/themes/4players/test_points_back.png);
    background-repeat:	no-repeat;
    text-align:			center;
    color:				#186789;
}
.TestPoints span {
    display:			block;
    margin-top:			12px;
    font-size:			18pt;
    font-weight:		bold;
}

#UserwertungInput {
    margin-top:			5px;
    margin-left:		5px;
    width:				50px;
    height:				28px;
    font-size:			18pt;
    border:				0;
    font-weight:		bold;
    color:				#186789;
    border:				1px dotted silver;
    font-family:		Verdana, Arial, Helvetica, sans-serif;
    text-align:			center;
}
#ReviewBewerten {
    margin-top:20px;
    margin-left:100px;
}
#ReviewBewerten img {
    margin-left:10px;
}
.TestPointsSmall {
    position:			relative;
    margin-right:		8px;
    margin-top:			8px;
    width:				50px;
    height:				28px;
    padding-top:		4px;
background-image:	url(https://login.4players.de/grafik/themes/4players/test_points_back_small.png);
background-repeat:	no-repeat;
    text-align:			center;
}
.TestPointsSmall span {
    display:			block;
    line-height:		12px;
    font-size:			1.1em;
    font-weight:		bold;
    color:				#186789;
}
.TestPointsSystemText {
    font-size: 8px;
}
.TestPointsSystemIcon {
    margin-top: 5px;
}
#UserReviewVoteStatus{
    border:1px solid #8baab7;
    width:282px;
    padding:5px;
}
/* Userreviews - Ende */

/* Sitemap - Anfang */

div.bereicshbox{
    position:relative;
    float:left;
    display:inline;
    top: 0px;
    left: 0px;
    width: 270px;
    margin-top: 10px;
}

div.mleft7px{
    margin-left:7px;
}
div.bereicshbox ul{
    position:relative;
    margin-left:10px;
    line-height:18px;
    margin-top:22px;
}
div.bereicshbox li{
    margin-left:20px;
}
/* Sitemap - Ende */
.font_std {
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    text-align:		left;
    font-weight: 	normal;
}
/* COLORS */
.col_0a {
    color: 			#0A0A0A;
}
.col_2d {
    color: 			#2D2D2D;
}
.col_97030E {
    color: 			#97030E;
}
.col_f5 {
    color: 			#F5F5F5;
}
.col_ff {
    color: 			#FFFFFF;
}
.col_4blue {
    color: 			#186789;
}
.col_4pred {
    color: 			#aa000a;
}
/* FONT-SIZE */
.pt_8 {font-size:8pt;}
.pt_9 {font-size:9pt;}
.pt_10 {font-size:10pt;}
.pt_11 {font-size:11pt;}
.pt_12 {font-size:12pt;}
.pt_14 {font-size:14pt;}
.pt_16 {font-size:16pt;}

.bold {
    font-weight: bold;
}
/* ALIGN */
.align_center {
    text-align: center;
}
.align_justify {
    text-align: justify;
}
.align_right {
    text-align: right;
}
body {
    margin:					0px;
}

#AdHeader {
    position:				relative;
    top:					0px;
    left:					154px;
    width:					796px;
    margin:					0px;
    padding-top:			5px; /* padding evtl. ins GUI_ADTAG einbauen */
    padding-bottom:			10px;
    text-align:				left;
    z-index:				1000;
}

#AdLeft {
    position:				absolute;
    top:					0px;
    left:					1000px;
    width:					135px;
    margin:					0px;
    padding-top:			140px;
    padding-left:			15px;
    z-index:				1000;
}

#AdPopup {
    z-index:				1000;
}

#ContentNavigation {
    position:				absolute;
    top:					27px;
    left:					0px;
    width:					944px;
    height:					20px;
    padding-top:			3px;
    background-repeat:		no-repeat;
}

#Content .GraphicHeader {
    position:				relative;
    top:					0px;
    left:					0px;
    width:					998px;
    height:					5px;
    margin:					0px;
    padding:				0px;
    z-index:				20;
    overflow:				hidden;
}

#Content .GraphicFooter {
    position:				relative;
    top:					0px;
    left:					0px;
    width:					998px;
    height:					10px;
    margin:					0px;
    padding:				0px;
    border-bottom: 			1px solid silver;
    overflow:				hidden;
}

#Footer .GraphicHeader {
    position:				relative;
    top:					0px;
    left:					0px;
    width:					944px;
    height:					5px;
    border-bottom: 			1px solid silver;
}

#Footer .GraphicFooter {
    position:				relative;
    top:					0px;
    left:					0px;
    width:					944px;
    height:					11px;
    margin:					0px;
    padding:				0px;
    border-bottom: 			1px solid silver;
    overflow:				hidden;
}
* {
    margin: 0px;
    padding: 0px;
}

#nav-4p-pc
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/pc.png");}
#nav-4p-ps2
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/ps3.png");}
#nav-4p-ps3
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/ps3.png");}
#nav-4p-360
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/360.png");}
#nav-4p-wii
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/wii.png");}
#nav-4p-nds
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/nds.png");}
#nav-4p-psp
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/psp.png");}
#nav-4p-spieletipps
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/spieletipps.png");}
#nav-4p-4ptv
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/4ptv.png");}
#nav-4p-downloads
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/downloads.png");}
#nav-4p-kolumnen
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/kolumnen.png");}
.nav-4p-community
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/community.png");}
.nav-4p-generic
{background-image:url("https://login.4players.de/sourcen/portal/4players/menu/default.png");}

#LoginRegisterBox {
    width: 49%;
}

#FacebookLoginBox {
    background: #edeff0;

    width: 49%;
    height:65px;
    margin-top: 55px;
    clear:right;
}

#RegisterForm #FacebookLoginBox
{
    margin-top: 22px;
}

#GoogleLoginBox {
    background: #edeff0;

    width: 49%;
    height:65px;
    margin-top: 40px;
    clear:right;
}

#AmazonLoginBox {
    background: #edeff0;

    width: 49%;
    height:65px;
    margin-top: 45px;
    clear:right;
}

#DetailsLoginBox{
    width: 49%;
    height:75px;
    margin-top: 35px;
    clear: right;
}

#FacebookRegisterBox #FacebookLogin {
    margin-top: -40px;
}
#FacebookLoginButton {
    /*margin: 36px 0 40px 120px;*/
}
#FacebookRegisterBox {
    margin: 0 0 6px 120px;
}

#RegisterTextBox
{
    width: 49%;
}

.Left {
    background: #edeff0;
}
/*
input[type=button], input[type=submit], #ContentMain .Button.Right, #ContentMain .Button.Big.Left
{
    border: 0px;
    color: #fff;
    background: #4074A0;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    min-width: 150px;
    font-weight: bold;
    margin: 1px;
}
input[type=button]:hover, input[type=submit]:hover, #ContentMain .Button.Right:hover, #ContentMain .Button.Big.Left:hover
{
    cursor: pointer;
    color: #f59700;
}*/
#ContentMain .Button.Right a {
    color: #fff;
}
#ContentMain .Button.Big.Left {
    float: right;
}
#ContentMain .Button.Big.Left a {
    color: #fff;
}

input[type=checkbox] {
    /*-webkit-appearance: none;*/
    box-sizing: border-box;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    border: 0px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #87abb9;
    white-space: nowrap;
    color: white;
}

input[type=checkbox]:checked {
    content: "\2713";
    color: gray;
}

.RegisterText {
    padding: 4px;
}

