/*li, ul, form {
	margin-top:0;
	margin-bottom:0;
}*/

body {
	background:#363636 url('http://static.inside-irc.net/img/bg.jpg') repeat-x;
	margin:5px 0;
}


/* layout */
/* http://static.inside-irc.net/img/inside_sprite1.png */

#headerpic {
	display:block;
	width:907px;
	height:169px;
	background-image:url('http://static.inside-irc.net/img/inside_sprite1.png');
	background-position: 0 0;
}

.box_small {
	width:154px;
	background-image:url('http://static.inside-irc.net/img/small_content.jpg');
}
.box_small_open {
	height:32px;
	background-image:url('http://static.inside-irc.net/img/inside_sprite1.png');
	background-position: -570px -169px;
}
.box_small_title {
	padding-top:2px;
	text-align:center;
	color:#FFF;
}
.box_small_content {
	padding-left:5px;
	padding-right:5px;
}
.box_small_close {
	height:15px;
	background-image:url('http://static.inside-irc.net/img/inside_sprite1.png');
	background-position: -570px -201px;
}


.box_big {
	width:570px;
	background-image:url('http://static.inside-irc.net/img/content_content.jpg');
}
.box_big_open {
	height:32px;
	background-image:url('http://static.inside-irc.net/img/inside_sprite1.png');
	background-position: 0 -169px;
}
.box_big_title {
	padding-top:2px;
	padding-left:18px;
	text-align:left;
	color:#FFF;
}
.box_big_content {
		padding-left:18px;
	padding-right:18px;
	text-align:center;
}
.box_big_close {
	height:15px;
	background-image:url('http://static.inside-irc.net/img/inside_sprite1.png');
	background-position: 0 -201px;
}


#footer {
	padding:10px 0 0 0;
	font-size:10px;color:#AAA;
}

#footer .trans img{ margin-top:4px; opacity:0.12; }
#footer .trans img:hover{ opacity:1; }

#footer p {
	margin:3px;
}

/* layout end */

acronym {
	border-bottom:1px dotted #222;
	cursor:help;
}

/*.footer {
  font-size:7pt;
  color:#DDDDDD;
}*/



.small_box_title, .big_box_title {
	color:#FFF;
}
.small_box_content, big_box_content {
	color:#000;
}
.big_box_content {
	text-align:center;
}

.news_title {
  font-size:12px;
  color:#2D7CB3;
  font-weight:bold;
}

.news_subtitle {
  font-size:9px;
}


.news_text {
  display: block;
  width: 100%;
  font-size: 12px;
  color:#000000;
  margin:0px;
  padding:8px 6px 6px 4px;
}

