/*
 css-definitions used only by inc.page.tpl
*/

body {
	margin-top:0px;
	margin-bottom:4px;
	margin-left:4px;
	margin-right:4px;
	text-align:center;
	font-family: sans-serif;
	font-size: 10px;
	background-color : #777;
}

form {
	margin:0px;
}

td.toplogo {	
	width:650px;
	height:113px;
    background-repeat:no-repeat;
    background-position:bottom;
}

input.logined {
	background-color : #F0F0F0;
	font-family : arial;
	font-size : 12px;
	border-style : solid;
	border-width : 1px;
	width : 110px;
	border-color : gray;
	margin-bottom: 2px;
	margin-top: 2px;
}

input.loginbtn {
	font-family : arial;
	font-size : 12px;
	border-width : 0px;
	background: #ccc url(images/button-loginbtn.gif) repeat-x;
}
input.loginbtn:hover {
	border-width : 0px;
	background: #ccc url(images/button-loginbtn_hover.gif) repeat-x;
}
input.loginbtn:active {
	border-width : 0px;
	background: #ccc url(images/button-loginbtn_active.gif) repeat-x;
}

td.bartl {	
	width:32px;
	height:29px;
}

td.bartm {
	/*background-color:#000000;*/
	height:29px;
	border-bottom: 1px solid #ff0000;     /* geändert, vorher 2px */
    padding-bottom: 1px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}


td.bartm a {    /* neu hinzugefügt */
	background: url(images/top_menu_hover.jpg) repeat-x;
  /*  background: url(images/top_menu.jpg) repeat-x; */
    border-top: 1px solid #FF0000;
    border-left: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    margin-bottom: 1px;
}

td.bartm a:hover {    /* neu hinzugefügt */
    background: url(images/top_menu_hover.jpg) repeat-x;
    border-top: 1px solid #FF0000;
    border-left: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
}

td.bartm a.menulinksel {    /* neu hinzugefügt */
    background: url(images/top_menu_hover.jpg) repeat-x;
}

td.bartr {	
	width:32px;
	height:29px;
}

td.barbl {	
	width:32px;
	height:29px;
}

td.barbm {
	background:#000000 url(images/menu_center.jpg);
	height:29px;
	border-top: 1px solid #ff0000;
	text-align:center;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
    color: #666666;
}

td.barbr {	
	width:32px;
	height:29px;
}

td.menuleft {
	/*border: 1px solid;
	border-color:#ff0000;*/
	background: #000000 url(images/menu_center.jpg) top left;     /*verändert*/
    color: #FFFFFF;             /* hinzugefügt */
	text-align:right;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}

.menutitle {
	padding:1px;
	text-align:center;
	width:100%;
	font-size:12px;             /* verändert */
	background: #000000 url(images/menu_top.jpg) no-repeat top left;     /*verändert*/
}
.lanparty_check
{ 
	font-size:14px; 
	font-weight: bold; 
	color:green; 
	}
	
.lanparty_small
{ 
	font-size:12px; 
	font-weight: normal; 
	padding: 0px 2px 0px 2px; 
	margin:0px; 
	}

p.lanparty_small a {    /* kompletten Selektor hinzugefügt */
    color: #c61e1e;
}

td.lanparty_statusbar_small {        /* kompletten Selektor hinzugefügt */
    background: #333333 url(images/menu_status.jpg) top left;
}

.contentcell {
	background-color: #f8f8f8;
	border: 2px solid #d8d8d8;
	padding:8px;
	height:450px;
}

.hiddencell {
	padding:0px;
	height:450px;
}

.errorcell {
	background-color: #fffde0;
	border: 2px solid #E8d0d0;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	color : #333;
}

.noticecell {
	background-color: #FFFFF5;
	border: 2px solid #E8E8d0;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 32px;
	padding-right: 32px;
	color : #BBBB00;
}

.menulink_left {
	padding: 2px;
	background: #ee0000 url(images/button-bg.gif) ;
	background-repeat:repeat-x;
	font-size: 14px;
	 font-weight:bold;
	width:115px;
	
}
.menulink_left:hover {
	padding: 2px;
	background: #ee0000 url(images/button-bg_hover.gif);
	background-repeat:repeat-x;
	font-size: 14px;
	width:115px;
}

.menulinksel {
	font-size: 16px;
}

a.menulink, a.menulinksel {
	padding: 2px;
}

a.menulink:link    { color: #ccc; text-decoration: none; }
a.menulink:visited { color: #222; text-decoration: none; }
a.menulink:hover   { color: #fff; text-decoration: none;}
a.menulink:active  { color: #000; text-decoration: underline; }

a.menulinksel:link    { color: #666; text-decoration: none; }
a.menulinksel:visited { color: #ddd; text-decoration: none; }
a.menulinksel:hover   { color: #ccc; text-decoration: none; }
a.menulinksel:active  { color: #666; text-decoration: underline; }

.login{
	font-size: 12px;
	color : #ff0000;
	vertical-align:left;
}

.small 
{
  font-size: 11px;
  font-weight: normal;
}

