.tld {
    font-weight:bold;
}
div.sucess {
	clear: both;
	color: #0a0;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
	text-align:center;
}
.faqlist ul, .faqlist li {
    list-style-type: disc;
    margin-left: 50px;
}
.faqbox {
    border: 1px solid #CCC;
    margin-bottom: 10px;
    
}
.faqboxhead {
    color:#373737;
    background-color:#EEE;
    font-weight:bold;
    padding: 5px 5px 5px 8px;
    border-bottom:1px solid #CCC;
}
.faqboxcontent {
    padding: 15px;
}
.smallnote { font-size:8pt;}
.gameserverTable  {
    font-size:10pt;
}
.gameserverTable {
    border:0;
}
.centered {
    margin-left:auto;
    margin-right:auto;
}
.downgradeInfoBox {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#fff;
    font-weight:bold;
    background-color:#F00;
    width:600px;
    padding: 5px;
    border: solid 2px #000;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}
.downgradeInfoText {
    font-size:12px;
}
.maintenance {
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#fff;
    font-weight:bold;
    background-color:#F00;
    width:600px;
    padding: 5px;
    border: solid 2px #000;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}
.infobox{
    margin-left:auto;
    margin-right:auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#fff;
    font-weight:bold;
    background-color:#0a0;
    width:600px;
    padding: 5px;
    border: solid 2px #000;
    opacity: .8;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
}
.smalllink{font-size:75%;}
.registerlink {
    font-weight:bold;
    font-size:125%;
    text-transform: uppercase;
    text-shadow: #FFAE00 0px 0px 4px;
}
.registerli {
    margin-top:15px;
    margin-bottom:15px;
    text-align: center;
}
.serviceComment {
    font-weight:bold;
}
.productpicture {display: block; margin-left: auto; margin-right: auto;}
.jqmWindow a:link { color:#000; }
#protectionTable .protectionStopped {color:#f23;}
body {
	font-family: "Segoe UI", Verdana, Sans-Serif;
        font-size: 14px;
	background: #0d0d0d;
	background-image: url('../../img.nitrado/background_mc.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color: #e0e0e0;
	margin: 0px;
	overflow: scroll;
	overflow-x: visible;
}

	.streifen_top {
		height: 17px;
		background-image: url('../../img.nitrado/top.png');
	}
	
	#format {
		width: 960px;
		margin: auto;
	}
	
		#navigation {
			margin-top: 16px;
			height: 111px;
			background-image: url('../../img.nitrado/navigation_leiste_mc.png');
			font-size: 13px;
			text-transform: uppercase;
		}
				
            #navigation ul {
                list-style-type: none;
                margin: 0px;
                padding: 0px;
            }
                    
                #navigation  ul.left li {
                    float: left;
                    padding-left: 17px;
                }
                
                #navigation  ul.right li {
                    float: right;
                    padding-right: 17px;
                }

            #navigation ul.left {
                padding-top: 19px;
            }
            
            
            #navigation a:link { 
                color:#FFFFFF; 
                text-decoration: none; 
            }
            #navigation a:visited {
                color:#FFFFFF;
                text-decoration: none; 
            }
            #navigation a:hover, #navigation a:focus { 
                color:#ffae00;
                text-decoration: underline;
            }
            
            #navigation a:active { 
                color:#ffae00;
            }

        #headline {
            margin-top: 53px;
            color: #ffae00;
            margin-left: 22px;
            overflow: visible;
            text-transform: none;
            float: left;
            width: 718px;
        }  
        
        #headline h1 {
            font-size: 13px;
            margin: 0px;
        }
        
        #language {
            overflow: visible;
            margin-top: 56px;
            left: 900px;
            font-size: 11px;
            font-weight: bold;
            color: #ffae00;
            float: left;
            
        }
		
        #content_top {
            background-image: url('../../img.nitrado/content_top.png');
            height: 11px;
        }
        
        #content {
            background-image: url('../../img.nitrado/content_middle.png');
            background-repeat: repeat;
            padding: 0 11px 0 11px;
        }
        
        #content h1, #content h2 {
            font-size: 24px;
            color: #ffae00;
            margin: 0px;
            padding: 0px;
            text-transform: uppercase;
        }
        
        ul.accept {
            list-style-image: url('../../img.nitrado/accept.png');
            margin: 0px;
            padding: 10px 0 0 23px;
        }
        
        .right h3, .right h4 {
            font-size: 11px;
            color: #ffae00;
            text-transform: uppercase;
            margin: 0 0 0 11px;
        }
        #content h4 {
            color: #e0e0e0;
            margin-bottom: 11px;
        }
        
        #content h5 {
            color: #ffae00;
            font-size: 12px;
            margin: 5px 0 8px 0;
            padding-bottom: 8px;
            border-bottom: 1px solid #373737;
        }
        
            #content .left {
                width: 696px;
                float: left;
            }            
            #content .leftBig {
                width: 938px;
                float: left;
            }
            
        
            #content .right {
                width: 220px;
                float: right;
                margin-left: 22px;
                font-size: 12px;
            }
                
                #content .right ul {
                    list-style-type: none;
                    margin: 0px;
                    padding: 0px;
                }
            
                #content .right a:link { 
                    color:#FFFFFF; 
                    text-decoration: none; 
                }
                #content .right a:visited {
                    color:#FFFFFF;
                    text-decoration: none; 
                }
                #content .right a:hover, #navigation a:focus { 
                    color:#FFFFFF;
                    text-decoration: underline;
                }
                
                #content .right a:active { 
                    color:#FFFFFF;
                }
        
                #content  .right ul.testsrv li {
                    border-bottom: 1px solid #373737;
                    padding: 0px 0 5px 0;
                    margin: 5px 0 0 0;
                }
                #content .right ul.testsrv li a {
                	color:#FFAE00;
                }
				
			
        
            .content_box {
                background-image: url('../../img.nitrado/67p_black.png');
                padding: 11px;
                margin-bottom: 11px;
                -moz-border-radius:5px;
                -khtml-border-radius:5px;
            }

            #flashMessage {
                background-image: url('../../img.nitrado/67p_black.png');
                padding: 11px;
                margin-bottom: 11px;
                -moz-border-radius:5px;
                -khtml-border-radius:5px;
            }
            
            #content_box_bg {
                margin-bottom: 11px;
                -moz-border-radius:5px;
                -khtml-border-radius:5px;
            }
            
			/* Technik Eigenschaften*/
			.content_technik {
				width: 360px;
				padding: 11px;
			}
			/* Impressum Text */
			.content_impressum {
				width: 590px;
			}
			
			#content a:link { 
                color:#FFFFFF; 
                text-decoration: underline; 
            }
			
            #content a:visited {
                color:#FFFFFF;
            }
            #content a:hover, #content a:focus { 
                color:#ffae00;
                text-decoration: underline;
            }
            
            #content a:active { 
                color:#ffae00;
            }
        
        #content_bottom {
            background-image: url('../../img.nitrado/content_bottom.png');
            height: 12px;
        }
        
		
