html, body, div, p,
h1, h2, h3, h4, h5, h6,
form, input, select, textarea,
img, pre, object, hr, a{
font-size:11px;
font-family:trebuchet MS;
margin:0px;
padding:0px;
border:0px;
}

html{
	background-color:#000;
	background-image:url('/images/html-bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}

div.top_menu{
	height:30px;
	padding-top:6px;
	background-color:#262626;
	background-image:url('/images/top-menu-bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}
div.top_menu a{
	color:#FFF;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
}
div.top_menu a:hover{
	text-decoration:underline;
}
/*h1{
text-align:center;
font-size:22px;
text-transform:uppercase;
color:#009;
}*/

h2{
	padding-top:20px;
	text-align:center;
	font-family:Trebuchet;
	color:#000;
	font-size:16px;
}

#header{
height:100px;
}

#sidebar{
	margin-top:150px;
	height:27px;
	background-color:#FFF;
}
#sidebar div.container{
	width:1000px;
	margin:0px auto;
}

/* menu */
#menu{
	float:right;
	font-family:Tahoma;
	padding-top:3px;
	color:#8c8c8c;
}
#menu a{
	font-size:13px;
	text-decoration:none;
	color:#000;
	padding:0px 10px;
}
#menu a:hover{
	color:#F00;
	text-decoration:underline;
}
#menu span.separator{
display:block;
background-color:#EEE;
height:2px;
margin:5px 5px;
}

#content{
	background-image:url('/images/content-bg.png');
	min-height:300px;
	padding-bottom:30px;
}


/* formularz logowania */
form.logowanie{
	float:left;
	font-family:Tahoma;
	font-size:13px;
	padding-top:3px;
}
form.logowanie input.input{
width:120px;
border:solid 1px #000;
}
form.logowanie input.submit{
padding:1px 5px;
font-weight:bold;
cursor:pointer;
border:solid 1px #000;
background-color:#FFF;
}
form.logowanie p.blad{
display:inline;
font-weight:bold;
margin:5px;
color:#F00;
}

/* ramka zalogowanego klienta */
div.zalogowany{
	float:left;
	padding-top:4px;
	font-family:Tahoma;
	font-size:13px;
	color:#8c8c8c;
}
div.zalogowany strong{
	color:#000;
}
div.zalogowany a.wyloguj{
	color:#00F;
	text-decoration:none;
	font-size:13px;
}
div.zalogowany a.wyloguj:hover{
color:#F00;
text-decoration:underline;
}

/* wbudowane komunikaty frameworka*/
div.fw_msg_info, div.fw_msg_error, div.fw_msg_ok{
margin:0px 10px 4px;
text-align:center;
border:solid 2px;
}
div.fw_msg_info strong, div.fw_msg_error strong, div.fw_msg_ok strong{
display:block;
padding:3px 0px;
color:#FFF;
}
div.fw_msg_tresc{
padding:10px;
}
div.fw_msg_info{
border-color:#4444FF;
}
div.fw_msg_info strong{
background-color:#4444FF;
}
div.fw_msg_error{
border-color:#FF0000;
}
div.fw_msg_error strong{
background-color:#FF0000;
}
div.fw_msg_ok{
border-color:#009900;
}
div.fw_msg_ok strong{
background-color:#009900;
}

/* uniwersalne klasy */
.left{
text-align:left;
}
.center{
text-align:center;
}
.right{
text-align:right;
}
.cb{
clear:both;
}