@charset "utf-8";

body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	font-size: 0.8em;
	color: #333;
	background-color: #fff;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#333;	
}

a:hover, a:active {
	text-decoration: none;
	font-weight: normal;
	color: #f00;
}

p {
	clear: left;
	margin: 15px;
	margin-left: 0;
}

img {
	border: none;
	padding: 0 0 20px 0;
}

blockquote {
	font-weight: normal;
	margin-top: 0;
	padding:0;
}

table {
	text-align: center;
	width: 100%;
	margin: 20px 0 50px 0;
}

tr, td, th {
	border: #999 solid 1px;
	padding: 3px 5px;
}

ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	text-indent: 0;
}

address {
	text-align: center;
	margin-top: 100px;
	font-weight: bold;
	font-style: normal;
}

#container {
	margin: auto;
	margin-top: 5px;
    width: 970px;
}

#container_main {
	margin: 0;
}

#loga {
	position: relative;
	float: right;
	width: 250px;
	text-align: center;
	margin-top: 10px;
}

#container_right {
	position: relative;
	float: right;
	width: 250px;
	min-height: 600px;
}

#container_right p {
 	margin-top: 0;
}

#container_right li {
	border-top: solid #666 1px;
	padding:8px 0;
}

#container_right ul {
 	text-indent: 0;
	margin: 0;
	padding: 0;
}

#header {
	background-image: url(../image/linia.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align:center;
	margin: 0;
}

#menu {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	text-align: center;
	width: 720px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
	padding: 0 8px 0 0;
}

#content {
	margin:0 20px 10px 0;
	width:720px;
}

#kontakt {
	margin: 50px 20px 0 30px;
	text-align: center;	
}

.active {
	color: #f00;
}

.txt_img {
	margin-top: 60px;
	margin-bottom: 20px;
	padding: 20px 0;
	text-align: justify;
}

.left {
	float: left;
	margin: -50px 10px 0 0;
}

.right {
	float: right;
	margin: -50px 0 10px 10px;
}

.author {
	display:block;
	float:right;
	margin-right: 50px;
	margin-top: 15px;
	text-align: right;
}

.galeria {
	text-align: center;
	margin-top: 30px;
}

.organizacje {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
}

.wazne {
	color: #f00;
}


