﻿  /* CSS layout */
body {
	width: 900px;
	padding: 0;
	background-color:#cfd0d1;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration:none;
	color: rgb(0, 0, 0);
}
div {
	position:static;
	border: none;
	float:none;
}

#masthead {
width:890px;
height:200px;
background-color:silver;
float:inherit;
background-image: url("images/Bez tytułu.jpg");
border-top: 2px solid black;
border-right: 2px solid black;
border-left: 2px solid black;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

#top_nav {
padding: 2px 2px 2px 2px;
float:none;
width:886px;
height:27px;
background-color:#da980c;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom: 2px solid black;
border-right: 2px solid black;
border-left: 2px solid black;
}

#top_nav_box {
margin-left: 193px;
float:none;
width:500px;
height:27px;
background-color:#da980c;
justify-content: space-around;
align-content:space-around;
display: flex;
}


#container {
	float:none;
	width: 900px;
	background-color:#99CCFF;
}

#left_col {
	float:left;
	margin-top: 5px;
	padding: 0px;
	width: 176px;
	height: 400px;
	background-color:#e2b658;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
}

#right_col {
	float: left;
	margin-top: 5px;
	padding: 0px;
	width: 176px;
	height: 150px;
	background-color:#e2b658;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
}

#page_content {
	float:left;
	margin: 5px;
	width: 500px;
	min-height: 500px;
	background-color:white;
	padding:10px;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;

}

#footer {
	float:none;
	width:896px;	
	height:30px;
	background-color:#D3D9DA;
}

.footer_box {
padding: 2px;
float:none;
width:892px;
height:30px;
background-color:#da980c;
justify-content:space-around;
display:flex;
float: none;
border:2px solid black;
border-radius: 10px;
margin-bottom: 5px;
}


.link_nav {
float:left;
height: 27px;
margin-left:5px;
}

.link_nav:hover {
float:left;
height: 23px;
margin-left:5px;
background-color: #e6bc62;
}

.link {
padding-left:10px;
height:20px;
margin-bottom:2px;
background-color:#e2b658;

}

.link:hover {
padding-left:10px;
height:20px;
margin-bottom:2px;
background-color:#da980c;
}

.link_selected {
padding-left:8px;
height:20px;
margin-bottom:2px;
background-color:#e2b658;
font-size:1.2em;
font-weight:600;

}


.sub_link {
padding-left:20px;
height:20px;
font-size:0.9em;
margin-bottom:2px;
background-color:#e2b658;
}

.sub_link:hover {
padding-left:20px;
height:20px;
font-size:0.9em;
margin-bottom:2px;
background-color:#da980c;
}

.sub_sub_link {
padding-left:30px;
height:20px;
font-size:0.8em;
margin-bottom:2px;
background-color:#e2b658;
}

.sub_sub_link:hover {
padding-left:30px;
height:20px;
font-size:0.8em;
margin-bottom:2px;
background-color:#da980c;
}

.module_title {
font-weight:bold;
font-size:medium;
padding-left:20px;
height:20px;
margin-left: 20px;
margin-top: 15px;
margin-bottom: 15px;
background-color:#e2b658;
}

.link_foot {
float:left;
padding:0 5 0 5;
height: 20px;
margin-left:5px;
}

.link_foot:hover {
float:left;
padding:0 5 0 5;
height: 20px;
margin-left:5px;
background-color: #e6bc62;
}

.path {
	padding: 3px 3px 0px 1px;
	width:200px;
	height:20px;
	float:left;
	font-size:0.8em;
}

div.article_title {
	font: italic normal 1.4em georgia, sans-serif;
	padding-bottom: 4px;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	border-bottom-style: solid;
	border-bottom-width: thin; 
}

div.article_summary {
	padding: 8px;
	color:#303032;	
	border-bottom-style:solid;
	border-bottom-width:1px;
}

div.article_summary div {
font: italic normal 1.2em georgia, sans-serif;
color:#303032;	
padding:  5px 10px 6px 15px;
}

div.article_content {
	margin: 10px;
	
}

p.p1 {
font: italic normal 1.1em georgia, sans-serif;
color:#303032;	
padding:  5px 10px 6px 15px;
}

p.p2 {
font: normal 0.9em georgia, sans-serif;
color:#303032;	
padding:  5px 10px 6px 15px;	
}

.czysc{
	clear:both;
	width: 0px;
	height:0px;	
}