* {
	margin:0;
	padding:0;
	}
body {
	background: url('images/background.png') repeat-x;
	font-family: georgia;
	font-size: 14px;
	}
ul, ul li {
	list-style: none;
	
	}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
p, .first {
	margin: 10px 0;
	}
h1 {
	font-size: 19px;
	}
#container {
	width: 100%;
	height: 678px;
	position: relativ;
	}
	
#header {
	background: url('images/header.jpg') no-repeat left;
	width: 975px;
	height: 255px;
	}
#header_inside {
	background: url('images/header2.png') no-repeat right;
	height: 255px;
	width: 427px;
	margin-left: 548px;
	}
/*#menu {
	height: 40px;
	width: 440px;
	background: #fff;
	position: absolute;
	top: 204px;
	left: 10px;
	-moz-opacity: 0.8; 
	opacity: 0.7;
	filter: alpha(opacity=80);
	border: 1px solid #c0c0c0;
	}
#menu ul {
	display: block;
	}
#menu li {
	float: left;
	margin: 0 0 0 20px;
	line-height: 140%;
	}
#menu a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	-moz-opacity: 0.8; 
	opacity: 1;
	filter: alpha(opacity=80);
	display: block;
	height: 40px;

	line-height: 40px;
	}
#menu a:hover {
	background: #c0c0c0;
	color: #283040;
	}*/
#content {
	margin: 20px 0 0 0;
	width: 100%;
	height: 403px;
	}
.box {
	padding: 0 20px;
	width: 45%;
	float: left;
	}
#space {
	float: left;
	width: 1px;
	height: 100%;
	border-right: 1px solid #c0c0c0;
	}
.first {
	margin-left: 20px;
	}
.first li {
	list-style-type: disc;
	}
.second {
	margin: 10px 55px;
	
	}
.second li {
	list-style-type: circle;
	}
.box span {	
	font-size: 10px;
	color: #808080;
	}

a#kontakt, a#back {
	display: block;
	margin: 30px 0 0 60px;
	border: 1px solid #c0c0c0;
	width: 290px;
	height: 20px;
	padding: 10px 20px;
	}
a#kontakt:hover, a#back:hover {
	background: #808080;
	color: #F1F9FD;
	text-decoration: none;
	}
a#back {
	width: 70px;
	margin: 10px 0 0 10px;
	}	
#formularz {
	width: 255px;

	margin: 30px 0 0 130px;
	font-size: 12px;
	}

#formularz label {
	width: 100px;
	margin-top: 10px;
	display: block;
	}
.form, #formularz textarea {
	width: 240px;
	height: 20px;
	border: 1px solid;
	}
#formularz textarea {
	height: 100px;
	}
#button {
	margin-left: 187px;
	}
#komunikat {
	text-align: center;
	margin: 20px 0;
	}
#kontakt1 {
	width: 200px;
	height: 285px;
	float: left;

	margin: 114px 0 0 85px;
	text-align: right;
	}
#credits {
	text-align: right;
	font-size: 9px;
	color: #c0c0c0;
	font-family: tahoma;
	clear: both;
	padding-right: 10px;
	}
#credits a {
	color: #c0c0c0;
	}
#info {
	margin: 20px;
	}