body			
{
				background:		url(img/pixbg2.gif) #F3F3F3;
				margin:			50px 0px; 
				padding:		0px;
				text-align:		center;
				font-family:	arial;
}
/*INDEX*/
#index
{
				width:			600px;
				height:			400px;
				margin:			0px auto;
				padding:		15px;
				border:			1px solid #D6D6D6;
				background:		url(cz/img/index.jpg) #F3F3F3;
}
/*HOME*/
/*BASE DESIGN*/
#logo			
{
				position:				absolute;
				background:		 url(img/logo.jpg) no-repeat #D6D6D6;
				height:					115px;
				width:					132px;
				left:						0px;
				top:						0px;
}
#top			
{
				position:				absolute;
				background:		url(img/top.jpg) no-repeat;
				height:					105px;
				width:					629px;
				top:						0px;
				left:						132px;
				border:					1px solid #D6D6D6;
				border-top:			0px;
}
#menu		
{
				position:					absolute;
				background:		url(img/menubottom.gif) repeat-x #D6D6D6;
				width:						132px;
				height:						911px;
				top:							114px;
				left:							0px;
}
#main		
{
				position:					absolute;
				background-color:	#F3F3F3;
				height:						909px;
				width:						623px;
				top:							104px;
				left:							132px;
				border:						1px solid #D6D6D6;
				border-bottom:			none;
}
#footer
{
				position:					absolute;
				background-color:	#F3F3F3;
				height:						20px;
				width:						623px;
				top:							1005px;
				left:							132px;
				border:						1px solid #D2D2D2;
				border-top:				none;
}		
/*END OF BASE DESIGN*/

/*TEXT FORMAT*/
#nab
{
				position:			relative;
				width:				580px;
				top:				12px;
				left:				5px;
}
h1
{
				color:				#707070;
				font-size:			16px;
				text-align:			left;
				font-weight:		bold;
}
h2
{
				color:				#707070;
				font-size:			15px;
				text-align:			left;
				font-weight:		normal;
}
/*END OF TEXT FORMAT*/

/*LINKS*/
a:link, a:visited
{
				color:						#707070;					
}
a:active, a:hover
{
				text-decoration:		none;
				color:						#D6D6D6;
}

#language a:link, #language a:visited
{
				text-decoration:		none;
				color:					#F3F3F3;					
}
#language a:hover, #language a:active
{
				text-decoration:		none;
				color:					#DD0A13;					
}
/*END OF LINKS*/
img		
{
				border:						1px solid #D6D6D6;
}
#language
{
				position:					absolute;
				color:						#F3F3F3;
				top:							87px;
				left:							610px;
				text-align:					center;
				font-size:					11px;
				font-family:				arial;
				font-weight:				bold;
				display:						none;		
}
#address
{
				position:					absolute;
				top:							87px;
				left:							140px;
				font-family:				arial;
				font-size:					12px;
				color:						#707070;
				font-weight:				normal;
}