body {
	text-align: center;
	background:url('../gfx/background.gif') repeat-x #c0c0c0;
}

#wrapper {
	margin: 20 auto; /* centering */
	overflow: hidden; /* clearance */
	font-family: Verdana;
	background: #eeeeee;
	font-size: 22px;
}

#login {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}

#login a {
	color: #cc0000;
}

#login a:hover {
	color: #aa0000;
}

#kat {
	font-family: Verdana;
	font-size: 12px;
}

#main {
	font-family: Verdana;
	font-size: 12px;
}

#right {
        font-family: Verdana;
        font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10 10 10 10;
}

#footer {
        font-family: Verdana;
        font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#footer a {
	color: #222222;
}

#footer a:hover {
	color: #111111;
}

#kat tr:hover {
	background: #cccccc;
}

.menu {
	font-family: Verdana;
	font-size: 12px;
	list-style-type: none;
}
.menu a {
	color: #bb0000;
	font-weight: normal;
}

.menu a:hover {
	font-weight: bold;
}

.menuplus {
text-decoration: none;
color: gray;
}

h3 {
	color: white;
	background-color: #bbbbbb;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0.2ex;
	padding-right: 0pt;
	padding-bottom: 0.2ex;
	padding-left: 0.5ex;

}

h3 > a {
	color: #cc0000;
}

#red {
	font-family: monospace;
	color: #cc0000;
	font-weight: bold;
}

label {
        display: block;
        width: 130px;
        float: left;
	text-indent: 10px;
}

input, textarea {
        display: block;
        float: left;
}

#formularz {
        overflow: hidden;
        clear: both;
        margin-bottom: 0.5em;
}

