/* CSS Document */


/* KLASY */


html, body, table, tr, td {
	background-repeat:no-repeat;
	background-position:center top;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a.white:link {
	color: #FFFFFF; text-decoration: none;
}
a.white:visited {
	color: #FFFFFF; text-decoration: none;
}
a.white:active {
	color: #FFFFFF; text-decoration: none;
}
a.white:hover {
	color: #CCCCCC; text-decoration: none;
}

a.underline:link {
	color: #FFFFFF; text-decoration: underline;
}
a.underline:visited {
	color: #FFFFFF; text-decoration: underline;
}
a.underline:active {
	color: #FFFFFF; text-decoration: underline;
}
a.underline:hover {
	color: #CCCCCC; text-decoration: underline;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.orange {
	color: #FF3300;
}

/* ID POZYCJONOWANE */


#ALL {
	width: 100%; height: 100%; text-align: center;
}

#MAIN {
	width: 1000px; margin: 0 auto; text-align: left;
}

#HEADER {
	width: 100%; height: 502px;
}

#HEADER #TOPHEADER {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 1000px;
	height: 502px;
}

#HEADER #TOPHEADER #LOGO {
	position: absolute; top: 20px; left: 20px; z-index: 9;
}

#HEADER #TOPHEADER #MENU {
	position: absolute; top: 170px; left: 20px; width: 204px; height: 156px; z-index: 9;
}

#HEADER #TOPHEADER #PHOTO {
	position: absolute; top: 0px; left: 466px; z-index: 9;
}

#HEADER #TOPHEADER #INVITATION {
	position: absolute; top: 300px; left: 300px; width: 350px; height: 100px;
	font-family: Tahoma, Arial, sans-serif; color: #FFFFFF; font-weight: bold; text-align: center;
	z-index: 10;
}

#CONTENT {
	width: 100%;
}

#CONTENT #TEXT {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 1000px;
}

#CONTENT #TEXT #BACK {
	position: absolute; top: 0px; left: 630px;
}

#CONTENT #TEXT #AUTHOR {
	position: absolute; top: 30px; left: 20px;
}

#CONTENT #TEXT #CONTACT {
	position: absolute; top: 20px; left: 693px;
}

#CONTENT #TEXT #TITLE {
	position: absolute; top: 140px; left: 18px;
}

#FOOTER {
	width: 100%;
	text-align: center;
	background-image: url('images/bottom_back.jpg');
	background-position: no-repeat;
}

#FOOTERMAIN {
	width: 1000px; margin: 0 auto; text-align: left;
}

#BOTTOM {
	width: 100%; height: 630px;
}

#BOTTOM #BOTTOMFOOTER {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 1000px;
	height: 630px;
}

#BOTTOM #BOTTOMFOOTER #AUTHOR2 {
	position: absolute; top: 380px; left: 20px;
}

#BOTTOM #BOTTOMFOOTER #CONTACT2 {
	position: absolute; top: 460px; left: 693px;
}

.string {
	margin: 20px 24px 0 24px;
}

.string2 {
	margin: 10px 24px 0 24px;
}

.title {
	margin: 25px 24px 0 24px; font-size: 18px; font-weight: bold; color: #FF3300;
}

.subtitle {
	margin: 25px 24px 0 24px; font-size: 14px; font-weight: bold; color: #CCCCCC;
}

.subsubtitle {
	margin: 25px 24px 0 24px; font-size: 12px; font-weight: bold;
}