@import url('layout.css');

body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #e6d98f;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
}

#footer {
	background-color: #FFFFCC;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #996633 #800000 #800000 #996633;
}

#content {
	background-color: #FFFFCC;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #996633 #800000 #800000 #996633;
}

#navigation {
	background-color: #FFFFCC;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #996633 #800000 #800000 #996633;
}

#header {
	background-color: #FFFFCC;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #996633 #800000 #800000 #996633;
}

#navigation {
	text-align: center;
}

#content {
	padding: 15px 15px 45px 15px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
}

#sidebar {
	border-style: solid;
	border-width: 1px;
	border-color: #999966;
	margin: 5px 5px 15px 15px;
	padding: 5px;
	float: right;
	width: 200px;
	overflow: auto;
}

/* Header Styles */
#header h1 {
	margin-top: 10px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 0px;
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	display:inline;
}
#header h2 {
	color: #800000;
	display: block;
	/*font-size: 20pt;*/
}
/* "button" nawigacyjny */
#header a.super {
	text-decoration:none;
	color: #800000;
	display:inline-block;
	border: 1px solid #708090;
	background-color: #edb;
	width:90px;
	text-align:center;
	padding:3px;
	position:relative;
	top:3px;
}
#header a.super:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}


/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	display: block;
}

#navigation li {
	display: block;
	margin: 0px;
	padding: 1px;
}

#navigation a {
	text-decoration: none;
	color: #800000;
	display: block;
	margin: 3px;
	padding: 3px;
	border: 1px solid #708090;
	background-color: #eeddbb;
}

#navigation a:hover {
	color: #eeddbb;
	background-color: #a0522d;
}

#navigation a.submenu {
	margin-left: 10px;
	color: #800000;
	background-color: #e6d98f;
}

#navigation a.submenu:hover {
	margin-left: 10px;
	color: #eeddbb;
	background-color: #a0522d;
}

/* Footer styles */
#footer p {
	margin: 2px;
}


/* General Styles */
h2 {
	color: #800000;
}
h3 {
	color: #800000;
}
h4 {
	color: #800000;
	font-weight:bold;
}
h5 {
	color: #800000;
}
h6 {
	color: #800000;
}

/* Content Styles */

/* "button" nawigacyjny */
#content a.super {
	text-decoration:none;
	color: #800000;
	display:inline-block;
	border: 1px solid #708090;
	background-color: #edb;
	width:90px;
	text-align:center;
	padding:3px;
	position:relative;
	top:3px;
}
#content a.super:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}

#content p {
	margin-top:20px;
	margin-bottom:5px;
}
#content img {
	margin: 25px;
}
#content ul {
	margin:5px;
	margin-left:25px;
}
#content li {
	padding:3px;
}

/* napis eDek*/
#content span.edek {
	font-weight: bold;
	color: #800000;
	display:inline-block;
}

#content table {
	margin:15px;
	border-width: 1px;
	border-color: #a0522d;
	border-style: solid;
}

#content td.leftcolumn {
	text-align: right;
	background-color: #edb;
	color: #800000;
}

#content td.sectionheader {
	text-align:left;
	background-color: #edb;
	color: #800000;
}



/*Sidebar styles*/
#sidebar h3 {
	margin:5px;
}

#sidebar p {
	margin:5px;
}

#sidebar p.data {
	font-weight:bold;
}

#sidebar img {
	margin:5px;
}
