* { margin: 0; padding: 0; }

body { background-color: #fff; }

img {
	border: none;
}

div#layout {
	text-align: center;
}

.link1, .link1 a:link, .link1 a:visited {
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.link1 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.link1 a:hover {
	color: white;
	text-decoration: underline;
}

.link2, .link2 a:link, .link2 a:visited {
	color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.link2 a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.link2 a:hover {
	color: #69A0D9;
	text-decoration: underline;
}

form.register label {
	display: block;
}

form.register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px;
	border: none;
	overflow: hidden;
	padding: 5px;
}

form.register fieldset {
	margin: auto;
	width: 400px;
	height: auto;
	overflow: hidden;
	border-width: 1px;
	border-color: #0195c5;
	border: 1px solid #0195c5;
	color: black;
	padding: 10px;
}

form.register label {
	display: block;
	clear: both;
	height: auto;
	overflow: hidden;
	text-align: right;
	padding: 2px;
}

form.register span.opis {
	float: left;
	width: 50%;
	text-align: left;
}

form.register input {
	padding: 3px;
	width: 50%;
	border: 1px solid #0195c5;
	background-color: #ffffff;
	color: #404040;
	clear: both;
}

form.register select {
	border: 1px solid #0195c5;
	background-color: #ffffff;
	color: #404040;
	width: 50%;
	clear: both;
}

form.register option {
	padding: 3px;
	background-color: #ffffff;
	color: #404040;
}

/* ============ Zakladki ============ */

ul#navlist {
	font: bold 11px arial, verdana, sans-serif;
	list-style-type: none;
	padding-bottom: 25px;
	border-bottom: 2px solid #9ec7e5;
	margin: 0;
	padding-top: 20px;
}

ul#navlist li {
	float: left;
	height: 21px;
	background-color: #dbeefd;
	margin: 2px 2px 0 2px;
	border: 2px solid #9ec7e5;
}

ul#navlist li#active {
	border-bottom: 2px solid #fff;
	background-color: #fff;
}

li#active a { color: #000; }

#navlist a {
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}

#navlist a:hover { background: #fff; }

/* ------------------------------------------- */