.clear {
		clear: both;
}

        #footer {
            font-size: 11px;
            margin: 11px 0 11px 22px;
        }

            #footer a:link { 
                color:#FFFFFF; 
                text-decoration: none; 
            }
            #footer a:visited {
                color:#FFFFFF;
                text-decoration: none; 
            }
            #footer a:hover, #footer a:focus { 
                color:#ffae00;
                text-decoration: underline;
            }
            
            #footer a:active { 
                color:#ffae00;
            }
            #footer ul {
                list-style-type: none;
            }
            	#footer  ul.left li {}
                #footer  ul.right li {
                    float: right;
                    padding-right: 250px;
                }
#payoptions img {
	border: 1px solid #CCC;
}
.homeNote {
	font-size:10px;
}
#reglink {
	text-transform:uppercase;font-weight:bold;left:445px;width:250px;
	float:right;margin-top:170px;
}
.newsheadline {
	font-weight:bold;
	display:inline;
	margin:0;
	padding:0;
}
.protectionInactive {
	color:#444;
}
.protectionActive {
	color:green;
}.loginform {                                                                                                                                                                   
    clear:none;                                                                                                                                                                     
    margin-right:0;                                                                                                                                                                 
    padding:0;                                                                                                                                                                      
    width:100%;                                                                                                                                                                     
    font-family:default;
}                     

.imagebutton {                                                                                                                                                                      
    border:0px;                                                                                                                                                                     
}                                                                                                                                                                                   
.disabled_link {                                                                                                                                                                    
        color:gray;                                                                                                                                                                 
        }                                                                                                                                                                           
.canafford {                                                                                                                                                                        
        color:green;                                                                                                                                                                
}                                                                                                                                                                                   
.cantafford {                                                                                                                                                                       
        color:red;                                                                                                                                                                  
}                                                                                                                                                                                   
#orderbox a:visited {
	color:#000;
}
#orderbox a:link {
	color:#000;
}
#orderbox a:hover {
	color:#000;
}
#orderbox a:active {
	color:#000;
}
#orderbox2 a:visited {
	color:#000;
}
#orderbox2 a:active {
	color:#000;
}
#orderbox2 a:link {
	color:#000;
}
#orderbox2 a:hover {
	color:#000;
}
#orderbox2 label {
    display:inline ! important;
}
#orderbox label {
    display:inline ! important;
}
.pricebox {                                                                                                                                                                         
    width:500px;                                                                                                                                                                    
    margin-left:25px;                                                                                                                                                               
    margin-right:25px;                                                                                                                                                              
}                                                  