.menu_title {
  font-size:11px;
  color:#FFFFFF;
  padding-left:4px;
  padding-top:1px;

  display: block;
  width: 124px;
  height:13px;
  background-image:url(http://static.inside-irc.net/img/navicat.jpg);
}

.menu_item, .menu_item_disabled {
  font-size:11px;
  color:#000000;
  padding-left:3px;
  margin-left:8px;
}
.menu_item_disabled {
	color:#AAA;
	cursor:not-allowed;
	text-decoration:line-through;
}

.table_self {
	/*border:1px solid #88c6f0;*/
	border-spacing:2px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.table_top {
	/*background-color:#1E618F;*/
	/*border:1px solid #444242;*/
	/*background-color:#D7DDE5;*/
	background-color:#3388c2;
	/*border:1px solid #797979;*/
	font-size:11px;
	color:#FFFFFF;
	/*-moz-border-radius:5px;*/
	padding-left:2px;
	padding-right:2px;
	background-image:url(http://static.inside-irc.net/img/tabletop_bg.png);
	height:16px;
}
.table_top2 {
	background-color:#3388c2;
	font-size:11px;
	color:#FFFFFF;
	padding-left:2px;
	padding-right:2px;
}
.table_content {
	/*border-bottom:1px solid #B3B3B3;
	border-top:1px solid #B3B3B3;*/
	background-color:#b9d7f0; /*bdd8ef bbd4e5*/
	border:1px solid #83c2f7;
	color:#000000;
	font-size:11px;
	/*-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;*/
	/*background-color:#FFFFFF;*/
	padding-left:2px;
	padding-right:2px;
}
.table_content_fb {
	border:1px solid #B3B3B3;
	font-size:11px;
	/*-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;*/
	/*background-color:#FFFFFF;*/
}
.table_content_nb {
	font-size:11px;
}

.toptext {
	color:#FFFFFF;
	/*font-family:Tahoma, Verdana, Arial, Haettenschweiler, Bitstream Vera Sans;*/
}

/*a:visited{color:#000000;text-decoration:none;border-bottom:1px dashed #797979;}*/
/*a:active{color:#000000;text-decoration:none;border-bottom:1px dashed #797979;}*/
a:link, a:visited, a:active{text-decoration:none;color:#0070c7;}
a:hover{/*color:#000000;*/text-decoration:underline;color:#000;}

.menu_item a:link, .menu_item a:visited, .menu_item a:active{text-decoration:none;color:#000;}
.menu_item a:hover{/*color:#000000;*/text-decoration:underline;color:#000;}

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


a.ibutton:link, a.ibutton:visited, a.ibutton:active{text-decoration:none;}
a.ibutton:hover{text-decoration:none;}

body/*, td*/ {
	font-family: Tahoma, Verdana, Arial, Haettenschweiler, Bitstream Vera Sans;
	font-size:12px;
}
label[for], input[type=radio], input[type=checkbox] {
	cursor:pointer;
}
#button_small, input[type=text],input[type=password], select, textarea {
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Haettenschweiler, Bitstream Vera Sans;
	color:#000000;
	/*border:1px solid #C9C9C9;*/
	border:1px solid #999;
	background-color:#FFFFFF;
}
#button_small:focus, input[type=text]:focus,input[type=password]:focus, select:focus, textarea:focus {
	border:1px solid #1E90FF;
	background-color:#F2F2F2;
	background-image:url(http://static.inside-irc.net/img/input_background.jpg);
}
input[type=text],input[type=password],input[type=image],textarea {
	padding:2px 2px 2px 2px;
}
select {
	padding:1px;
}
input[type=submit], input[type=reset], input[type=button], select, button {
	cursor:pointer;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Haettenschweiler, Bitstream Vera Sans;
}
/*input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus {
	color:#0e5ca8;
}*/
#button_death {
	font-size:8pt;
	font-family:Tahoma, Verdana, Arial, Haettenschweiler, Bitstream Vera Sans;
	color:#444444;
}

.ueberschrift {
	font-size:14px;
	font-weight:bold;
	padding:0px;
}

.eingabe_uebers {
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 9px 0px;
}

.eingabe_beschr {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding:1px 4px 1px 15px;
}


/* ------------------------------------- */
.insideTable {
	border:1px solid #083e63;
	border-collapse:separate;
    border-spacing:0;
	/*border-collapse:collapse;*/
	margin-left:auto;
	margin-right:auto;
}


.insideTable > tr > th, .insideTable > tbody > tr > th {
	background:url('http://static.inside-irc.net/img/insideTableBackground.png');
	color:#FFF;
	/*font-family:Tahoma, Verdana, Arial;*/
	font-size:11px;
	height:20px;
	padding:2px 4px;
	border-bottom:1px solid #083e63;
}

.insideTable > tr > td, .insideTable > tbody > tr > td {
	background:#fbfbfb;
	color:#000;
	/*font-family:Tahoma, Verdana, Arial;*/
	font-size:11px;
	height:20px;
	padding:2px 4px;
	border:1px solid #dee6eb;/*a9b8c3;*/
}

.insideTable .alt td, .insideTable td.alt {
	background:#ededed;
}

.insideTable .alt2 td, .insideTable td.alt2 {
	background:#bbd6e7;
	border-width:1px 0;
}
/*.insideTable tr.alt2:first-child td, .insideTable tr:first-child td.alt2 { background:#FF0000; } */
/*.insideTable tbody tr.alt2::first-of-type * { background:#FF0000; }*/

.insideTable tr.alt2 + tr td { border-top-width:1px; } /* 1px topborder */
.insideTable tr:first-child + tr.alt2 td { border-top-width:0; } /* oberstes - kein topborder*/


/* --------------------------------------- */
.tblNoBorder { border-width:0; }

.tblLeft > tr > td, .tblLeft > tbody > tr > td,
.tblLeft > tr > th, .tblLeft > tbody > tr > th { 
	text-align:left; 
}


.tblCenter > tr > td, .tblCenter > tbody > tr > td,
.tblCenter > tr > th, .tblCenter > tbody > tr > th { 
	text-align:center; 
}

.tblRight > tr > td, .tblRight > tbody > tr > td,
.tblRight > tr > th, .tblRight > tbody > tr > th { 
	text-align:right; 
}




table.l > tbody > tr > td, table.l > tbody > tr > th, 
tr.l > td, td.l, tr.l > th, th.l { 
	text-align:left; 
}


table.r > tbody > tr > td, table.r > tbody > tr > th, 
tr.r > td, td.r, tr.r > th, th.r { 
	text-align:right; 
}

table.c > tbody > tr > td, table.c > tbody > tr > th, 
tr.c > td, td.c, tr.c > th, th.c { 
	text-align:center; 
}
