body {
	background: #fff url('tlo.jpg') 50% 0 repeat fixed;
	text-align: center;
	margin: 0;
	padding: 0;
/*	overflow-y: scroll; */
}

h1 {
	color: rgb(255,84,0);
	text-decoration: none;
	font-family: Verdana;
	font-size: 18px;
}
h2 {
	color: rgb(255,84,0);
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}



select,option {
	background-color: transparent; height:18px; border:0;
	margin: 2px;
	border: 1px solid rgb(200,200,200);
}
input {
	background-color: transparent; height:12px;
	width: 200px;
	border: 1px solid rgb(200,200,200);
	margin: 2px;
}
input.submit {
	height: 19px;
}
textarea {
	background-color: transparent;
	border: 1px solid rgb(200,200,200);
	height:100px;
	margin: 2px;
	width: 200px;
	
}
div#content_all {
	display:block;
/*	border: black 1px solid; */
	width: 800px;
	position: relative;
	margin: auto;
}
ul {
	display: block;
	position: absolute; 
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
li.menu_top1,li.menu_top2,li.menu_top1_active,li.menu_top2_active {
	display: block;
	float: left;
	width: 65px;
	margin: 0 2px 0 0;
	vertical-align: middle;
	text-align: center;
}
li.menu_top1 {
/*	border: rgb(57,57,57) 3px solid; */
	background-color: rgb(57,57,57);
	height: 60px;
}
li.menu_top2 {
/*	border: rgb(127,127,127) 3px solid; */
	background-color: rgb(127,127,127);
	height: 50px;
}
li.menu_top1_active {
/* 	border-bottom: rgb(255,84,0) 3px solid; */
	background-color: rgb(255,84,0);
	height: 50px;
}
li.menu_top2_active {
/*	border: rgb(127,127,127) 3px solid; */
/*	border-bottom: rgb(255,84,0) 3px solid; */
	background-color: rgb(255,84,0);
	height: 50px;
}

img.logo_png {
	position: absolute;
	left: 0px;
}
a {
	color: rgb(255,84,0);
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
}
a.footer {
	font-size: 10px;
}
a.menu_top {
	font-family: courier;
	text-decoration: none;
	color: rgb(255,255,255);
	font-size: 12px;
	letter-spacing: 0px;
}
div.spacer {
	height:  160px;
}
div.div, div.div_center {
	display: block;
	position: relative;
/* 	border: 1px solid black;  */
	margin: 20px auto;
	width: 800px;
	font-size: 14px;
	font-family: Tahoma;
	text-align: left;
	float: left;
}

div.div_center {
	text-align: center;
}

div#div_menu1, div#div_menu2, div#div_menu3, div#div_menu4 {
	position: absolute;	
}

div#div_menu1 {
	top:0;
}

div#div_menu2 {
	top:125px;
}

div#div_menu3 {
	top:250px;
}

div#div_menu4 {
	top:375px;
}

img.img_1 {
	float: right;
	border: white 4px solid;
	height: 200px; 
	overflow: hidden;
}
p.p1,p.p2 {
	margin: 0 10px 0 10px;
	clear:both;
}
p.p1 {
	text-align: right;
}


img.img_2 {
	float: left;
	border: white 4px solid;
	height: 200px; 
}
div.spacer2 {
	display: block;
	border: solid 1px black;
}
div.spacer_dol {
	float:left;
	display: block;
	border: 1px;
	height: 28px;
}
div.spacer_grafika {
	height: 540px;
}
div#footer,div#footer2 {
	display: block;
/*	border: 1px solid red; */
	position: fixed;
	margin: 0;
	padding: 10px 0 0 0;
	bottom: 0px;
	width: 100%;
	height: 28px;
	background-color: rgb(57,57,57);
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}
div#footer2 {
	height: 4px;
	padding: 0;
	background-color: rgb(255,84,0);
}

div.footer_right {
	margin: 0 50px 0 0;
	float: none;
	right: 50px;
	display: inline;
}
div.footer_left {
	margin: 0 50px 0 0;
	float: none;
	display: inline;
	left: 50px;
}

