﻿  /* CSS layout */
  body {
  	margin-left: auto;
  	margin-right: auto;
  	width: 900px;
  	padding: 0;
  	background-color:#537EE2;
  }

  a {
  	text-decoration: none;
  }

  div {
  	position: static;
  	border: none;
  	float: none;
  }

  #masthead {
  	width: 908px;
  	height: 160px;
  	background-color: #537EE2;
  	background-image: url("Audi1.png");
  	background-size: 100% 148%;
  	float: inherit;
  	background-repeat: no-repeat;
  }



  #top_nav {
  	padding: 2px 2px 2px 2px;
	font-size: 1.4rem;
  	float: none;
  	width: 900px;
  	height: 40px;
  	background-color: #052B83;
  	border: 2px solid black;
  	border-radius: 5px;
  }

  #top_nav_box {
  	padding: 2px;
  	float: none;
  	width: 892px;
  	height: 36px;
  	background-color: #052B83;
  }
  #top_nav_box a{
	color: white ;
	font-weight: bold;
  }

  #container {
  	float: none;
  	width: 908px;
  	background-color: #99CCFF;
  }

  #left_col {
  	float: left;
  	margin: 0px;
  	padding: 0px;
  	border: 2px solid #303032;
  	border-radius: 2px;
  	width: 178px;
  	height: 996px;
  	background-color: #0738A9;
  }

  #right_col {
  	float: left;
  	margin: 0px;
  	padding: 0px;
  	border: 2px solid #303032;
  	border-radius: 2px;
  	width: 178px;
  	height: 996px;
  	background-color: #0738A9;
  }

  #page_content {
  	float: left;
  	border: 2px solid #303032;
  	border-radius: 10px;
  	margin: 0px;
  	width: 520px;
  	min-height: 500px;
  	background-color: #2A62E2;
  	padding: 10px;
  }

  #footer {
  	float: none;
  	padding: 2px;
  	width: 896px;
  	height: 23px;
  	background-color: #052B83;
  }

  .footer_box {
  	padding: 2px;
  	float: none;
  	width: 892px;
  	height: 23px;
  	background-color: #052B83;
  	justify-content: space-between;
  	display: flex;

  }


  .link_nav {
  	float: left;
  	padding: 3px 2px 0px 2px;
  	height: 33px;
  	margin-left: 5px;
  }

  .link {
  	padding-left: 10px;
  	height: 20px;
  	margin-bottom: 2px;

  }

  .link_selected {
  	padding-left: 8px;
  	height: 20px;
  	margin-bottom: 2px;
  	font-size: 1.2em;
  	font-weight: 600;

  }


  .sub_link {
  	padding-left: 20px;
  	height: 20px;
  	font-size: 0.9em;
  	margin-bottom: 2px;

  }

  .sub_sub_link {
  	padding-left: 30px;
  	height: 20px;
  	font-size: 0.8em;
  	margin-bottom: 2px;
  }

  .module a{
	color: #303032;
	
  }
  .module a:hover{
	color: #a9a9a9;
	
  }
  .module_title {
  	font-weight: bold;
  	font-size: medium;
  	padding-left: 20px;
  	height: 20px;
  	margin-left: 20px;
  	margin-top: 15px;
  	margin-bottom: 15px;
	color: white;

  }
  .module_content{
	color: white;
  }
  .module a {
	color: white;
  }


  .link_foot {
  	float: left;
  	padding: 0 5 0 5;
  	height: 20px;
  	margin-left: 5px;
  }
  .link_foot a{
	color: white;
  }


  .path {
  	padding: 3px 3px 0px 1px;
  	width: 200px;
  	height: 20px;
  	float: left;
  	font-size: 0.8em;
	color: white;
  }

  div.article {}

  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: black;
  	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: black;
  	padding: 5px 10px 6px 15px;
  }

  p.p2 {
  	font: normal 0.9em georgia, sans-serif;
  	color: black;
  	padding: 5px 10px 6px 15px;
  }

  p.p3 {}

  .czysc {
  	clear: both;
  	width: 0px;
  	height: 0px;
  }