input   {                                                                                                                                                                           
  font-size: 11px;                                                                                                                                                                  
  font-weight:lighter;                                                                                                                                                              
  color: #000;
}                                                                                                                                                                                   
                                                                                                                                                                                    
                                                                                                                                                                                    
                                                                                                                                                                                    
select {                                                                                                                                                                            
  font-family: Tahoma, Arial, Helvetica, sans-serif;                                                                                                                                
  font-size: 11px;                                                                                                                                                                  
  color: #333;                                                                                                                                                                      
  background-color: #f8f8f8;                                                                                                                                                        
  border: 2px solid #ccc;                                                                                                                                                           
  padding: 5px;                                                                                                                                                                     
  margin-top:3px;                                                                                                                                                                   
  scrollbar-base-color:#FFFFFF;                                                                                                                                                     
  scrollbar-3dlight-color:#46688d;                                                                                                                                                  
  scrollbar-arrow-color:#CCCCCC;                                                                                                                                                    
  scrollbar-darkshadow-color:#333333;                                                                                                                                               
  scrollbar-face-color:#ffffff;                                                                                                                                                     
  scrollbar-highlight-color:#FFFFFF;                                                                                                                                                
  scrollbar-shadow-color:#333333;                                                                                                                                                   
  scrollbar-track-color:#ffffff;                                                                                                                                                    
}                             

.note { font-size:10; }
.notesmall { font-size:7pt; }
.notebig { font-size:11; color:#000000; font-family: verdana, sans-serif; text-decoration:none; font-weight:bold; }
.sel_failed { color:#FF0000; font-weight:bold; }
.sel_ok { color:#009900; }
.sel_normal { color:#000000; }
.ord_headline { font-weight:bold; }
.textfeld {
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  border: #cccccc;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  scrollbar-base-color:#FFFFFF;
  scrollbar-3dlight-color:#46688d;
  scrollbar-arrow-color:#CCCCCC;
  scrollbar-darkshadow-color:#333333;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#333333;
  scrollbar-track-color:#ffffff;
}

.hiddenbutton {
  color: #ffffff;
  background-color: #ffffff;
  border: #ffffff;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  width:0px;
  height:0px;
}
.button {
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight:bold;
  color: #eeeeee;
#  color: #000000;
#  background-color: #7d96af;
  background-color: #46688d;
  border: #000000;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  width:150px;
}

.form_failed { color:#FF0000; font-weight:bold; }
.form_normal { color:#000000; }
ul.errors {
	font-weight:bold;
}
.orderSelectPicture {
	margin-bottom:-3px;
}
h2 {
	color:#444444;
	display:block;
	margin-bottom:5px;
	padding:10px;
	text-transform:uppercase;
	width:auto;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#orderbox {
	border: 0px;
	padding: 2px;
}


#orderbox form {
        clear: both;
        padding: 0;
        width: 100%;
}
#orderbox fieldset {
        border: 1px solid #ccc;
        margin-top: 30px;
        padding: 16px 20px;
		background: url('../../img.nitrado/bestell_bg.jpg');
		background-position:top;
		width: 504px;
		background-position: 0px -40px;
}
#orderbox label {
	display:inline;
	padding:5px;
}
#orderbox input {
        clear: both;
        font-size: 100%;
        font-family: verdana, arial, sans-serif;
        padding: 2px;
		text-transform:uppercase;
}

#orderbox textarea {
        clear: both;
        font-size: 100%;
        font-family: verdana, arial, sans-serif;
        padding: 2px;
}

#orderbox2 form {
        clear: both;
        padding: 0;
        width: 100%;
}
#orderbox2 fieldset {
        border: 1px solid #ccc;
        margin-top: 30px;
		width:504px;
        padding: 16px 20px;
		background: url('../../img.nitrado/bestell_bg2.jpg');
		background-position:top;
}
#orderbox2 label {
	display:inline;
}
#orderbox2 input {
        clear: both;
        font-size: 100%;
        font-family: verdana, arial, sans-serif;
        padding: 2px;
		border:0px;
		text-transform:uppercase;
}


#orderbox2 textarea {
        clear: both;
        font-size: 100%;
        font-family: verdana, arial, sans-serif;
        padding: 2px;
}
#orderbox2 .orderRadio {
		margin-top:2px;

}

#content form {
        clear: both;
        padding: 0;
        width: 100%;
}
#content fieldset {
        border: 1px solid #ccc;
        margin-top: 15px;
        padding: 16px 20px;
}
#content label {
        display: block;
        font-size: 100%;
        padding-right: 20px;
}
#content .specialbutton {
        clear: both;
		font-weight:bold;
		border:0px;
        font-size: 100%;
		color:#080808;
        font-family: verdana, arial, sans-serif;
        padding: 5px;
		margin-bottom:10px;
		text-transform:uppercase;
		background-color: #ffce39;		
}


