@import url('wspolne.css');

body {
	color: #00275D;
	font-family: verdana, arial, sans serif;
	font-size: 11px;
	background: #cae0e0;
        margin: 0px;
}

#page {
	position: relative;
	width: 970px;
        text-align: left;
}

#menu {
	position: relative;
	float: left;
	padding-left: 5px;
	width: 190px;
	/*
        background: url(menufill.png) no-repeat;
        */
	background: #cae0e0;
}

#menuTopMargin {
	width: 188px;
	height: 1px;
}

#menuTop {
	width: 188px;
	height: 16px;
	background: url(menutop.png) no-repeat;
}

div.menuBar {
	position: relative;
	width: 188px;
	height: 32px;
	background: url(menubar.png) no-repeat;
}

div.menuBar p {
	line-height: 34px;
	margin: 0px 10px 0px 30px;
	color: #F0F7F7;
	font-weight: bold;
	font-size: 12px;
}

div.menuLinks {
	width: 172px;
	padding: 0px 8px 5px 8px;
	background: url(menutlo.png) repeat-y;
}

div.menuLinks p {
	line-height: 14px;
	margin: 0px 5px 0px 5px;
	font-size: 9pt;
}

div.menuLinks a {
	border-bottom: 0px;
	text-decoration: none;
} 
div.menuLinks a:link {
	border-bottom: 0px;
	text-decoration: none;
}
div.menuLinks a:visited {
	border-bottom: 0px;
	text-decoration: none;
}
div.menuLinks a:hover {
	border-bottom: 0px;
	text-decoration: underline ;
} 
div.menuLinks a:active {
	border-bottom: 0px;
	text-decoration: underline ;
} 
div.menuLinks a.nie_dziala {
	border-bottom: 0px;
	color: #aaaaaa;
}

#menuDown {
	width: 188px;
	height: 30px;
	background: #ff0033;
	background: url(menudown.png) no-repeat;
}


#main {
	position: relative;
	float: right;
	width: 774px;
	border: 0px dashed blue;
}

#banner {
	position: relative;
	width: 774px;
	height: 115px;
	background: url(baner.jpg) no-repeat;
}

#content {
	position: relative;
	width: 774px;
	background: url(maincontent.png) left;
}


#cLeft {
	position: relative;
	float: left;
	left:15px;
	bottom: 0px;
	width: 345px;
}

#cRight {
	position: relative;
	bottom: 0px;
	float: right;
	right:15px;
	width: 390px;
}

#cBoth {
	position: relative;
	bottom: 0px;
	float: left;
	left:15px;
	width: 735px;
}

#contentUp {
	position: relative;
	width: 774px;
	height: 11px;
	margin-top: 5px;
	background: url(maintop.png) no-repeat;
	line-height:10px;
}

#contentDown {
	position: relative;
	width: 774px;
	height: 11px;
	background: url(maindown.png) no-repeat;
	line-height:10px;
}
#foot {
	position: relative;
	width: 100%;
	height: 30px;
	text-align: center;
}

.logowanie {
	width: 80px;
	height: 12px;
	border: 1px solid #888;
	font-size: 10px;
	margin: 1px 1px;
}

div.tylkodruk {
	display : none;
}

