html, body {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	color: white;
	margin: 0px 0px 0px 0px;
	
}
.whitetext {color:white}
a:link {
	color: #ffffff;
	font-size: 12px;
}

a:visited {
	color: #ffffff;
	font-size: 12px;
}
a:hover {
	color: #fff25c;
	font-size: 12px;
	text-decoration: none;
}
a:active {
	color: #fff25c;
	font-size: 12px;
}

.a-verticalMenu {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 10px;
	text-decoration: none;


}

a.a-menu:link {
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #b7a37f;
}
a.a-menu:visited { 
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #b7a37f;
}
a.a-menu:hover { 
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
}	
a.a-menu:active { 
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}
.linkButton {
	color: black;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
	border: solid 3px #C0CfC0; 
	background-color: #000000; 
	border-style: groove;
	padding: 5px 5px 5px 5px;
}
ul.list {
	text-align: left;	
}
li  {
 color: red;
}

h1, h2, h3, p {
	color: #ffffff;
}
h1 {
	
	font-size: 14px;
	text-align: center;
}
h2 {
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 16px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 26px;
}
h4 {
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #fcffb6;
}
p {
	text-align: left;	
}

.p-padding {
	padding-left: 35px;
	padding-top: 20px;	
}


#frame {
	z-index: 10;
	position: relative;
	width: 1024px;
	top: 0px;
	margin: 0px auto;
	background-color: #000000;
}

#content {
	z-index: 11;
	position: relative;
	width: 552px;
	height: 713px;
	margin: 0px auto;	
	top: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	
}
#contentRight {
	z-index: 12;
	position: relative;
	width: 205px;
	height: 713px;
	margin: 0px auto;	
	top: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	
}
#left {
	position: relative;
	z-index: 13;
	margin: 0px;
	left: 0px;
	width: 264px;
	height: 713px;
	top: 0px;
	background-image: url("../design/leftBackround.jpg");
	font-weight: normal;
	background-position: center;
	background-repeat: no-repeat;
	
}

#footer {
	position: relative;
	z-index: 14;
	margin: 0px auto;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 35px;
	background-image: url("../design/menu-bg.jpg");
	background-repeat: no-repeat;
	padding-top: 10px;

}
/********** main content **********/
.intro {
	background-image: url("../design/introContent.jpg");
}
.kontakt {
	background-image: url("../design/generalContent.jpg");
}
.onas {
	background-image: url("../design/generalContent.jpg");
}
.certifikaty {
	background-image: url("../design/generalContent.jpg");
}
.vzory {
	background-image: url("../design/generalContent.jpg");
}

/********** right content **********/
.introRight {
	background-image: url("../design/introRight.jpg");
}
.kontaktRight {
	background-image: url("../design/kontaktRight.jpg");
}
.onasRight {
	background-image: url("../design/onasRight.jpg");
}
.certifikatyRight {
	background-image: url("../design/onasRight.jpg");
}
.vzoryRight {
	background-image: url("../design/onasRight.jpg");
}