body {
	background-color: #ffffff;
	padding-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/* background-image:url(../images/tlo.jpg); */
}
a:link, a:visited, a:hover {
	text-decoration:none;
	font-family:'Trebuchet MS'; font-size:12px;
	color:#000000;
}

#maintab {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}

/* main menu */

.ulmenu {
	list-style:none; width:100%; display:block; margin:0px; padding:0px; text-align:center; position:static;
}

.liwhite {
	background-image:url(../images/!przycisk1.jpg);background-repeat:no-repeat; background-position:right top; font-family:'Trebuchet MS'; font-weight:bold; font-size:13px;width:15%; height:31px; display:block; float:left;
}
.liblue {
	background-image:url(../images/!przycisk2.jpg);background-repeat:no-repeat; font-family:'Trebuchet MS'; font-weight:bold; font-size:13px;width:15%; height:31px; display:block; float:left;color:#000000;
}

.liselected {
	background-image:url(../images/!przycisk3.jpg);background-repeat:no-repeat; font-family:'Trebuchet MS'; font-weight:bold; font-size:13px;width:15%; height:31px; display:block; float:left;
}

.liwhite a:visited, liwhite a:link, liwhite a:hover {
	font-family:'Trebuchet MS'; font-weight:bold; font-size:13px;
}
.liblue a:visited, liblue a:link, liblue a:hover {
	font-family:'Trebuchet MS'; font-weight:bold; font-size:13px;color:#FFFFFF;
}
.liselected a:visited, liselected a:link, liselected a:hover {
	font-family:'Trebuchet MS'; font-weight:bold; font-size:13px;color:#FFFFFF;
}

.submenuanchor { font-family:'Trebuchet MS';font-size:12px;color:#FFFFFF; text-decoration:none; font-weight:normal; }

.submenu1 {
	background-image:url(../images/!pasek1.jpg); background-repeat:repeat-x; text-align:center; font-family:'Trebuchet MS';font-size: 10px;color:#FFFFFF;
}
.submenu2 {
	background-image:url(../images/!pasek3.jpg); background-repeat:repeat-x; text-align:center; font-family:'Trebuchet MS';font-size: 10px;color:#FFFFFF;
}

/* okno logowania */

#login {
	width:100%;
	height:380px;
	background-color:#F9F8F5;
	font-size:15px;
}

#logintop {
	font-size:15px;
	font-weight:bold;
	text-align: center;
}
#login td {
	padding-bottom:20px;
}
.input {
	width:150px;
}

.ok {
	width:75px;
}

.error{
	color:#EB260A; font-size:12px; font-weight:bold;padding:5px;
}

