BODY {
	background-color: #f0f0f0;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	font-family: Tahoma;
}

.bg {
	background-image: url(images/bgmain.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 925px;
}

.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 925px;
}

.footer {
	background-image: url(images/bgbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 925px;
	height: 18px;
}

.stopka {
	font-family: Tahoma;
	font-size: 11px;
	color: #cccccc;
	height: 25px;
}

.disabled {
	filter: Alpha(opacity=30);
	opacity: 0.3;
}

.menu {
	list-style-type: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.menu LI {
	background-repeat: no-repeat;
	background-position: left; 
	float: left;
	padding-left: 12px;
	padding-right: 15px;
	height: 15px;
	color: #303030;
}

.menu LI A {
	color: #303030;
	text-decoration: none;
}

.menu LI A:hover {
	text-decoration: underline;
}

.menu LI.nact { 
	background-image: url(images/bluedots.gif);
}

.menu LI.act {
	background-image: url(images/reddots.gif);
	font-weight: bold;	
}

.dots {
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
	width: 3px;
	margin-top: 30px;
}

.reddotsheader {
	background-image: url(images/reddots_big.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	padding-top: 1px;
	margin-left: 15px;
	font-family: Arial;
	font-size: 18px;
	color: #0e4aa0;
}

.bluedotsheader {
	background-image: url(images/bluedots_big.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	padding-top: 1px;
	margin-right: 15px;
	font-family: Arial;
	font-size: 18px;
	color: #0e4aa0;
	text-align: left;
	float: right;
}

.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #505050;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	line-height: 125%;
}

.input {
	border: solid 1px #909090;
	font-size: 12px;
	color: #404040;
}

.button {
	padding: 2px;
	border: solid 1px #909090;
	background-color: #404040;
	color: #f0f0f0;
	font-size: 12px;
}

.tresc {
	color: #505050;
	font-size: 12px;
	font-family: Tahoma;
	text-align: justify;
	line-height: 125%;
}

.content A, .tresc A {
	text-decoration: none;
	color: #0204cc;
}

.content A:hover, .tresc A:hover {
	text-decoration: underline;
	color: #0507dd;
}

.brcr {
	font-size: 11px;
	color: #606060;
}

.brcr A {
	color: #606090;
	text-decoration: none;
}

.brcr A:hover {
	color: #3030A0;
	text-decoration: underline;
}
