img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	width: 1000px;
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 20px 0 0 0;
}

#erato-line {
	background-image: url('img/er-line.png');
	width: 1000px;
	height: 80px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	
}

#erato-line-bottom {
	margin-top: 10px;
	margin-left: 4px;
	display: block;
	float: left;
	width: 996px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#erato-line-bottom .opis{
	display: inline-block;
	float: left;
	width: 200px;
	color: #0a2338;
	font-size: 16px;
	font-weight: bolder;
	padding: 10px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	z-index: 1000;
}

#erato-line-bottom .linki{
	display: inline-block;
	float: left;
	width: 976px;
	padding: 10px;
	line-height: 1.5em;
	color: #0a2338;
	font-size: 11px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

#erato-line-bottom a{
	color: #0a2338;
	font-size: 11px;	
	text-decoration: none;
		
}

#erato-line-bottom a:hover{
	color: #0a2338;
	font-size: 11px;
	text-decoration: underline;	
}




#logo-erato {
	background-image: url('img/logo.png');
	width: 256px;
	height: 188px;
	background-repeat: no-repeat;
}

#erato-kontakt-main-page {
	margin-right: 10px;
	width: 246px;
	min-height: 383px;
	display: block;
	float: right;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.5);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}

#erato-mail {
	margin-top: -40px;
}

#erato-mail a{
	font-size:20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #0a2338;
	text-decoration: none;	
}

#erato-mail a:hover{
	font-size:20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #0a2338;
	text-decoration: underline;	
}

.kont_box_line {
	padding: 15px;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 20px;
	line-height: 1.2em;
	color: #0a2338;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

#left_side {
	width: 260px;
	display: inline-block;
	float: left;
}

#right_side {
	width: 740px;
	display: inline-block;
	float: right;
}

#menu {
	width: 740px;
	display: block;
	float: right;
	font-size: 16px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #fff;
}

#menu a {
	text-decoration: none;
	color: #fff;
	margin-right: 20px;
}

#menu a:hover {
	text-decoration: underline;
	color: #fff;
	margin-right: 20px;
}

#menu poz {
	text-decoration: underline;
	color: #fff;
	margin-right: 20px;
}

#tresc_strony {
	margin-top: 5px;
	width: 740px;
	background-color: #fff;
	display: block;
	float: left;
}

#orange_bow {
	width: 38px;
	height: auto;
	background-color: #fff;
	display: inline-block;
	float: left;
}

#orange_bow #bow_t{
	width: 38px;
	height: 234px;
	background-image: url('../img/bow_t.jpg');
	background-color: #fff;
	display: inline-block;
	float: left;
}

#orange_bow #bow_c{
	width: 38px;
	height: auto;
	min-height: 83px;
	background-image: url('../img/bow_c.jpg');
	background-repeat: repeat-y;
	background-color: #fff;
	display: inline-block;
	float: left;
}

#orange_bow #bow_b{
	width: 38px;
	height: 234px;
	background-image: url('../img/bow_b.jpg');
	background-color: #fff;
	display: inline-block;
	float: left;
}


#opis {
	width: 692px;
	height: 40px; 
	padding-right: 10px;
	display: inline-block;
	float: left;
	border-bottom: 1px solid #990000;
	font-size: 20px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #cc3333;
	text-align: right;
}

h1 {
	margin-top: 8px;
	font-size: 20px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #cc3333;
	text-align: right;
}

#zaw {
	width: 702px;
	display: inline-block;
	float: left;
}

#dane {
	width: 410px;
	padding: 0px 10px 0 10px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0c2034;
}

#dane a{
	text-decoration: none;
	color: #0c2034;
}

#dane a:hover{
	text-decoration: underline;
	color: #0c2034;
}


#foto {
	width: 260px;
	height: 500px;
	margin-top: 10px;
	display: inline-block;
	float: left;
}

#zaw_wyp {
	width: 10px;
	height: auto;
	display: inline-block;
	float: right;
}

