* {
	margin: 0;
	padding: 0;

}

html, body {
    font: 11px Verdana;
	 /* line-height: 16px; */
	 background: url('images/genexo/background.jpg') top center repeat-x !important; 
     text-align: center;
     color: #5E5E5E;
}

#box {
    width: 990px;
    margin: 0 auto;
    text-align: left;
    position: relative;
 }

.F1 {
        font-family: verdana;
        font-weight: normal;
        font-size: 11px;
        color: #36478D;
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #00214B;
        width: 100%;
        height: 18px;
}

.area_200 {
        font-family: verdana;
        font-weight: normal;
        font-size: 11px;
        color: #36478D;
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #00214B;
        width: 100%;
        height: 200px;
}

.area_100 {
        font-family: verdana;
        font-weight: normal;
        font-size: 11px;
        color: #36478D;
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #00214B;
        width: 100%;
        height: 100px;
}

td {
        font-family: verdana;
        font-weight: normal;
        font-size: 11px;
        color: #36478D;
		/* line-height: 16px; */
 }
 
A:LINK {
        color: #484969;
        text-decoration: none;
}
A:ACTIVE {
        color: #484969;
        text-decoration: none;
}
A:VISITED {
        color: #484969;
        text-decoration: none;
}
A:HOVER {
        text-decoration: underline;
}

A:LINK.test {
        color: #EF1631;
        text-decoration: none;
}
A:ACTIVE.test {
        color: #EF1631;
        text-decoration: none;
}
A:VISITED.test {
        color: #EF1631;
        text-decoration: none;
}
A:HOVER.test {
        text-decoration: underline;
 }

.tytul {
        font-family: verdana;
        font-weight: bold;
        font-size: 15px;
        color: #EF1631;
		/* line-height: 20px; */
 }

#zalogowany_uzytkownik {
	position: absolute;
	top: 0px;
	left: 10px;
	color: #FFF;
	background: #000;
	padding: 5 10 5 10px;
	z-index: 1000;
}

a img {
    border: 0;
}

.pytanie_otwarte {
        font-family: verdana;
        font-weight: normal;
        font-size: 11px;
        color: #36478D;
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #00214B;
        width: 100%;
        height: 100px;
}

.button {
        font-family: verdana;
        font-weight: bold;
        font-size: 11px;
        color: #FFF;
        background-color: #035F83;
        border-style: solid;
        border-width: 0px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
}

.button:hover { 
    cursor:pointer;
    background-color: #4C88AA;
}

.button_red {
        font-family: verdana;
        font-weight: bold;
        font-size: 11px;
        color: #FFF;
        background-color: #F00;
        border-style: solid;
        border-width: 0px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
}

.button:hover { 
    cursor:pointer;
}

ul {
	margin-left: 25px;
}

ol {
	margin-left: 25px;
}

.wiadomosci {
	background: #00214B;
}

.td_wiadomosci {
	background: #FFF;
	padding: 5 5 5 5px;
}

.mats_arrow {
 	display: block;
 	height: 72px;
 	width: 72px;
 	position: relative;
 	z-index: 200;
}

.prev {
	float: left;
}

.next {
	float: right;
}

.numery_stron {
	position: relative;
	text-align: center;
	margin-top: 10px;

}

.mats_arrow_prev_desc {
	position: absolute;
	overflow: visible;
	width: 200px;
	left: 40px;
	top: 50px;
	z-index: 100;
}

.mats_arrow_next_desc {
	text-align: right;
	position: absolute;
	overflow: visible;
	width: 200px;
	right: 40px;
	top: 50px;
	z-index: 100;
}

.green {
	color: #009900;
}

.red {
	color: #F00;
}

#loader {

	display: none;
	position: absolute;
	left: 570px;
	top: 400px;
	height: 120px;
	width: 120px;
	background: url("images/loading.gif") 0 0;
	
}
