html, body, div, p,
h1, h2, h3, h4, h5, h6,
form, input, select, textarea,
img, pre, object, hr, a{
margin:0px;
padding:0px;
border:0px;
}

h1{
	color:#FFF;
	font-size:24px;
	font-weight:normal;
}
h2{
	color:#FFF;
	font-size:20px;
	font-weight:normal;
}
h3{
	color:#FFF;
	font-size:16px;
	font-weight:normal;
}

html,body{
	color:#000062;
	font-family:Verdana;
	font-size:12px;
	background-color:#000062;
	background-image:url('/images/html-bg.png');
}
pre.java{
	padding:10px;
	border:solid 1px #000;
	color:#b3cbf8;
	background-color:#2f4c82;
	overflow:auto;
}

#header{
	width:1000px;
	height:200px;
	margin:0px auto;
	background-image:url('/images/header-bg.png');
	background-repeat:no-repeat;
}
#header div.title{
	padding:60px 0px 0px 80px;
	color:#FFF;
	font-size:36px;
}
#header div.title a{
	color:#FFF;
	text-decoration:none;
}
#header div.desc{
	padding-left:95px;
	color:#00074c;
	font-size:18px;
}

#body{
	width:1000px;
	margin:0px auto;
	background-color:#6394f0;
	background-image:url('/images/content-bg.png');
	background-repeat:repeat-y;
	overflow:auto;
}
#body div.linia{
	height:50px;
	background-image:url('/images/header-line-bg.png');
	background-repeat:no-repeat;
}

/* menu cms */
#menu_cms{
	width:300px;
	float:right;
}
#menu_cms .title{
	display:block;
	padding:3px 0px;
	text-align:center;
	font-variant:small-caps;
}
#menu_cms .separator{
	display:block;
	width:260px;
	height:29px;
	padding:11px 0px 0px 40px;
	color:#000062;
	font-size:14px;
	font-weight:bold;
	background-image:url('/images/menu-separator-bg.png');
}
#menu_cms .link{
	display:block;
	padding:7px 60px 7px 40px;
	color:#FFF;
	text-decoration:none;
}
#menu_cms .link:hover{
	text-decoration:underline;
}
#menu_cms div.reklama_menu{
	padding-left:40px;
}
#content_cms{
	width:650px;
	margin-left:25px;
	float:left;
}

#footer{
	padding:30px 0px 10px;
	clear:both;
	text-align:center;
	font-size:11px;
}
#footer a{
	color:#000062;
	font-weight:bold;
	text-decoration:none;
}

/* errors ramka */
div.error{
width:400px;
margin:40px auto 60px;
padding:10px 10px 25px;
color:#717171;
background-color:#d9d9d9;
border:solid 1px #ededed;
border-right:solid 1px #363636;
border-bottom:solid 1px #363636;
}
div.error h1{
text-align:center;
font-size:28px;
}
div.error p{
padding:5px 0px;
}
div.error a{
font-weight:bold;
text-decoration:underline;
}
div.error div.error_details{
border:solid 1px #363636;
border-right:solid 1px #ededed;
border-bottom:solid 1px #ededed;
background-color:#FFF;
padding:5px;
font-family:Courier;
color:#000;
}
div.error div.error_details strong{
display:block;
}

/* wbudowane komunikaty frameworka*/
div.fw_msg_info, div.fw_msg_error, div.fw_msg_ok{
margin:4px 10px;
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;
}