/*
¿ó³ty: #FAF303
zieony: #A6F70A
szary: #F1F1F1
*/

body, page {
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: #A6F70A;
}

td {
	font-size: 12px;
}

a {
	color: #D1FB84;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: underline;
}


p {
	text-align: justify;
	text-indent: 15px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
}

li {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 15px;
}

li li {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}

#headertab {
	margin-top: 5px;
	width: 980px;
	height: 109px;
	background-image: url(./images/bg_top_header.gif);
	background-repeat: repeat-x;
	
}

#foottab {
	margin-top: 0px;
	margin-bottom: 5px;
	width: 980px;
	height: 27px;
	background-image: url(./images/bg_foot.gif);
	background-repeat: repeat-x;
}

#kd {
	color: #A6F70A;
	margin-top: 25px;
	padding: 0px;
	font-size: 19px;
}

#titledesc {
	color: #FAF303;
	margin-top: 5px;
	padding: 0px;
	font-size: 12px;
}


#firstpage {
	width: 980px;
	height: 615px;
	background-color: #161616;
}

div.foot {
	font-size: 10px;
	padding-top: 6px; 
	text-align: center; 
	padding-left: 85px;
	color: white;
}

div.foot a {
	color: #A6F70A;
}

div.foot a:hover {
	color: white;
}

#contenttab {
	margin-top: 0px;
	width: 980px;
	height: 400px;
	background-color: #161616;
}

#contentmenu {
	width: 280px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 5px;
}

#contentmain {
	width: 700px;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 25px;
}

h3 {
	font-weight: normal;
	font-size: 16px;
	color: #FAF303;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: #FAF303;
}

h5 {
	font-weight: bold;
	font-size: 12px;
	color: #FAF303;
}


#menutab {
	width: 252px;
}

#menucontent {
	width: 252px;
	background-image: url('./images/menu_2.jpg');
	background-repeat: repeat-y;
	padding: 8px;
}

div.menuitem {
	font-size: 12px;
	padding-bottom: 10px;
	padding: 0px;
	margin: 5px;
	color: white;
}

div.menuitem  a, div.menuitem  div {
	padding: 5px;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
}

div.menuitem  a {
	color: #A6F70A;
}


div.menuitem  a:hover {

	background-color: #383838;
	text-decoration: none;
	border: 1px solid black;
	color: white;	
}

div.info {
	background-color: #383838;	
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
	width: 90%;
	text-align: center;
}

table.list {
	width: 100%;
	background-color: black;
}

th.list {
	color: #FAF303;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	background-color: #232323;
	padding: 3px;
}

td.list {
  	background-color: #3A3A3A;
	padding: 3px;
}

div.ok {
	margin: 50px auto;
	width: 80%;
	background-color: #004000;
	color: #A6F70A;
	border: 1px solid #A6F70A;
	padding: 20px;
	text-align: center;
	font-size: 12px;	
}

div.error {
	margin: 50px auto;
	width: 80%;
	background-color: #400000;
	color: red;
	border: 1px solid red;
	padding: 20px;
	text-align: center;
	font-size: 12px;
}