
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: Arial;
	font-size: 14px;

}

.little
{
	font-family: Arial;
	font-size: 10px;
	text-align: center;
}
/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #A8A8A8;
}

/*
	Standard paragraph style
*/

p
{
	font-family: Arial;
	font-weight: normal;
	color: Black;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 18px;
	text-align: justify;
}

.opis2
{
	font-family: Arial;
	font-weight: normal;
	color: #f4ca9a;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 18px;
	text-align: justify;
}

/*
	Links
*/

a:link, a:active
{
	font-family: Arial;
	color: Maroon;
	font-size: 1.0em;
	text-decoration: underline;
}


a:hover
{
	color: Red;
	font-size: 1.0em;
}

a:visited
{
	color: #999999;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	color: Black;
	margin-top: -12px;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
}

.stopka
{
	font-family: Arial;
	font-weight: normal;
	color: #f4ca9a;
	font-size: 10px;
	letter-spacing: 0.4em;
	margin-top: 0px;
}

h2
{
	margin-top: 0px;
	padding-top: 16px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #73735E;
}

.tlusty
{
	margin-top: 0px;
	padding-top: 18px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #73735E;
		text-align: justify;
}

h3
{
	margin-top: 0px;
	padding-top: 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.7em;
	color: #A6B7C0;
}



/*
	Container for page
*/

#container
{
	position: absolute;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	background-color: #f4ca9a;
}


/*
	Page header top area - main
*/

#header
{
	width: 750px;
	height: 300px;
	background-image: url("images/home_header_bg.jpg");
	background-repeat: no-repeat;
}


/*
	Page header top area - subpage
*/

#header-sub
{
	background-color: #1A1A1A;
	width: 750px;
	height: 271px;
	background-image: url("images/page_header_bg.jpg");
	background-repeat: no-repeat;
}


/*
	Page header text area - main
*/

#headertext
{
	position: relative;
	width: 360px;
	top: 140px;
	left: 430px;
	color: Black;
	font-size: 29px;
}

#headertext2
{
	position: relative;
	width: 326px;
	top: 50px;
	left: 50px;
	color: Black;
	font-size: 32px;
	float: left;
}
/*
	Page header text area - sub
*/

#headertext-sub
{
	position: relative;
	background-color: #1A1A1A;
	width: 326px;
	top: 150px;
	left: 200px;
	color: #73735E;
}

.headerbodytext
{
	color: Black;
	margin-top: -12px;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	
}


.headerbodytext2
{
	color: Black;
	margin-top: -12px;
	font-family: Arial;
	font-size: 22px;
	font-style: normal;
	text-align: center;
	
}

/*
	Left Column Container
*/

#left
{
	float: left;
	width: 390px;
	margin-bottom: 0px;
}

#left2
{
	float: left;
	width: 350px;
	margin-bottom: 0px;
}

/*
	left-column text area - subpage
*/

#left-text
{
	width: 310px;
	padding-left: 40px;
	padding-right: 40px;
}

#left-text p
{
	color: #A6B7C0;
}



/*
	Menu
*/

#menu
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: Maroon;
	font-weight: normal;
	font-size: 1.2em;
}

#menu a
{
	font-family: "Arial Black";
	color: #C80000;
	margin-right: 5px;
	font-size: 24px;
	text-decoration: none;
	line-height: 1.5;
}

#menu a:hover
{
	text-decoration: none;
	color: Black;
}






/*
	Page Content Container (main page)
*/

#page-content
{
	float: right;
	width: 326px;
	padding-top: 20px;
	padding-right: 25px;
}

#page-content2
{
	float: right;
	width: 326px;
	padding-top: 20px;
	padding-right: 5px;
}

#page-content3
{
	float: right;
	width: 326px;
	padding-top: 20px;
	padding-right: 25px;
}
/*
	Page footer area
*/

#page-footer
{
	width: 680px;
	height: 25px;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 15px;
	font-size: 0.8em;
	background-color: #e78e52;
}


/*
	Standard images
*/

img
{
	border: none;
}

.form {
width: 320px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}


