html {
	background-color: rgb(0,0,0);
}
body {
	background-color: #000000;
	color: #F1EDD7;
	font-family: Tahoma;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: center;
}
img {
	border: 0px;
}
a {
	color: #F1EDD7;
	text-decoration: none;
}
a:visited {
	color: #F1EDD7;
	text-decoration: none;
}
a:hover {
	color: #CDBBA7;
	text-decoration: none;
}
a:active {
	color: #FCE8D0;
	text-decoration: none;
}

#main {
	text-align: left;
	margin: auto;
	width: 700px;
	border: 1px rgb(205, 20, 20) solid;
}

/* LOGO */
#logo {
	width: 700px;
	height: 253px;
	background: url('./images/logo5.jpg');
	border-bottom:  1px rgb(205, 20, 20) solid;
	margin: 0;
	padding: 0;
}
* html #logo {
	height: 255px;
}
#login {
	position: relative;
	top: 60px;
	left: 50px;
	height: 140px;
	width: 250px;
	padding: 5px;
	background: url('./images/kropka.gif');
	border: #803000 solid 1px;
	font-size: 11px;
}
#loginform {
	text-align: center;
}

/* MENU */
#menu {
	border-bottom: 1px rgb(205, 20, 20) solid;
	height: 30px;
}
#menu a {
	display: block;
	float: left;
	width: 110px;
	border-right: 1px rgb(205, 20, 20) solid;
	height: 28px;
	text-align: center;
	color: rgb(255, 255, 255);
	background-image: url('images/m_menu_l.png');
	font-size: 18px;
	padding-top: 2px;
	vertical-align: middle;
	font-family: Sylfaen, "Palatino Linotype", "Times New Roman";
}
#menu a:hover {
	color: rgb(255, 255, 255) !important;
	background-image: url('images/m_menu_h.png');
}
#menu a:active {
	color: rgb(255, 255, 255) !important;
	background-image: url('images/m_menu_h.png');
}
#menu a:visited {
	color: rgb(255, 255, 255) !important;
	background-image: url('images/m_menu_v.png');
}

* html #menu a {
	height: 30px;
	width: 111px;
}

/* LIST */
#list {
	margin: 0;
	float: left;
	width: 154px;
	height: 480px;
	overflow: auto;

}
#list ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
}

* html #list {
	height: 550px;
}

/* CONTENT */
#content {
	padding: 10px;
	float: right;
	width: 525px;
	height: 480px;
	overflow: auto;
	border-left: 1px rgb(205, 20, 20) solid;
}

* html #content {
	width: 530px;
}


#middle {
	width: 700px;
	height: 500px;
	border-bottom:  1px rgb(205, 20, 20) solid;
}

#bottom {
	width: 700px;
	text-align: center;
	height: 35px;
	padding-top: 3px;
}

* html #bottom {
	height: 20px;
}
#gameexe_logo {
	padding-top: 30px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	color: #BB996B;
}
#gameexe_logo img {
	border: none;
	display: block;
	text-align: center;
	margin: auto;
}

.list_txt {
	font-size: 11px;
}
.bold {
	font-size: 11px;
	font-weight: bold;
	
}
.ib {
	font-weight: bold;
	font-style: italic;
}
.italic {
	font-size: 11px;
	font-style: italic;

}
.testowe{
	font-size: 11px;
	font-style: italic;
	cursor: pointer;

}


input {
background-color: #343434;
font-size: 10px;
font-family: Tahoma;
border: 1px solid #565654;
color: #C2B8AF;
}
/* tabela rejestracji */
#paper_tbl {
	border: 1px solid #404040;
	color: #000000;
	background-image: url('images/center.jpg');
	background-repeat: repeat;
}

#paper_tbl span {
	font-style: italic;
	font-size: 10px;
}

#paper_tbl a {
	border-bottom: 1px #DDDDDD dashed;
	color: #DDDDDD;
}

#paper_tbl a:hover {
	border-bottom-style: solid;
	color: #BBBBBB;
}

.text_italic {
	font-size: 11px;
	font-style: italic;
	text-indent: 15px;
	padding-bottom: 35px;
}
.text_normal {
	font-size: 11px;
	text-indent: 35px;
	padding-bottom: 35px;
}
/*

.ustawa {
font-size:140%;
font-variant:small-caps;
}
.artykul {
border-bottom:1px dashed gray;
font-size:105%;
font-variant:small-caps;
}
.ust_kk {
border-bottom:2px dotted gray;
font-size:115%;
font-variant:small-caps;
}*/
#reg_mess {
	margin: auto;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	border: 1px red solid;
	padding: 5px;
}