#content .btOrderNow {
        clear: both;
		width:546px;
		margin-left:2px;
		font-weight:bold;
		border: 0px;
        font-size: 100%;
		color:#080808;
        font-family: verdana, arial, sans-serif;
        padding: 5px;
		margin-bottom:10px;
		text-transform:uppercase;
		background-color: #ffce39;		
}
#content .formConfirmButton {
        clear: both;
		width:546px;
		margin-left:2px;
		font-weight:bold;
		border: 0px;
        font-size: 100%;
		color:#080808;
        font-family: verdana, arial, sans-serif;
        padding: 5px;
		margin-bottom:10px;
		text-transform:uppercase;
		background-color: #ffce39;		
}

#content .formConfirmTime,.formConfirmDate,.formConfirmGame,.formConfirmVoice {
        clear: both;
		width:546px;
		margin-left:2px;
		border: 0px;
        font-size: 100%;
		color:#080808;
        font-family: verdana, arial, sans-serif;
        padding: 5px;
		margin-bottom:10px;
}

#content input {
        clear: both;
        font-size: 100%;
        font-family: verdana, arial, sans-serif;
        padding: 5px;
		margin-bottom:10px;
		color: #333;
		background-color: #f8f8f8;
		border: 1px solid #ccc;
}

#content textarea {
        clear: both;
        font-size: 100%;
        font-family: verdana, arial, sans-serif;
        padding: 5px;
		margin-bottom:10px;
}





a img {
	border:none;
}


/* Supportticket */
#supportticket form {
		clear: both;
        padding: 0;
        width: 100%;
}
#supportticket .sendticket {
        clear: both;
		width:410px;
		font-weight:bold;
		border: 0px;
        font-size: 100%;
		color:#080808;
        font-family: verdana, arial, sans-serif;
        padding: 5px;
		margin-bottom:10px;
		text-transform:uppercase;
		background-color: #ffce39;
}
#supportticket label {
        display: block;
        font-size: 100%;
        padding-right: 20px;
}
#supportticket input {
        clear: both;
        font-size: 100%;
		width:400px;
        font-family: verdana, arial, sans-serif;
        padding: 5px;
		border:1px #CCC solid;
		margin-bottom:10px;
}

#supportticket textarea {
        clear: both;
		width:400px;
		height:300px;
        font-size: 100%;
        font-family: verdana, arial, sans-serif;
        padding: 5px;
		border:1px solid #ccc;
		margin-bottom:10px;
		background: url('../../img.nitrado/bg_support.jpg') top;
}
/* Layout */
#container {
	text-align: left;
}


/* Tables */
.prices {
	background: #fff;
	border-collapse:collapse;	
	clear:none;
	color: #333;
	width:534px;
	margin-left:auto;
	margin-right:auto;
}
.prices th {
	background: #ccc;
	height:30px;
	border: 0px;
	text-align: left;
	font-size:8pt;
}
.prices td {
    font-size:8pt;
	padding: 5px;
}
.tblEven {
	background-color:#f1f1f1;
}
.tblsmall {
	background-color:#f1f1f1;
}
.tblsmall td {
	font-size: 7pt;
}
.impressumtable {
	line-height:0.5em;
}
.tblpayment th {
	vertical-align:middle;
	font-weight:bold;
	background: #080808;
	border:0px solid #FF0;
	border-top: 0px solid #F00;
	border-left: 0px solid #F00;
}

table {
	border:0px solid #ccc;
	border-collapse:collapse;	
	clear:none;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #333;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	border-right: 1px dotted #333;
	border-left:1px dotted #333;
	text-align: center;
}
.th {
	background: #333;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	border-right: 1px dotted #333;
	border-left:1px dotted #333;
	text-align: center;
        font-weight:bold;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 0px 0px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background-color:transparent;
	border-collapse:collapse;
	border-bottom: 1px solid #373737;
	padding: 3px 0 3px 0;
	vertical-align: top;
}
table tr.altrow td {
	background: #bbb;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 0px 0px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #666;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
fieldset legend {
	background:#fff;
	text-transform:none;
	color: #888888;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 2px;
	vertical-align: text-top;
}
form div.input {

}
/*
form div.required {
	color: #333;
	font-weight: bold;
}
*/
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 125%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #a00;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
	text-align:center;
}
div.error-message {
	clear: both;
	color: #e30000;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
.serviceOfflineSoon {
	font-weight:bold;
	color:#e30000;
}
#loginbox input[type=text] {
    width:150px;
}
#loginbox input[type=password] {
    width:150px;
}
#loginbox input[type=submit] {
    width:162px;
}
.usersindex h3 {
    font-size: 16px;
}
