/* 
**************************************************************************
    filename: stylesheet-kongres.css
**************************************************************************
     THIS IS A CSS FILE FROM WEBSITE: www.kongres-praha.cz
     Owned by: SCARS, spol. s r. o. 
     Designed by:
	Jana Fricova
	Vilem Fric
     Programmed by:
	Lukas Pokorny
     Copyright November 2007
**************************************************************************
*/


.centerAlign {
	text-align: center;
}

.leftAlign {
	text-align: left;
}

.rightAlign {
	text-align: right;
}

.seoTable {
	width: 1000px;
	background: black		
}

.hallCapacityLabel{
	font-size: 11px; 
	color: #b00000;
}

.quickContact {
	color: #b00000;
}

.fullWidth {
	width: 100%;
}

.pageMainWidth {
	width: 1000px;
}

.leftNavigationWidth {
	width: 150px;
}

.rightNavigationWidth {
	width: 150px;
}

.leftNavigationHeight {
	height: 8px;
}

.rightNavigationHeight {
	height: 8px;
}

a.whiteLink {
	color: white;
	font-weight: bold;
}

a.whiteLink:hover {
	color: #ed2292;
	font-weight: bold;
}

.bgBlack {
	background: black;
}






