body, h1, h2, h3, h4, h5, h6, p, form, fieldset, img, td, th, table, ul {
    border: 0 none;
    margin: 0;
    padding: 0;
}
body, table {
	background-color: #7b68ee;
	color: #fff;
	font-family: tahoma,Verdana,sans-serif;
	font-size: 11px;
}
body {
	background: #7b68ee;
	text-align: left;
}

.hide { 
		position: absolute; 
		top: -9999px; 
		left: -9999px; }

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

a {
    display: block;
		width: 100%;
		height: 100%;
		background-color: inherit;
    color: #fff;
}
a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    color: #838383;
    text-decoration: none;
}

h1 {
	color: #002800;
	font-family: georgia, serif;
	font-size: 2.0em;
	font-weight: 100;
	font-style: italic;
	margin: 5px 10px 3px 0;
	padding-bottom: 1px;
	border-bottom: 1px dotted #001e00;
	text-align: center;
}

h2 {
	color: #f9f900;
	font-family: Tahoma, serif;
	font-size: 1.6em;
	font-weight: 400;
	margin: 10px;
	text-transform: uppercase;
}

h3 {
	color: #842424;
	font-family: Tahoma, serif;
	font-size: 1.1em;
	font-weight: 500;
	margin: 5px 0px;
}

h4 {
	color: #f9f900;
	font-family: Calibri;
	font-size: 1.9em;
	font-weight: 800;
	margin: 10px 25px;
}
h5 {
	color: black;
	font-family: Tahoma, serif;
	font-size: 1.3em;
	font-weight: 500;
	margin: 5px 0px;
}


p {
		color: #fff;
    font-size: 1.2em;
    margin: 10px 10px 10px;
    padding-bottom: 5px; 
		line-height: 20px; 
		text-align: justify; 
}

#program ul { 
		list-style: none;
		color: #fff;
    font-size: 1.2em;
		font-weight: 100;
    margin-left: 10px;
    padding-bottom: 20px; 
		line-height: 25px; 
		text-align: left;
}

#program ul li{
    margin: 0 0 2px 10px;
}

#program ul li a {
		display: block;
}


#program ul li a:hover {
	color: #001e00;
}

.past {
		color: #82c0ff;
		text-decoration: line-through;
}

#topnav {
		text-align: left;
		width: auto;
		height: 28px;
		margin: auto;
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-top: 2px solid #ccc
}

#top {
	height: 180px;
	background-color: #000;
	-moz-box-shadow: 0 4px 5px #002800;
	-webkit-box-shadow: 0 4px 5px #002800;
	box-shadow: 0 4px 5px #002800;
}

#topmenu {
		width: 970px;
		margin: auto; 
}
.menuleft{
		float: left;
		width: auto;
		height: 17px;
		padding: 7px 10px 3px;
		color: #666;
		margin-right: 1px
}
.menucenter{
		float: center;
		text-align: center; 
		width: auto;
		height: 17px;
		padding: 7px 10px 3px;
		color: #666;
		margin-right: 1px
}
.menuright{
		float: right;
		width: auto;
		height: 17px;
		padding: 7px 10px 3px;
		color: #666;
		margin-right: 1px
}
#topmenu .menuright a:hover{
		color: #333;
		text-decoration: underline; 
}

#topmenu .menuleft a:hover{
		color: #333;
		text-decoration: underline; 
}
#topmenu .menuright a{
		color: #666;
}

#topmenu .menuleft a{
		color: #666;
}

#header {
	width: 970px;
	margin: auto;
	padding: 10px;
	border: none;
	color: White;
	font-family: arial, tahoma, sans-serif;
	font-stretch: narrower;
	font-size: 1.6em;
	line-height: 35px;
}

#header img {
	float: left;
	margin: 0 0 0 5;
}

#header .hasla {
	float: right;
	display: inline;
	text-align: right;
	padding-top: 22px;
	text-transform: uppercase;
}

#content {
		clear: both;
		width: 970px;
		height: auto;
		margin: auto;
		padding: 10px;
}
#leftbox {
	float: left;
	overflow: hidden;
	width: 311px;
	height: auto;
	margin-top: 5px;
	padding-bottom: 10px;
	border-right: 4px dotted #001e00;
}

#leftbox a{
		display: inline;
}


#leftbox a:hover {
		color: #00ff00;
}

#leftbox p{
		text-align: left;
}

#rightbox {
		float: left;
		display: inline;
		height: auto;
		width: 640px;
		margin: auto;
		margin-left: 15px;
		padding-top: none; 
}
#rightbox img{
		float: left;
		margin: 5px 10px 10px;
		padding: 0;
		background-color: #008001;
		overflow: hidden;
		-moz-box-shadow: 6px 6px 3px #002800;
		-webkit-box-shadow: 6px 6px 3px #002800;
		box-shadow: 6px 6px 3px #002800;
}

#rightbox h1 {
		margin: 10px 0px 10px 10px;
		text-align: left;
}

#rightbox iframe{
		margin-left: 20px;
		padding: 0; 
}

#rightbox img.start{
		margin: 10px 10px 10px 20px;
		padding: 0;
		-moz-box-shadow: 6px 6px 3px #002800;
		-webkit-box-shadow: 6px 6px 3px #002800;
		box-shadow: 6px 6px 3px #002800;
}

#rightbox a{
		display: inline;
		color: #f9f900;
}


#rightbox a:hover {
		color: #82c0ff;
}


#footer {
	height: 100px;
	background-color: #fff;
	padding-top: 15px;
	-moz-box-shadow: 0 -4px 5px #002800;
	-webkit-box-shadow: 0 -4px 5px #002800;
	box-shadow: 0 -4px 5px #002800;
}

#partnerzy {
		width: 970px;
		margin: auto;
}

#partnerzy a{
		display: inline;
}

#partnerzy img:hover {
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		-khtml-opacity: 0.75;
		opacity: 0.75;
}	
#downnav {
		text-align: left;
		width: auto;
		height: 28px;
		margin: auto;
		background: #eee;
		border-top: 1px solid #ddd;
		border-bottom: 2px solid #ccc
}
#downmenu {
		width: 970px;
		margin: auto; 
}
