/*
* {
	margin: 0;
	padding: 0;
}
*/
body {
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #787878;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

table, .errorStr {
	font-size: 11px;
	line-height: 16px;
	color: #787878;
	font-family: verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.errorStr {
	color: #E87B08;
}


#header {
	width: 800px;
	margin: 0;
	padding: 0;
}


#h_bar {
	width: 800px;
	height: 60px;
	background: #fff url(../images/bck_h_bar.jpg) no-repeat;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

#h_space {
	width: 800px;
	height: 10px;
}

#footer {
clear: both;
width: 800px;
padding: 10px 0px 0px 0px;
}

#f_callcenter {
width: 800px;
height: 52px;
background: #fff url(../images/callcenter.jpg) no-repeat;
background-position: right top;
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px;	
}

#f_bar {
width: 800px;
height: 23px;
background: #fff url(../images/bck_f_bar.jpg) no-repeat;
padding: 0px 0px 10px 0px;
}

#f_reg {
	text-align:center;
	background: #fff;
	padding: 0px 0px 10px 0px;
}

/*----------------------------------------*/
#fileList {
list-style:none;
list-style-image: url(../images/arrs_l.gif);
padding-top:20px;
padding-bottom:20px;
}

#fileList li a {
width: 330px;
COLOR: #787878;
font:  11px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration:none;
padding-left:2px;
}

#fileList li a:hover {
color: #E87B08;
}
/*----------------------------------------*/

.titleGr
{
COLOR: #30AF22;
font: 15px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
A.titleGr:link { text-decoration: none; }
A.titleGr:hover { COLOR: #F79520; }

.titleWh
{
COLOR: #FFFFFF;
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration:none;
}

A.titleWh:link
{
	text-decoration:none;
}


.superSmallLnk
{
COLOR: #2A9C1E;
font:  9px Verdana, Arial, Helvetica, sans-serif;
line-height: 16px;
}
A.superSmallLnk:link { text-decoration: underline; }
A.superSmallLnk:visited { text-decoration: underline; }
A.superSmallLnk:active { text-decoration: none; }
A.superSmallLnk:hover { text-decoration: none; COLOR: #F79520; }

.smallLnk
{
COLOR: #2A9C1E;
font:  9px Verdana, Arial, Helvetica, sans-serif;
line-height: 16px;
}
A.smallLnk:link { text-decoration: none; }
A.smallLnk:visited { text-decoration: none; }
A.smallLnk:active { text-decoration: none; }
A.smallLnk:hover { text-decoration: none; COLOR: #F79520; }


.standardLnk
{
color: #787878;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
A.standardLnk:link { text-decoration: none; }
A.standardLnk:visited { text-decoration: none; }
A.standardLnk:active { text-decoration: none; }
A.standardLnk:hover { text-decoration: none; COLOR: #F79520; }








/* FORMULARZE */
.formButton, .formButton1, .formButton2, .formText, .formSelect, .formSelectSmall, .formTextarea, .formCell, .formCellCnf, .formButtonLogin, .formTextLogin, .formTextSub
{
font:  11px Verdana, Arial, Helvetica, sans-serif;
COLOR: #787878;
background-color:#FFFFFF;
border: solid 1px #CCCCCC;
padding: 2px;
}

.errHilite
{
font:  11px Verdana, Arial, Helvetica, sans-serif;
COLOR: #787878;
border: solid 1px #CCCCCC;
padding: 2px;
background-color:#EAEAEA;
}

.formRadio, .formCheckbox {
padding: 0px;
border: none;
}


input[type="radio"].errHilite, input[type="checkbox"].errHilite
{
border: none;
background-color:#EAEAEA;
padding: 0px;
}

.formText, .errHilite
{
padding-left: 3px;
padding-right: 3px;
}

.formSelectSmall
{
font:  10px Verdana, Arial, Helvetica, sans-serif;
}

.formCheck
{
}

.formCell
{
border: solid 1px #CCCCCC;
padding: 2px;
}

.formCellCnf
{
border: solid 1px #EEEEEE;
padding: 2px;
background-color: #F7F7F7;
font-weight: bold;
}

.formTextarea
{

}

.formButton
{
background-color:#F7941E;
border: solid 1px #F7941E;
font-weight: bold;
COLOR: #FFFFFF;
font-size: 12px;
}

.formButton1
{
background-color:#FFFFFF;
border: solid 1px #F7941E;
font-weight: bold;
COLOR: #F6820A;
font-size: 12px;
}

.formTextSub {
	background-color:#fff8e6;
}

.required
{
COLOR: #E87B08;
font:  11px Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
