@import url('stuff.css');

body {
	margin: 0;
	text-align: center;
	padding: 0;
	font-family: Arial,sans-serif;
	font-size: 0.9em; 
}
#page {
	margin: auto;
	width:  864px;
	text-align: left;
}
#header {
	background: url('/images/pr20080229_02.png'); 
	width:  864px; 
	height: 281px;
}
#header h1, #header h2 {
	display: none;
}

#header .user {
	padding: 8px;
	margin-right: 20px;
	float: right;
	background: #fff;
	border: 1px solid #77a;
	border-top: 0;
	-moz-border-radius: 0 0 10px 10px;    /* Firefox */
}

#content .item .content{
	padding-bottom: 40px;
}

#content .item .header {
	font-family: Trebuchet MS;
	color: #ff6600; /*#414F60;*/
	font-size: 22px;	
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #ddd solid;
}
#content .item p {
	text-indent: 30px;
}

#content .item .image {
	padding: 10px;
	float: right;
}

#content .item .image img {
	padding: 6px 6px 12px 6px;
	background: #eee;
	border-right: 1px #bbb solid;
	border-bottom: 1px #999 solid;
}
.menu {
	position: relative; 
	top: 240px; 
	left: 0px; 
	list-style: none;
	margin: 0px;
	padding-top: 0px;
}
.menu li {
	background: #fff;
	width: 120px;
	padding: 10px;
	font-size: 16pt;
	height: 20px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #404040;
	border-right: 2px solid #000;
	border-bottom: 0;
	/* narożniki */
	border-radius: 9px;         /* CSS 3 */
	-o-border-radius: 9px;      /* Opera */
	-iCab-border-radius: 9px;   /* iCab */
	-KHTML-border-radius: 9px;  /* Konqueror */
	-moz-border-radius: 10px 10px 0 0;    /* Firefox */
	-webkit-border-radius: 9px; /* Safari */ 
}
.menu li a, .menu li a:visited {
	text-decoration: none;
	color: #333;
}
.menu li a:hover {
	color: #000;
}
.menu li a:ACTIVE {
	color: red;
}
.menu li a:hover span.first{
	color: #000;
	text-decoration: underline;
}

#content {
	width: 794px;
	text-align: left;
	padding: 10px 30px 10px 40px;
}

.footer {
	background: url('/images/pr20080229_05.png') no-repeat; 
	width: 804px; 
	padding:10px 30px 0 30px;
	text-align:center;
	width:804px;
}

.clearAll {
	clear: both;
}

.coment {
	margin-left: 28px; 
	width: 60%; 
	padding: 20px; 
	background-color: #fec;
}

.code {
	font-family: monospace;
	background: #e7e7ff;
	margin-left: 28px; 
	width: 60%; 
	padding: 20px; 
}
a {
	color: #039;
}
a:VISITED {
	color: #68a;
}

/* Komunikaty nad 'content' */
#content #messages h3 {
	display: none;
}
#content #messages .message{
	border-top: 1px solid #aaf;
	border-bottom: 1px solid #aaf;
	margin-bottom: 4px;
}
#content #messages .message .content {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 6px;
	background: #ddf;
	font-weight: bold;
}

#content #messages .close_button {
	float: right;
}
/* RED error message */
#content #messages .error {
	border-color: #5E0500; 
	color: white;
}
#content #messages .message .error {
	background-color: #B3433C;
	color: white;
}
/* Red warning message */
#content #messages .warning {
	border-color: #A96A66; 
}
#content #messages .message .warning {
	background-color: #FDD2CA;
}
/* Yellow alert message */
#content #messages .alert {
	border-color: #A99866; 
}
#content #messages .message .alert {
	background-color: #FDECCA;
}
/* Green info message */
#content #messages .ok {
	border-color: #66A96C; 
}
#content #messages .message .ok {
	background-color: #CEFDCA;
}


/** Login form */
dl.zend_form
{
    margin: 1em 0;
    padding: 0;
}

.zend_form dt
{
    width: 10em;
    float: left;
    margin: 0 0 0 0;
    padding: .5em;
    font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.zend_form dd
{
    float: left;
    margin: 0 0 0 0;
    padding: .5em;
}