@charset "utf-8";
/* CSS Document */

	
h1 {
text-align: center;
color: #00688B;
font-size:16px;
}

h2 {
	font-size:14px;
        margin:-10px 0px -10px 0px;
}



a:link {text-decoration:none} /* unvisited link */
a {color: #000}
a:visited {text-decoration:none} /* visited link */
a:hover {text-decoration:underline; font-weight:bold;} /* mouse over link */
a:active {text-decoration:underline} /* selected link */

body {color:black; 
      font-family:"Comic Sans MS", Times, serif; 
      font-size:13px; 
      background-image: url(../images/pozadie.jpg);
      background-position: 50% 50%;
      background-repeat: repeat;
	 }

#obal {
	background-color: #FFFFEC;
	width:900px;
	margin:auto;
	border-style: solid;
	border-width:thin;
}

#oknoA {
	margin:2px;
}

#oknoB {
	border-bottom-style:solid;
	border-top:solid;
	border-width:thin;
}

#oknoC {
}

#oknoD {
	padding:2px;
	border-top-style:solid;
	border-width:thin;	
}

#oknoLM {
	padding:2px;
	float:left;
	width:146px;
}

#oknoMenStr {
	text-align:center;
	float:left;
	width:592px;
	padding:2px 0px 50px 0px;
	border-left-style:solid;
	border-right-style:solid;
	border-width:thin;
}


#oknoPM {
	text-align:center;
	float:left;
	width:146px;
	padding:2px;
}

#oknoObs {
	text-align: center;
	padding: 5px 0px 0px 0px;
	}
	
#oknoObsI {
	text-align: justify;
	padding: 5px 10px 0px 0px;
	}
	
.vicObr {
	padding:0px 0px 0px 5px;
	
}
	
.obr {
	height:110px;
	width:140px;
	background: #FF9;
	border:#000;
	border-width: thin;
	border-style:solid;
	float:left;
	padding:3px 0px 0px 0px;
	margin:2px;
}

.CmenuVGal {
	padding:18px 0px 0px 133px;

}

.menuVGal {
	width:140px;
	background: #FF9;
	border:#000;
	border-width: thin;
	border-style:solid;
	float:left;
	padding:3px 0px 0px 0px;
	margin:2px 10px;
}

.CobrIndex {
	padding: 2px;
	float:left;
}

.obrIndex {
	width:120px;
	border:#000;
	border-width: thin;
	border-style:solid;
	padding:2px 2px 5px 2px;
	margin:2px 10px 10px 10px;
	-moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
        box-shadow: 5px 5px 5px #ccc;
}

	
#vszp {
	float:left;
	margin-left:84px;
	margin-right:29px;
}

#union {
	margin-right:20px;
}

#dovera {
	float:left;
	margin-left:69px;
}

.cleaner {
   clear:both;
   padding:0;
   visibility: hidden;
}




     
	


